/ Published in: PHP
URL: http://wpengineer.com/new-category-templates-in-wordpress-2-9/
Expand |
Embed | Plain Text
Previously it was necessary to integrate the following query: if ( is_category('microblog') ) { // here the output or integration of the stylesheet for category <em>Microblog</em> } In WordPress 2.9 it's sufficient to use the according template category-microblog.php to use this template, if you are in the category of the slug microblog. Alternatively you can still use ID, which can be changed but with the name of the slug is the identity unique and easy.
You need to login to post a comment.
