Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 3.28 KiB

Automatically Paginate Posts

Contributors: ethitter, thinkoomph, bendoh
Donate link: Tags: paginate, nextpage, Quicktag
Requires at least: 3.4
Tested up to: 6.0
Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Automatically paginate posts by inserting the <!--nextpage--> Quicktag into WordPress posts, pages, or custom post type content.

DESCRIPTION

Automatically paginate WordPress content by inserting the <!--nextpage--> Quicktag.

Option is provided to control what post types are automatically paginated (default is just post). Supports post, page, and any public custom post types.

Option is also provided to specify how many pages content should be broken out over, or how many words should be included per page.

Installation

  1. Upload automatically-paginate-posts to /wp-content/plugins/.
  2. Activate plugin through the WordPress Plugins menu.
  3. Configure plugin by going to Settings > Reading.

Frequently Asked Questions