v1.0.0 readme

git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@34810 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
jmash 2008-03-14 22:45:33 +00:00
parent b463350077
commit e26d2a4f81
1 changed files with 15 additions and 5 deletions

View File

@ -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=<h2>Pages</h2>);`
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=<h2>Pages</h2>&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,