Simple Paginated Posts

Plugin Banner

Simple Paginated Posts

by TLA Media

Download
Description

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.

  1. Upload the simple-paginated-posts folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Plugin I'm looking for

By aksoysanat on October 8, 2021

A great feature for long posts divided into pages. WordPress's standard pagination feature was disappearing at the bottom of the post. This plugin automatically adds the page numbering after the "split page" command. It works fine now in WordPress version 5.8.1. Please take care of this beautiful plugin and update it. Thanks !

0.1.6

  • Tested up to WordPress: 3.8

0.1.5

  • Bugfix: Greedy title-rewrite caused incompatibility with Yet Another Related Posts Plugin

0.1.4

  • Bugfix: Other plugins using wp_reset_query() would brake the plugin
  • Bugfix: Uninstall now cleans up after uninstall
  • Bugfix: Default implementation was not set and the default is now automatic implementation

0.1.3

  • Bugfix: In some case the titles for the TOC where not generated

0.1.2

  • Added spacing in page links

0.1.1

  • Added option to override spp-template.php in theme
  • Fixed problem with loading textdomain.
  • Updated Danish translation

0.1

  • Initial beta release.
Back to top