Plugin Directory

pageMash > Page Management

  1. Download Plugin
  2. Unzip & Upload to /wp-content/plugins/
  3. Activate in 'Plugins' admin menu
  4. Then have fun..

pageMash works with the wp_list_pages function. The easiest way to use it is to put the standard WordPress pages widget in your sidebar. Click the configure button on the widget and ensure that 'sort by' is set to 'page order'. Hey presto, you're done.

You can also use the function anywhere in your theme code. e.g. in your sidebar.php file (but the code in here will not run if you're using any widgets) or your header.php file (somewhere under the body tag, you may want to use the depth=1 parameter to only show top level pages). The code should look something like the following:

<?php wp_list_pages('title_li=<h2>Pages</h2>&depth=0'); ?>

You can also hard-code pages to exclude and these will be merged with the pages you set to exclude in your pageMash admin.

The code here is very simple and flexible, for more information look up wp_list_pages() in the Wordpress Codex: http://codex.wordpress.org/TemplateTags/wplist_pages

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus (3 reporting)

100%
100,1,1
100,4,4
100,3,3

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(94 ratings)