Hi everyone!
Just wanted to know of a way to change the menu items based on what page you’re on.
I’ve tried adding something like this in a specific page’s header:
[code:4me2rjhm]<ul id="pixopoint_menu2">
<li>
<a href= "">Home</a>
</li>
<?php wp_list_pages(‘title_li=’); ?>
</ul>[/code:4me2rjhm]
…but it just lists all pages and subpages.
Any idea how to get the menu working properly with the dropdowns so i can edit what is shown and no shown properly.
Thanks so much, love this menu!
Kevin