Display the Categories link in the lower menu (above footer).
Hi Everyone,
I've searched quite extensively on this one and played around with code to try to get it working, but no luck so far. What I am trying to do is have the category link displayed and working in the lower menu (the menu that displays just above the footer). I have taken the following code from the header file and placed it in the footer file, but it only displays a link to "#" and doesn't bring up the categories popup layer itself.
Here's the code I inserted into the footer file (just after the "home" <li> list item).
Code:
<li class="mega"><a href="#"><?php _e('Categories','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>
Feel free to have a look at
www.travellerscoop.co.nz
Any help would be gratefully received. Apologies again if this topic has been covered already, I just couldn't find it in here.
Thanks,
Cliff