Skip to content
Snippets Groups Projects

Add block-editor support

Merged Erick Hitter requested to merge fix/gutenberg into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -8,11 +8,11 @@ Donate link:
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Automatically paginate posts by inserting the `<!--nextpage-->` Quicktag.
Automatically paginate posts by inserting the `<!--nextpage-->` Quicktag.
## Description ##
Automatically paginate WordPress content by inserting the `&lt;!--nextpage--&gt;` Quicktag at intervals controlled by plugin's settings.
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).
Loading