From 9d28c7be4b7333a1ec8ae3d81e9c21eb76daa674 Mon Sep 17 00:00:00 2001 From: jmash Date: Mon, 11 Feb 2008 23:21:03 +0000 Subject: [PATCH] git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@31573 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- README.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 9b797fc..23c6362 100644 --- a/README.txt +++ b/README.txt @@ -16,13 +16,22 @@ 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. Activate in 'Plugins' admin menu -1. Edit your Template +1. {Edit your Template} +In most cases the plugin should work straight out the box, since most templates will include something similar to: +'' + +However to achieve full functionality including the 'exclude pages' feature you should replace the wp_list_pages() function with the following: +'' +'' + +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. +please drop me an email: joel@joelstarnes.co.uk == Screenshots ==