Display order is wrong…
-
hi everyone,
I’m using a them called revolution and it has my pages listed across the top. They are also listed in one of the columns and the list is different. I went into the header file for the theme and found:
<li><a>">Home</a></li> <?php wp_list_pages('title_li=&depth=2&sort_column=menu_order'); ?>The first thing to note here is that links to the pages are in this order:
HOME ABOUT CONTACT LINKS BOOKSThe side bar has them in alpha sort. Also there is a page I made called events that is not in the header but is in the sidebar.
I looked at the source from my page and the contacts links starts with:
<li class=”page_item page-item-5″>
whereas the Events page that doesn’t show has a 375 instead of 5. The order of the link list is from the page ID.Is there a way to make is sort alpha in the header after HOME?
The topic ‘Display order is wrong…’ is closed to new replies.