Quantcast
Viewing all articles
Browse latest Browse all 2443

sterndata on "Editing functions.php causing http 500"

if ( has_tag ('bleh'))
{
	echo '<body ' . body_class( 'tag-bleh' ) . '>';
}

or if you prefer

if ( has_tag ('bleh'))
{
     ?>
     <body <?php body_class( 'tag-bleh' ); ?>>
     <?php
}

Viewing all articles
Browse latest Browse all 2443

Trending Articles