Tagged Questions
3
votes
2answers
112 views
Move admin menu at the end
I installed a plugin for my users in WPMU and I want to make it appear at the end of the admin menu ....
I tried this but the menu never appears at the end:
function custom_menu_order($menu_ord) {
...
0
votes
1answer
457 views
Sort wp_nav_menu() by menu order
I have made a custom menu handler for the back end, sorting the via a drag drop based on CMS Page Order.
The problem now is that it seems that it's not possible to sort wp_nav_menu in any other way ...
0
votes
3answers
155 views
How to list menu-item- ids in order for wp_nav_menu
I have a nav menu call:
'primary', 'container_class' => 'primary-menu' ) ); ?>
The output looks something like this:
<div class="primary-menu"><ul id="menu-other-links" class="menu">
...
3
votes
2answers
686 views
Show child pages by menu order using Superfish Dropdown menu?
I'm using the superfish dropdown menu to create a drop down menu.
It's created the menu fine showing all the parent pages with the child pages in drop down's below.
The only problem I have is that ...
