Plugin Directory

WordPress Menu Creator

  1. Extract the wp-menu-creator.zip to your local system prior to upload.
  2. Upload wp-menu-creator folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugin Panel' in WordPress
  4. While in the WordPress admin panel, simply navigate to the Menu Creator by clicking on the tab for "Manage".
  5. Once you create your menu, you want to take the menu ID which is displayed in the list to the left and add it to a template tag as follows <?php displayMenu(1, 2); ?> The first number is the menu ID number and the second number is the number of levels to potentially display. This would produce the kind of results for making a cascading menu. You can however exclude the number of levels if your menu is a single group of unordered list itmes as follows; <?php displayMenu(1); ?> What this will produce is a single unordered list of links for you to style.
  6. Place the following code between the section of your template header.php file. /wp-content/plugins/wp-menu-creator/external.js">

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data
100,1,1

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(15 ratings)