@@ -30,7 +30,7 @@ Option is also provided to specify how many pages content should be broken out o
The plugin's options are added to the built-in **Reading** settings page in WordPress.
### Can I disable the plugin's functionality for specific posts, pages, or custom post type objects? ###
Yes, the plugin adds a metabox to individual items in supported post types that allows the autopaging to be disabled on a per-post basis.
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.
### How can I add support for my custom post type? ###
Navigate to Settings > Reading in WP Admin to enable this plugin for your custom post type.
...
...
@@ -47,16 +47,24 @@ You can also use the filter `autopaging_post_types` to add support by appending
## Changelog ##
### 0.1 ###
* Initial release.
### 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.
## Upgrade Notice ##
### 0.1 ###
Initial release
### 0.3 ###
Add support for block editor and fix bug that created empty pages.
### 0.2 ###
* Allow for number of words to be specified instead of number of pages.
Allow for number of words to be specified instead of number of pages.
@@ -30,7 +30,7 @@ Option is also provided to specify how many pages content should be broken out o
The plugin's options are added to the built-in **Reading** settings page in WordPress.
= Can I disable the plugin's functionality for specific posts, pages, or custom post type objects? =
Yes, the plugin adds a metabox to individual items in supported post types that allows the autopaging to be disabled on a per-post basis.
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.
= How can I add support for my custom post type? =
Navigate to Settings > Reading in WP Admin to enable this plugin for your custom post type.
...
...
@@ -47,16 +47,24 @@ You can also use the filter `autopaging_post_types` to add support by appending
== Changelog ==
= 0.1 =
* Initial release.
= 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.
== Upgrade Notice ==
= 0.1 =
Initial release
= 0.3 =
Add support for block editor and fix bug that created empty pages.
= 0.2 =
* Allow for number of words to be specified instead of number of pages.
Allow for number of words to be specified instead of number of pages.