HI
i installed the Multi-level Navigation Plugin for WordPress, It looks good but from the admin interface i’ve no idea where to put the contents!!
How should i add voices to the submenus and how to link them to my static pages?
Am i just plain dumb ” title=”Smiley” /> ?
There are various options in the admin page to control what is displayed in your menu.
What do you mean by ‘static pages’? Do you perhaps mean the pages created by WordPress? In which case you can choose the "Pages" menu item or if you want them all in cased inside a single dropdown/flyout then you could choose the "Pages (single dropdown)" menu item.
hi thanks for the quick replay..
i managed to make all the right links through some custom code. I needed to link all the different submenu links to the relative wordpress page (which i called static page!).
But how can i use the current_page class to highlight the menu in need. Can i use php code in the custom code field?
Ah, so you want to add the current_page class to those static pages? That would require using a conditional in the script to detect which page you are on. I’m happy to do that for you if you sign up for our Premium Support option (https://geek.hellyer.kiwi/premium_support/). It is quite time consuming so I’m not prepared to do it for free sorry.
I could either provide you with a custom plugin or a replace script instead of using <?php pixopoint_menu(); ?> in your theme.
hi Ryan
thanks for the offer but i’m trying to introduce wp to my studio, which means that they’re not gonna spend me anything and i’m already on a budget ” title=”Sad” />, i’m sorry.
I solved using javascript, it’s not the best way maybe but it works fine for now.