
This plugin adds the ability to put a tag in your page entry and have it display a list of pages. By deafult it will
show the subpages of the page that it is on, but it will accept any of the options the
wp_list_pages template tag
will except title_li and echo. It is very simple to use, just put [xls] in the entry for your page where you want the list to appear.
There is one option in addition to the wp_list_pages ones. Specifying a css_class will override the default of
xls_list for the class of the surrounding ul.
It supports multiple uses of the tag with different options on one page.
Here are a few examples of valid tags:
[xls depth=2]
Shows two levels of the subpages of the current page.
[xls child_of=10 exclude="13, 15, 33"]
Shows all children of the page with id 10, excluding pages 13, 15, and 33.
[xls child_of="0" show_date="modified"]
Shows all pages, and shows the last modified date of each page.
Check the wp_list_pages documentation for all of the possible options.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.