and if i need to add more..
<body <?php body_class(‘demo1′,’demo2’); ?>>
?
woudl this be correct…
<body <?php body_class(‘demo1’); ?>>
?
ok.. maybe i should rephrase this..
i need to add another class here, so it would look like this..
<body <?php body_class(); ?> class=”demo1″ >
but this throws an error when i validate, saying that there are two classes. therefore, how would i accomplish this?