/ Published in: PHP
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.
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
Copy this code and paste it in your HTML
<body <?php body_class(); ?>>
URL: http://wpengineer.com/wordpress-28-body_class-automatic_feed_links/