From b9aa569a2ba7194f651b8bbc3009dd8d59710b24 Mon Sep 17 00:00:00 2001 From: jmash Date: Thu, 21 Feb 2008 10:02:10 +0000 Subject: [PATCH] return false on hide click git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@32560 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- pagemash.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pagemash.php b/pagemash.php index d5a46d6..158161a 100644 --- a/pagemash.php +++ b/pagemash.php @@ -138,10 +138,10 @@ function pageMash_main(){
Show|Hide Further Info

How to Install

-

In most cases, to use this plugin you will not need to change anything, however if its not working you will either need to:

-
    +

    In most cases, to use this plugin you will not need to change anything, however if its not working you will need to either:

    +
    1. Check your 'pages' widget in the WP admin panel under the Presentation>Widgets tab and click the little icon on the pages widget and ensure that sort by is set to 'page order'.
    2. -
    3. If you want the pages listed else-where or do not use the widgets or want you would like to use the excludePagesFeature, then you need to edit your template as shown below: +
    4. If you want the pages listed else-where or do not use the widgets or you would like to use the excludePagesFeature, then you need to edit your template:
      1. To use the code in your sidebar.php file you need to remove all widgets in your WP admin to active the sidebar code and then find the wp_list_pages() function and change it to the code below
      2. To insert the pages in your header; modify header.php insert the code anywhere inside the body tag. (You may want to add the depth=1 parameter on the 2nd line if you only want top level pages listed)