life1134
Member
Posted 8 months ago #
I had a friend build my site who is no longer my friend but why is my menu all messed up. http://dev.alliancebjjnyc.com/ For some reason I can not edit the menu from the back end of the site under menu. The I tried to add a store to my site and it add then link to the menu but did not add it to a drop down formant why is that? After looking for the menu found that he did this in the header.php
<div id="wapper-top">
<div id="header">
<ul class="nav">
<?php wp_list_pages("title_li=&exclude=183,185,187");?>
</ul>
How can I get to where it will load the normal menu from the back end of the site. as well as make it be able to have drop downs?
I don't think there's any problem with the code in header.php. What you quote is just the standard code for getting all the pages and putting them in a list (excluding some named pages).
However what appears to be going on is that there looks to have been some attempt to create a second level menu. This would normally appear as a dropdown menu. It doesn't look to me, though, as though your theme supports the idea of second level items on the main navigation menu.
I may be wrong, of course. If anyone knows better than me, they'll be sure to post.
HTH
PAE
life1134
Member
Posted 8 months ago #
When I go into the back end of the site and create a menu it does not show up on the site it says with the menu that is already there. How can I add the drop down menus to my site?