Menu Manager WordPress Plugin
Finally i create another plugin for wordpress, i call it Menu Manager. Menu managers enables you to manage blog menu very easy. You can add Pages, Categories, and Custom Link into your blog menu. You can manage the menu structure into a dropdown tree menu with whatever structure you like.

Features :
* Select Pages and Categories as your menu
* Create new custom menu
* Manage menu structure
* Dropdown tree menu
* If you want to customize the styles/menu-manager.css stylesheet, you can place it in your active theme folder, and Menu Manager will find it there (that way you won’t lose your stylesheet customizations when upgrading Menu Manager).
Installation :
Download the zip file, unzip it, and copy the “menu-manager” folder to your plugins directory. Then activate it from your plugin panel. After successful activation, Menu Manager will appear under your “Settings” tab.
Before you can use Menu Manager, you need to fill out its Settings form.
After you manage the menu, then you can put below code into your blog :
<ul id="mm_nav" class="sf-menu">
<?php if (function_exists("mm_menu")) { mm_menu(); } ?>
</ul>
Changelog :
= 1.0.3 =
* change the dropdown using superfish, please read again the documentation for placing the menu manager plugin html tag
* show the parent page title on the admin panel
* re-positioning the admin panel layout
* fix some bugs “oh i forgot which bugs”
= 1.0.2 =
* change plugin url
= 1.0.1 =
* fix deactive
= 1.0.0 =
* initial release
Please kindly give me a feedback about the plugin for next release ^_^.
As you are using my plugin and if does not hurting anybody, please kindly support my plugin using this donation button as you can afford.



Thank you !
I really like this plugin – a lot! One thing though – the dropdowns don’t appear in Safari and Google Chrome. They only seem to appear in IE. Any thoughts?
Hi guys,
I got a problem with the menu in Internet Explorer (6, 7).
The menu does appears behind the rest of the page.
Its a CSS probleme I guess, but I didnt change anything for this …
Any idea ?
Thank you !
I really like the idea of this plugin, however, using WordPress 2.9.2 and a variety of themes, I cannot seem to get the drop down menu to work. The main level menu works fine, but the drop downs do not display. Is there any other installation instructions I’m missing? I did add the PHP code and UL class to the div containing the menu as instructed above. It would be good for you to include these instructions in the Plugin Installation instructions on WordPress.org.
hey there! awesome plugin. one little thing: it’s not animating (fading in). is there a workaround i’m not privvy to? blessings, and thanks for a great resource! td
This plugin is a must. Just wondering if you are planning to upgrade it for WordPress 3.0?
@Justin, i think the WordPress 3.0 already has the built-in Menu Manager at Appearance -> Menus, thank you.
@Rhonda, usually we put the code in the header.php file, it’s depends on your theme layout, thank you.
In what file and where in the file do I put the code to make the menu work? Thanks much
Hi,
I’m pretty new to wordpress but I’m learning. I don’t understand in what file and where to put the code:
Hoping for clarity!
@Mike, you can put the code at header.php, and the line is depend your theme layout.
Hello,
It’s possible to change the permalink of categories ? actually it’s http://adressweb/category/name_category but don’t work.
How to change him http://adressweb/?cat=id ?
go to http://wthomassin.free.fr for exemple.
Sorry for my english !
@willmx, if you are using WordPress version 3 and later, i recommend you to use the WordPress 3 menu manager.
yes but it’s not possible to link page with categories menu.
With your plugin it’s possible.