My Page Order

November 16th, 2010

My Page Order allows you to rearrange the order in which pages are presented, in case you don't want to list them alphabetically. This is useful if you are using wp_list_pages to create your menus. For example, the main navigation menu on this site uses the following coding:

<div id="navigation">
<ul>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
</div>

My Page Order made it easy for me to rearrange the page order without having to use the numbered order options that are standard in WordPress

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • StumbleUpon
  • del.icio.us
  • MySpace
  • LinkedIn

Categories: WordPress Plug-ins

Tags: , ,

No Comments »

No comments yet.

Leave a comment

RSS feed for comments on this post. | TrackBack URL