Un-alphabetizing Menu Items
-
So, I have a menu that is represented by this code:
<ul id="navigation" class="clearfix"> <?php wp_list_pages('title_li'); ?> </ul>
But I don’t want it to alphabetize it. How would I stop it from doing that?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Un-alphabetizing Menu Items’ is closed to new replies.