Automatically Paginate Posts
Automatically Paginate Posts
Description
Automatically paginate WordPress content by inserting the <!--nextpage--> Quicktag at intervals controlled by plugin’s settings.
Option is provided to control which post types are automatically paginated (default is the “Post” post type). Supports any public custom post types (non-public types are supported via the autopaging_post_types filter).
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
- Upload automatically-paginate-posts to
/wp-content/plugins/. - Activate plugin through the WordPress Plugins menu.
- Configure plugin by going to Settings > Reading.
Faq
The plugin’s options are added to the built-in Reading settings page in WordPress.
Yes, the plugin adds a metabox (Classic Editor) and a sidebar component (Block Editor) to individual items in supported post types that allows the autopaging to be disabled on a per-post basis.
Navigate to Settings > Reading in WP Admin to enable this plugin for your custom post type.
You can also use the filter autopaging_post_types to add support by appending your post type’s name to the array.
autopaging_post_types– modify the post types supported by this plugin. Will override the values set under Settings > Reading.autopaging_num_pages_default– modify the default number of pages over which a post is displayed. Will override the value set under Settings > Reading.autopaging_max_num_pages– override the maximum number of pages available in the settings page dropdown when the paging type is “pages”.autopaging_max_num_words– override the minimum number of words allowed per page page when the paging type is “words”.autopaging_num_pages– change the number of pages content is displayed on at runtime. Filter provides access to the full post object in addition to the number of pages.autopaging_num_words– change the number of words displayed per page at runtime. Filter provides access to the full post object in addition to the number of words.autopaging_supported_block_types_for_word_counts– specify which block types are considered when splitting a block-editor post by word count.
Reviews
Great plugin
By Henry Douglas (henrydouglas) on October 30, 2023
Excellent plugin, solved my problem. Thanks for your dedication.
greate
By ciertaluna on August 16, 2022
Excellent Plugin
By evelinjohanna90 on July 15, 2022
Perfect
By bdonmez on October 31, 2021
Links show up below Jetpack sharing buttons
By igabc on December 31, 2020
Works beautifully with WP 5.5
By Josh Journey (ljosh) on August 17, 2020
Straight Forward WP Numiric Pagination Plugin
By mystagogue00 on August 4, 2020
很好的插件!
By zzzxs on January 1, 2020
Does exactly what it is supposed to do!
By Netspark on January 14, 2019
So far so great
By Mark (mark@urbaninteractive.us) on September 10, 2017
Changelog
0.3.1
- Fix translation support.
0.3
- Add support for content authored in block editor (Gutenberg).
- Add native block-editor control to replace legacy metabox.
- Fix bug that created empty pages.
0.2
- Allow for number of words to be specified instead of number of pages.
0.1
- Initial release.