Change wp_list_pages to wp_nav_menu
-
i’m trying to make the menu in the theme Crafty Cart to work with “wp_nav_menu” so it’s easy to edit the menu from the backend panel of WordPress.
The navigation.php in Crafty Cart looks like this:
<ul id="nav"> <li class="nav-start"> <?php wp_list_pages('title_li=&depth=2'); ?> <li class="page_item last-page-item rss">" title="News Feed">RSS <li class="nav-end">
Can somebody help me so that the menu will be modified to work with menu editing in WordPress 3.0>?
Thanks
[Please post code snippets between backticks or use the code button.]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Change wp_list_pages to wp_nav_menu’ is closed to new replies.