Remove Category from Homepage Directory
Hi,
Does anyone know how to remove a category from the Homepage Ad Category list. I have made one of the categories into a menu link. And placed in the header.php
<!-- /menu link - community -->
</li>
<li><a href="http://www.mysite.com/ad-category/events/">events</a></li>
<!-- /adv_categories -->
So I no longer need it to display in the homepage directory. As it now has it's own page. How do I remove it from the homepage directory then?
This is the code that call all the listings for the homepage in the index.php file...
<?php echo cp_cat_menu_drop_down(get_option('cp_cat_dir_cols' ), get_option('cp_dir_sub_num')); ?>
Is there some sort of except I can add in that will take out the events categories to that listing?
Thanks in advance for any help.