Change order of Wordpress Pages in Menu

By default every wordpress theme shows the list of pages in a horizontal top menu and you can call the list of wordpresss pages with function wp_list_pages. You can check the header.php file of your wordpress theme and you should be able to see this function with an arguement.

Now the problem with this this menu is that you can not control what pages are shown and where in the list ? for example I don’t want to show a page at the front just because it was created first or because it comes first in alphabetical order but I may want to show pages as per my own priorities.

If you are looking for something like this then you can install Wordpress My Page Order Plugin using which you can set the order of your web pages. Download the plugin, install the plugin and enter this line of code replacing wp_list_pages function

wp_list_pages('sort_column=menu_order&title_li=<h2>Pages</h2>');

You can set the order of pages through plugin options.

I am not sure if the plugin is updated to latest wordpress version but you can try to find it wordpress codex repository or similar plugin.

If you still don’t find any solution and this plugin don’t work for you, you can just manually edit the links of pages in your preferred order in header files.

Related posts:

  1. Wordpress Plugin to Show Images with Adsense on Pages First thing first, I have written lot of articles on...
  2. Change Number of Posts Shown on Wordpress Blog pages With Custom Query String plugin you will be able to...
  3. Track Wordpress Blog Traffic and Page Views Personally I like to use Google analytics to track the...
  4. Safe way of using Wordpress Plugins Many of wordpresss plugins requires you to edit the theme...
  5. Wordpress not sending email to Comment subscribers, use WP Mail SMTP Plugin lot of web hosts (like mine too) disables php mail()...


Liked this post ? Subscribe to MWolk Blog via RSS Feed or via Email and receive free daily Tech and Money making tips.

No Responses to “Change order of Wordpress Pages in Menu”

No feedback yet.

Leave a Reply

Name Email Website URI