Description
This widget displays subpages of a page easily. Though it’s main power is the [subpages] shortcode. Using this shortcode on a page you can create subpage indexes. You can view live demo on my wordpress page. It automatically generates subpage indexes. You can also list subpages of another page using the childof attribute of shortcode. See the examples below:
Here are subpages of my wordpress page with a depth level of 1:
[subpages depth="1" childof="286"]
If the page doesn’t have any subpages it will display the following error for you to fix it:
[subpages depth="1" childof="257"]
Installation
- Download the widget and upload it to your server through
WP Admin -> Plugins -> Add New -> Upload - After the upload is complete activate the plugin.
- Go to Appearance -> Widgets page, drag and drop the widget to your sidebar.
- Fill in the blanks as needed, and done!
Usage
You can add the widget to your sidebar on WordPress widgets page. There are 3 options:

- Title: Title of the widget
- Exclude: Indexes of pages to be excluded. (Advanced use)
- Depth: Depth of index.
Shortcode
The second, and more functional usage of plugin is the [subpages] shortcode. With no options given it will display subpages with no title, no exclusion and with a depth of 3. You can also use following examples to change the output:
[subpages depth="2"] – show the list with a depth of 2.
[subpages exclude="2,4,12"] – exclude subpages with indexes 2,4 and 12.
[subpages exclude="4" depth="0"] – exclude post id 4 and show all subpages.
[subpages depth="1" childof="257"] – show subpages of page with the Id of 257
[subpages depth="1" childof="257" exceptme="true"] – add current page to the exclusions. This way you can show links to other subpages of parent easily. See the bottom of this post for a demonstration.
See more shortcode examples on demo page →
Download
Download Subpages Extended Widget v1.3.4
Downloaded 7827 times
Minimum WP Version : 2.5
Frequently Asked Questions
—Q. Any questions?
—A. You can ask your questions here
My other plugins
If you like this plugin you may also like my other wordpress plugins:


Very nice plugin, thanks!
In a future version I’d like to use the short code to show subpages in columns
Pingback New plugin! Subpages | Shailan