Go to file
jmash 9d28c7be4b git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@31573 b8457f37-d9ea-0310-8a92-e5e31aec5664 2008-02-11 23:21:03 +00:00
README.txt git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@31573 b8457f37-d9ea-0310-8a92-e5e31aec5664 2008-02-11 23:21:03 +00:00
gpl_license_v3.0.txt Initial release 2008-02-10 12:57:07 +00:00
hide.png Initial release 2008-02-10 12:57:07 +00:00
mootools-1.11.js Initial release 2008-02-10 12:57:07 +00:00
pagemash.php Initial release 2008-02-10 12:57:07 +00:00
reorder.php Initial release 2008-02-10 12:57:07 +00:00
screenshot_1.png Initial release 2008-02-10 12:57:07 +00:00

README.txt

=== pageMash > pageManagement ===
Contributors: JoelStarnes
Tags: order pages, ajax, re-order, drag-and-drop,
Requires at least: 2.0
Tested up to: 2.4-bleeding
Stable tag: 0.1.0

Organise your page order with this simple drag-and-drop Ajax interface.

== Description ==

Customise the order your pages are listed in with a simple Ajax drag-and-drop administrative interface with an option to toggle the page visibility. Great tool to quickly re-arrange your menus.

== Installation ==

1. Download Plugin
1. Unzip & Upload to /wp-content/plugins/
1. Activate in 'Plugins' admin menu
1. {Edit your Template}

In most cases the plugin should work straight out the box, since most templates will include something similar to:
'<?php wp_list_pages('depth=1&title_li=);?>'

However to achieve full functionality including the 'exclude pages' feature you should replace the wp_list_pages() function with the following:
'<?php if(function_exists('pageMash_exclude_pages')){$exclude_pages=pageMash_exclude_pages();} else{$exclude_pages='';}?>'
'<?php wp_list_pages('depth=1&title_li=&exclude='.$exclude_pages);?>'

You can place the code wherever you would like your page listing to appear; usually either the header.php or sidebar.php file found in:
'wp-content\themes\theme_name'

== Frequently Asked Questions ==

If you have questions,
please drop me an email: joel@joelstarnes.co.uk

== Screenshots ==

1. screenshot_1.png

== Localization ==

Currently only available in english.