Howdy, admin. [Sign Out, My Profile]
Welcome to the pageMash v1.0.0 demo, this is a static page, so most of the links will go no-where, but hopefully this should give you a feel for the plugin and an idea of what it's meant to do.
You can go to wordpress.org to download a copy or get in contact if you have any questions.
Just drag the pages up or down to change the page order and left or right to change the page's parent, then hit 'update'.
The icon to the left of each page shows if it has child pages, double click anywhere on that item to toggle expand|collapse of it's children.
In most cases, to use this plugin you will not need to change anything, however if its not working you will either need to:
Code:
<?php if(function_exists('pageMash_exclude_pages')){$exclude_pages=pageMash_exclude_pages();} else{$exclude_pages='';}?>
<?php wp_list_pages('title_li=<h2>Pages</h2>&exclude='.$exclude_pages);?>
The plugin code is very simple and flexible, for more information look at the wp_list_pages() function on the Wordpress Codex and if you have any further questions or feedback, just drop me an email.