{"id":18439,"date":"2012-06-03T22:13:41","date_gmt":"2012-06-03T22:13:41","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/automatically-paginate-posts\/"},"modified":"2022-07-01T04:35:51","modified_gmt":"2022-07-01T04:35:51","slug":"automatically-paginate-posts","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/automatically-paginate-posts\/","author":887574,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.3.1","stable_tag":"0.3.1","tested":"6.0.11","requires":"3.4","requires_php":"5.6","requires_plugins":"","header_name":"Automatically Paginate Posts","header_author":"Erick Hitter & Oomph, Inc.","header_description":"","assets_banners_color":"","last_updated":"2022-07-01 04:35:51","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.oomphinc.com\/plugins-modules\/automatically-paginate-posts\/","header_author_uri":"http:\/\/www.oomphinc.com\/","rating":4.3,"author_block_rating":0,"active_installs":1000,"downloads":58428,"num_ratings":17,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1":{"tag":"0.1","author":"ethitter","date":"2013-12-12 02:00:54"},"0.2":{"tag":"0.2","author":"ethitter","date":"2020-03-26 17:20:43"},"0.3":{"tag":"0.3","author":"ethitter","date":"2022-06-29 04:36:18"},"0.3.1":{"tag":"0.3.1","author":"ethitter","date":"2022-07-01 04:35:51"}},"upgrade_notice":{"0.3.1":"<p>Fixes translation support.<\/p>","0.3":"<p>Add support for block editor and fix bug that created empty pages.<\/p>","0.2":"<p>Allow for number of words to be specified instead of number of pages.<\/p>","0.1":"<p>Initial release<\/p>"},"ratings":{"1":1,"2":1,"3":1,"4":2,"5":11},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","0.3.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3653,3659,3076],"plugin_category":[],"plugin_contributors":[81005,77526,77762],"plugin_business_model":[],"class_list":["post-18439","plugin","type-plugin","status-publish","hentry","plugin_tags-nextpage","plugin_tags-paginate","plugin_tags-quicktag","plugin_contributors-bendoh","plugin_contributors-ethitter","plugin_contributors-thinkoomph","plugin_committers-ethitter"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/automatically-paginate-posts.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Automatically paginate WordPress content by inserting the <code>&lt;!--nextpage--&gt;<\/code> Quicktag at intervals controlled by plugin's settings.<\/p>\n\n<p>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 <code>autopaging_post_types<\/code> filter).<\/p>\n\n<p>Option is also provided to specify how many pages content should be broken out over, or how many words should be included per page.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload automatically-paginate-posts to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate plugin through the WordPress Plugins menu.<\/li>\n<li>Configure plugin by going to <strong>Settings &gt; Reading<\/strong>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='where%20do%20i%20set%20the%20plugin%27s%20options%3F'><h3>Where do I set the plugin's options?<\/h3><\/dt>\n<dd><p>The plugin's options are added to the built-in <strong>Reading<\/strong> settings page in WordPress.<\/p><\/dd>\n<dt id='can%20i%20disable%20the%20plugin%27s%20functionality%20for%20specific%20content%3F'><h3>Can I disable the plugin's functionality for specific content?<\/h3><\/dt>\n<dd><p>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.<\/p><\/dd>\n<dt id='how%20can%20i%20add%20support%20for%20my%20custom%20post%20type%3F'><h3>How can I add support for my custom post type?<\/h3><\/dt>\n<dd><p>Navigate to <strong>Settings &gt; Reading<\/strong> in WP Admin to enable this plugin for your custom post type.<\/p>\n\n<p>You can also use the filter <code>autopaging_post_types<\/code> to add support by appending your post type's name to the array.<\/p><\/dd>\n<dt id='what%20filters%20does%20this%20plugin%20include%3F'><h3>What filters does this plugin include?<\/h3><\/dt>\n<dd><ul>\n<li><code>autopaging_post_types<\/code> - modify the post types supported by this plugin. Will override the values set under Settings &gt; Reading.<\/li>\n<li><code>autopaging_num_pages_default<\/code> - modify the default number of pages over which a post is displayed. Will override the value set under Settings &gt; Reading.<\/li>\n<li><code>autopaging_max_num_pages<\/code> - override the maximum number of pages available in the settings page dropdown when the paging type is \"pages\".<\/li>\n<li><code>autopaging_max_num_words<\/code> - override the minimum number of words allowed per page page when the paging type is \"words\".<\/li>\n<li><code>autopaging_num_pages<\/code> - 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.<\/li>\n<li><code>autopaging_num_words<\/code> - 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.<\/li>\n<li><code>autopaging_supported_block_types_for_word_counts<\/code> - specify which block types are considered when splitting a block-editor post by word count.<\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.3.1<\/h4>\n\n<ul>\n<li>Fix translation support.<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Add support for content authored in block editor (Gutenberg).<\/li>\n<li>Add native block-editor control to replace legacy metabox.<\/li>\n<li>Fix bug that created empty pages.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Allow for number of words to be specified instead of number of pages.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Automatically paginate posts by inserting the `` Quicktag.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/18439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=18439"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ethitter"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=18439"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=18439"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=18439"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=18439"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=18439"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=18439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}