Hi evereybody,
i work on an newsblog and need some changes. i want to insert 2 special categories (ID=3459 and 3460) in to my main menu in the header. i found the menu code in the function.php of my theme, but i cant find the right code to add the categories.
Here ist the menu code:
<div id="menuv">
-
<li <?php if(is_home()){echo 'class="current_page_item"';} else { echo 'class="page_item"';}; ?>>/" title="Home">Home
<?php j_globalnav() ?>
<?php wp_register('<li class="admintab">',''); ?>
</div>
Can anyone help?
thanks Roy