Simple Paginated Posts

Generate table of contents for paginated posts

Author:TLA Media (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:4.9.16
Plugin version:0.1.6
Added to WordPress repository:05-11-2012
Last updated:06-10-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:2
Plugin URI:http://wpplugins.tlamedia.dk/simple-paginated...
Total downloads:6 351
Active installs:60+
plugin download
Click to start download

The Simple Paginated Posts plugin uses the native WordPress Page-Link tag <!--nextpage--> in combination with a shortcode tag [spp title=”My title”] to generate a Table Of Contents for paginated posts.

Implementation

You simply define a title for the Table Of Contents (TOC) by placing a SPP shortcode tag right after the <!--nextpage--> tag.

Example:

[spp title=”My title”]

The plugin can be configured to automatically add the TOC and page links to your site. You can also choose manual implementation and add the template functions to your theme.

If you choose to implement Simple Paginated Posts (SPP) manually you need to insert the SPP template functions in your theme

spp_continued() - Displays "Continued from PREVIOUS TITLE"
spp_toc() - Displays the Table Of Contents
spp_link_pages() - Displays: Previous 1 2 3 4 Next

Please refer to the plugin homepage for full documentation of the template functions.


ChangeLog