Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WP Blix theme forum tab highlight


airdrawndagger
Member

@airdrawndagger

I don’t really remember but this is what I have:

<li<?php if (is_home() && $forumpage == false) echo " class="current-cat""; ?>><a href="<?php bloginfo('url'); ?>" title="Start">Start</a></li>

<?php wp_list_cats('sort_column=id&hide_empty=0&exclude=2'); ?>

<li<?php if ($forumpage == TRUE) { echo " class="current-cat""; } ?>><a href="http://www.doublepeace.se/forum" title="Forum">Forum</a></li>

Skip to toolbar