Quantcast
Channel: 500 – WordPress.org Forums
Viewing all articles
Browse latest Browse all 2443

sterndata on "Editing functions.php causing http 500"

$
0
0
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