From e26d2a4f81d3a7b5857b9256059c42e7e5a7bead Mon Sep 17 00:00:00 2001 From: jmash Date: Fri, 14 Mar 2008 22:45:33 +0000 Subject: [PATCH] v1.0.0 readme git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@34810 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- README.txt | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 775626f..b78e238 100644 --- a/README.txt +++ b/README.txt @@ -15,13 +15,13 @@ If you want to see an example of the admin page check out: http://joelstarnes.co -= Development Version 1.0.0 beta = += Development Version 1.0.1 beta = -I have just finished a major rebuild of the plugin to give full recursive suppot for unlimited nested children in a collapsable list which I've decided to release in beta as version 1.0.0. so give it a download from the link below and any feedback would be a great help http://joelstarnes.co.uk/contact +Version 1.0.0 major rebuild of the plugin gives full recursive suppot for unlimited nested children in a collapsable list. [version 1.0.1 fixes a text-select bug in IE]. Give the beta app a download from the link below and if you have any feedback drop me a mail, [even if it works all fine and dandy its nice to know :D] http://joelstarnes.co.uk/contact -http://joelstarnes.co.uk/pagemash/example_v1.0.0 +http://joelstarnes.co.uk/pagemash/example_v1.0.1 -http://joelstarnes.co.uk/downloads/pagemash1.0.0.zip +http://downloads.wordpress.org/plugin/pagemash.zip == Installation == @@ -31,9 +31,19 @@ http://joelstarnes.co.uk/downloads/pagemash1.0.0.zip 1. Activate in 'Plugins' admin menu 1. {Edit your Template} -In most cases the plugin should work straight out the box so give it an install and if then there is further info available in the plugin's admin page under 'Show further info'. +In most cases the plugin should work straight out the box, since most templates will include something similar to: `wp_list_pages('title_li=

Pages

);` +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'))` + `{$exclude_pages=pageMash_exclude_pages();} else{$exclude_pages='';}` + `wp_list_pages('title_li=

Pages

&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` + == Frequently Asked Questions == If you have any questions or comments,