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(){
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:
+
- 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'.
- - 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:
+
- 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:
- 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
- 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)