WordPress Body Class body_class() Function and extension
The WordPress body class function body_class() works from WordPress 2.8 version onwards. This function gives the body element different classes and can be added, typically, in the header.php’s HTML body tag. This gives you the possibility to use it effectively with CSS. <body <?php body_class(); ?>> What body_class() Generates The body_class() function is quite similar [...]
Read more

22. Apr, 2010 

