Custom menu for classipress 3.15
Hi using a custom menu in the theme-header.php
Code:
<ul>
<?php wp_nav_menu( array('menu' => 'second' )); ?>
</ul>
I read somewhere that you can't do this - if not is there another way I tried copying and pasting from the regular menu code but it shows all pages links not just the ones I choose.
Thanks