/>PHP
add_filter( ‘body_class’, ‘my_neat_body_class’);
function my_neat_body_class( $classes ) {
if ( is_page(7) || is_category(5) || is_tag(‘neat’) )
$classes[] = ‘neat-stuff’;
return $classes;
}
/>
/>
/> Visit wpsnipp.com for details on how to setup this WordPress snippet.
/>
/> Share this post. Facebook | StumbleUpon | Delicious | Tweet It | Digg This | DesignBump-It | DesignPoke-it
/>
/>






















0 Comments
You can be the first one to leave a comment.