{"id":161165,"date":"2022-09-12T01:20:22","date_gmt":"2022-09-12T01:20:22","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/nextpage-link\/"},"modified":"2022-11-04T00:55:35","modified_gmt":"2022-11-04T00:55:35","slug":"nextpage-link","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/nextpage-link\/","author":20532663,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"1.0.2","tested":"6.1.10","requires":"5.7","requires_php":"5.3","requires_plugins":"","header_name":"Nextpage Link","header_author":"NewsFront Corporation","header_description":"A link to the next page can be displayed using a shortcode.","assets_banners_color":"8b9acf","last_updated":"2022-11-04 00:55:35","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/www.newsfront.jp\/wordpress\/plugins\/nextpage-link\/","header_author_uri":"https:\/\/www.newsfront.jp","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1460,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"newsfront","date":"2022-09-12 01:20:09"},"1.0.1":{"tag":"1.0.1","author":"newsfront","date":"2022-09-12 07:21:15"},"1.0.2":{"tag":"1.0.2","author":"newsfront","date":"2022-11-04 00:55:35"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2785208,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2785208,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":2785208,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500-rtl.png":{"filename":"banner-1544x500-rtl.png","revision":2784331,"resolution":"1544x500","location":"assets","locale":""},"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2784331,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250-rtl.png":{"filename":"banner-772x250-rtl.png","revision":2784331,"resolution":"772x250","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2784331,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2784331,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"sample view"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3653,900,80],"plugin_category":[43],"plugin_contributors":[213653,213654],"plugin_business_model":[],"class_list":["post-161165","plugin","type-plugin","status-publish","hentry","plugin_tags-nextpage","plugin_tags-pagination","plugin_tags-shortcode","plugin_category-customization","plugin_contributors-newsfront","plugin_contributors-nue2501","plugin_committers-newsfront"],"banners":{"banner":"https:\/\/ps.w.org\/nextpage-link\/assets\/banner-772x250.png?rev=2784331","banner_2x":"https:\/\/ps.w.org\/nextpage-link\/assets\/banner-1544x500.png?rev=2784331","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/nextpage-link\/assets\/icon.svg?rev=2785208","icon":"https:\/\/ps.w.org\/nextpage-link\/assets\/icon.svg?rev=2785208","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/nextpage-link\/assets\/screenshot-1.png?rev=2784331","caption":"sample view"}],"raw_content":"<!--section=description-->\n<p>A link to the next page can be displayed using a short code.<\/p>\n\n<h3>Requirements<\/h3>\n\n<ul>\n<li>PHP version 5.3 or greater.<\/li>\n<\/ul>\n\n<h3>License<\/h3>\n\n<p>All files and scripts are licensed under GNU General Public License.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the entire <code>nextpage-link<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<p>After activation of the plugin, Add <code>[nextpage_link]LINK TEXT[\/nextpage_link]<\/code> to the body of your post.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='are%20there%20any%20shortcode%20parameters%3F'><h3>Are there any shortcode parameters?<\/h3><\/dt>\n<dd><p>Support for id, type, layout, in_same_term, excluded_terms, previous, taxonomy and prefix.<\/p>\n\n<p>Example:<\/p>\n\n<pre><code>[nextpage_link type=\"pagination\"]H2 text on the next page[\/nextpage_link]\n<\/code><\/pre>\n\n<p>Link to the next page separated by &lt;! --nextpage--&gt;\nDefault if type is not specified<\/p>\n\n<pre><code>[nextpage_link id=\"1234\"]Link Text[\/nextpage_link]\n<\/code><\/pre>\n\n<p>Link post ID 1234<\/p>\n\n<pre><code>[nextpage_link type=\"nextpost\"]Link Text[\/nextpage_link]\n<\/code><\/pre>\n\n<p>Link to adjacent post<\/p>\n\n<pre><code>[nextpage_link prefix=\"Next page: \"]Link Text[\/nextpage_link]\n<\/code><\/pre>\n\n<p>Output is Next page: <a href=\"#\">Lint Text<\/a>\nDefault is \"Next:\"<\/p><\/dd>\n<dt id='can%20the%20layout%20be%20changed%3F'><h3>Can the layout be changed?<\/h3><\/dt>\n<dd><p>The layout attribute can be used to specify the layout.<\/p>\n\n<ol>\n<li>Copy <code>nextpage-link\/template-parts<\/code> as <code>template-parts\/nextpage-link<\/code> to your theme folder.<\/li>\n<li>Change <code>layout.php<\/code> or create a new <code>layout-new.php<\/code>.<\/li>\n<li>If you create a new <code>layout-new.php<\/code>, specify <code>[nextpage_link layout=\"new\"]...<\/code>.<\/li>\n<\/ol><\/dd>\n<dt id='can%20you%20control%20adjacent%20articles%20in%20detail%3F'><h3>Can you control adjacent articles in detail?<\/h3><\/dt>\n<dd><p>It can be controlled by the following parameters.<\/p>\n\n<ul>\n<li><code>in_same_term=\"0\/1\" (Default: 0)<\/code><\/li>\n<li><code>excluded_terms=\"1,2,3,4\" (Default: empty string)<\/code><\/li>\n<li><code>previous=\"0\/1\" (Default: 0)<\/code><\/li>\n<li><code>taxonomy=\"post_tag\" (Default: category)<\/code><\/li>\n<\/ul>\n\n<p>These parameters are passed to get_adjacent_post().<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<p>Release Date: September 14, 2022<\/p>\n\n<ul>\n<li>Notation adjustment<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<p>Release Date: September 12, 2022<\/p>\n\n<ul>\n<li>Fixed typo<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<p>Release Date: September 12, 2022<\/p>\n\n<ul>\n<li>Plugin Released<\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>First version (Unreleased)<\/li>\n<\/ul>","raw_excerpt":"A link to the next page can be displayed using a short code.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/161165","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=161165"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/newsfront"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=161165"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=161165"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=161165"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=161165"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=161165"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=161165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}