Permanently show category menu in sidebar
I need to have the category menu be shown permanently as a normal menu.
So the div that contains the links should be shown at all times, not when one hovers over a main category link.
How would I do this, please?
Here is the code that needs to be changed somehow:
<ul id="nav">
<li class="mega"><a href="#"><?php _e("Chosir categorie d'annonces",'appthemes'); ?></a>
<div class="adv_categories" id="adv_categories">
<?php echo cp_cat_menu_drop_down( get_option('cp_cat_menu_cols'), get_option('cp_cat_menu_sub_num') ); ?>
</div> <!-- /adv_categories -->
</li>
</ul>
Thanks
Last edited by jomarkosabel; July 22nd, 2012 at 10:34 AM.