Trying to figure out how to add code to header to this body class php to style a new template page called widepage.php tryed all kinds of stuff none is working Thanks for any help
<body <?php if(is_home()){
echo 'id="home"';
}elseif(is_category(get_option('boldy_portfolio')) || post_is_in_descendant_category( get_option('boldy_portfolio')) && !is_single()){
echo 'id="portfolio"';