/ Published in: PHP
URL: http://wpengineer.com/wordpress-28-body_class-automatic_feed_links/
Template Tag body_class
The coming WordPress 2.8 provides a new Template Tag, body_class. This function gives the body element different classes, which gives you the possibility to use it effectively with CSS.
Expand |
Embed | Plain Text
<body <?php body_class(); ?>>
You need to login to post a comment.
