Hi There
i have some issuses about removing "all" category from main menu. Can someone help please?
the site is zimo.co
thnx
Hi There
i have some issuses about removing "all" category from main menu. Can someone help please?
the site is zimo.co
thnx
remove wp_list_categories function from header.php file.
ok, as soon as i fix my web site, because it crashed from some reason. Thnx
i dont have wp_list_categories, i have only this:
<div id="navmenu">
<ul>
<li><a href="<?php echo get_settings('home'); ?>">HOME</a></li>
<?php list_cats(); ?>
<?php wp_list_pages('title_li=' ); ?>
</ul>
</div>http://codex.wordpress.org/Function_Reference/list_cats
You'll need to update the theme or consider a different theme that has been updated more recently.
is there another way to do it, because i really like this theme
Nope, 2 choices. Fix it yourself, or switch.
your categories are coming from this function <?php list_cats(); ?>
This topic has been closed to new replies.