Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Making Forum Tab hilited when viewing forum


Gautam
Member

@gautam2011

Make it:

if (strtolower($thats_all->post_title) == "forum" || strtolower($thats_all->post_title) == "forums") {
$addclass = ' class="current_page"';
} else {
$addclass = '';
}

Skip to toolbar