git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@31338 b8457f37-d9ea-0310-8a92-e5e31aec5664

This commit is contained in:
jmash 2008-02-10 13:19:53 +00:00
parent 42b77291a9
commit 2d9bd1b15c
1 changed files with 3 additions and 11 deletions

View File

@ -1,9 +1,9 @@
=== pageMash > pageManagement ===
Contributors: JoelStarnes
Tags: order pages, ajax, re-order, drag-and-drop,
Requires at least: 2.2
Requires at least: 2.0
Tested up to: 2.4-bleeding
Stable tag: 1.7.5
Stable tag: 0.1.0
Organise your page order with this simple drag-and-drop Ajax interface.
@ -15,18 +15,10 @@ Customise the order your pages are listed in with a simple Ajax drag-and-drop ad
1. Download Plugin
1. Unzip & Upload to /wp-content/plugins/
1. Edit your Template
1. Activate in 'Plugins' admin menu
1. Edit your Template
Simply include the following in your template where you would like your pages to be listed:
'<?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);?>'
If you would only like to order pages you can set $excludePagesFeature to false at the top of pagemash.php
And then just use the standard:
'<?php wp_list_pages('depth=1&title_li=);?>'
== Frequently Asked Questions ==
If you have questions,