I\'d like to place a directive in my theme\'s functions.php file which appends a classname to the wordpress body tag. Is there a built-in API method for this?
For exampl
Simply edit your theme's header.php and change the class there (manually or according to some preset logic rules).