wp-menu-creator.zip to your local system prior to upload.wp-menu-creator folder to the /wp-content/plugins/ directory<?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.



