A quick way to show a set of the pages in a particular part of your site without having to show all the pages on the site.
Adds a widget to let you show a clickable list of pages linked to a particular 'parent' page on your site.
This section describes how to install the plugin and get it working.
e.g.
- Upload
ldpagehierarchy.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to Design->Widgets and click on 'add' next to 'sub page hierarchy'
- Go to the right of the page and hit 'edit' next to 'sub page hierarchy'
- Select the top page of your hierarchy under 'head page'
- Click 'change' and then 'save changes'
== Frequently asked questions ==
Help. My widget disappeared with the upgrade to version 1.4. Is that right?
Yes. Unfortunately, this happened with the upgrade to version 1.4. Moving from the deprecated
register_sidebar_widget()
to the new
wp_register_sidebar_widget()
function removes your widget from the widget area or sidebar. If you just put it back into the widget area or sidebar, your settings should still be there.