Tag: category description

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.

Inserting category description on the category page of your WordPress blog

[ 4 Comments ] Posted on March 21, 2009 under WordPress tweaks

Almost all WordPress theme do not readily support the display of category description and unlike post excerpt, there is no obvious reason why you should display it. One possible use is to provide an introductory text on top of the category page of each category.

WordPress category description

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

The WordPress category description is an optional text that you can fill-up to provide a short description of what each category is all about.

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.