Trouble Formatting Top Pages Menu
-
I am trying to reorder the pages on my top menu. I have set the order in the pages admin (1,2,3,etc) and here is my code:
<ul>
<li <?php if(is_home()){echo 'class="first current_page_item"';}?>><a href="<?php bloginfo('siteurl'); ?>/" title="Home">Home</a></li>
<?php wp_list_pages('sort_column=menu_order')?>
</ul>
Unfortunately, this caused the whole menu to drop down on the page to UNDER where it should be and is invisible unless you mouse over it. In the place where the menu is supposed to be is just the word “PAGES”. Can anyone explain how I fix this?Thanks!
https://strawbale.tingull.com
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Trouble Formatting Top Pages Menu’ is closed to new replies.