Author: António Andrade
Handles naming of each post page through a TinyMCE button and produces a Table of Contents for the said post.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3664 days ago • 6 reviews
Is Author: António Andrade abandoned?
Possibly abandoned (last update 3664 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
WP Table of Paginated Contents handles naming of each post page and produces a Table of Contents.
It uses the native tag but adds a shortcode to store section titles.
Check the screenshots for a clearer idea.
Features:
- Naming of each post page;
- Output or generation of a Table of Contents (using a list or a drop down menu);
- Output or generation of next/prev post pages navigation, using the section titles.
Suggestions are welcome and please report any bugs found!
Usage
This plugin provides two main methods to be used within the loop (https://codex.wordpress.org/The_Loop).
To echo the table of contents:
To echo the next/prev navigation links:
Usage Examples
To output the Table of Contents use the following snippet, inside your post loop:
Alternatively you may output the Table of Contents as a drop down menu using the snippet:
To output a next/prev navigation with the section titles, use the following snippet, inside your post loop:
To store the output of these functions prefix them with “get_”, like in:
get_wptopc()
or
get_wptopc_pagination_links()
Installation
- Download WP Table of Paginated Contents;
- Extract its content;
- Upload the wp-table-of-paginated-contents folder to wp-content/plugins;
- Activate it under Plugins;
Frequently Asked Questions
Review feed
Changelog
2.1 (19/12/2015)
- Added 3 parameters to link functions to allow more customization.
1.3 (19/04/2014)
- Fixed TinyMCE plugin;
- Tested under 3.9.
1.2 (01/07/2012)
- Added prepend and append options;
- Tested under 3.4.1.
1.1.1 (25/04/2012)
- Tested under 3.3.2.
1.1 (25/04/2012)
- Feature: added ‘get_’ alternative methods, providing the ability to store outputs (without echoing).
1.0.1 (03/04/2012)
- Images and donators list included (no longer remotely loaded).
1.0 (26/03/2012)
- Initial release.


