From fa2a35f9343a1ebf8a61229ec3066e0708de3497 Mon Sep 17 00:00:00 2001 From: jmash Date: Tue, 12 Feb 2008 00:02:33 +0000 Subject: [PATCH] git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@31586 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- README.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 61bb7b5..2a0a6d6 100644 --- a/README.txt +++ b/README.txt @@ -18,8 +18,7 @@ Customise the order your pages are listed in with a simple Ajax drag-and-drop ad 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: - `wp_list_pages('depth=1&title_li=);` +In most cases the plugin should work straight out the box, since most templates will include something similar to: `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 code: `if(function_exists('pageMash_exclude_pages'))` @@ -27,8 +26,7 @@ However to achieve full functionality including the 'exclude pages' feature you `wp_list_pages('depth=1&title_li=&exclude='.$exclude_pages);` You can place the code wherever you would like your page listings to appear; -usually either the header.php or sidebar.php file found in: - `wp-content\themes\theme_name` +usually either the header.php or sidebar.php file found in: `wp-content\themes\theme_name` == Frequently Asked Questions ==