Intended users: editors, authors, contributors
This plugin will allow you to display the content of subpages as expandable links.
Simply add [subpages_expand] to any parent page. The titles of each of the subpages will be displayed there as clickable links. When the user clicks the link, it will expand, displaying the content of that child page.
Clicking the title again will collapse the content.
If you have a single file (ending in ".zip"), then use the
Upload method. If you have multiple files, use the
Files method. If you're installing from WordPress directly, just hit the big 'Install Plugin' button.
Upload
- From the plugins, add new screen, choose upload
- Navigate to where the .zip file is located and select it
- Make sure to activate the plugin once it is installed
Files
- Upload the entire directory (not just the files) to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
1.15 Verified it works on WP 4.6.1
1.13 Added support for WP 4.5
1.11 Button only appears on page editor now (shortcode doesn't work on posts, so there's no reason to show it there) - tested up to 4.3
1.10 Added button to page editor * Added l10n support to button
1.09a Not all child page links were displaying. Added additional FAQs that came up.
1.09 Fixed "Undefined variable: content" bug; cleaned up code
1.07 Fixed bug where shortcodes in the child pages weren't rendering
1.05a Corrected spelling/grammar errors in documentation (no functionality change)
1.05 Fixed issue with missing subpages
1.03 Expanded readme with information about an issue; added screenshots to zip
1.01 Released with a debug fix, some formatting for the titles and code cleanup
0.90 CSS change to title cursor
0.70 Initial