Tag: post excerpt

Modifying the bracketed ellipsis [...] at the end of post excerpt

[ No Comments ] Posted on January 31, 2010 under WordPress tweaks

When WordPress used the first few (usually 55) words of the post content as post excerpt, by default it will end with a bracketed ellipsis like this [...]. Do you want to remove it or replace it with some other characters or symbols? Here’s how.

Removing the paragraph tags of WordPress post excerpt and category description

[ 5 Comments ] Posted on March 28, 2009 under Hypertext Mark-up Language (HTML), WordPress tweaks

By default, the PHP scripts that call the post excerpt and category description automatically insert paragraph tags. You can disable the automatic insertion of paragraph tags should in case you decided to use them for something that makes paragraph tags unnecessary; for example, using post excerpt as meta description.

Displaying post excerpt in your WordPress blog

[ No Comments ] Posted on March 7, 2009 under WordPress tweaks

Most WordPress themes do not readily use post excerpt because many bloggers prefer either having entire posts or having posts cut down by “Read More” in category pages and search results rather than writing another bunch of text for each post. This post discusses how to enable post excerpt in your WordPress theme.

WordPress meta description using post excerpt, category description and post ID

[ 4 Comments ] Posted on January 25, 2009 under Hypertext Mark-up Language (HTML), WordPress tweaks

While the major search engines no longer consider meta description as a deciding factor in giving a page a rank in the search engine result page, it still appears in the search results as a description of your website. Hence, you can use it to entice people to visit your website. It will be much better for a WordPress-powered website if each page and post has its own meta description, some PHP tweak can do just that.