{"id":149265,"date":"2021-11-02T08:23:04","date_gmt":"2021-11-02T08:23:04","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/taro-lead-next\/"},"modified":"2026-07-06T08:58:53","modified_gmt":"2026-07-06T08:58:53","slug":"taro-lead-next","status":"publish","type":"plugin","link":"https:\/\/tah.wordpress.org\/plugins\/taro-lead-next\/","author":13589055,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2.0","stable_tag":"1.2.0","tested":"7.0","requires":"6.6","requires_php":"7.4","requires_plugins":null,"header_name":"Taro Lead Next","header_author":"Tarosky INC.","header_description":"Add 1 block to next page lead.","assets_banners_color":"01a9da","last_updated":"2026-07-06 08:58:53","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/taro-lead-next\/","header_author_uri":"https:\/\/tarosky.co.jp\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3509,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.3":{"tag":"1.0.3","author":"Tarosky","date":"2021-11-02 08:22:36"},"1.0.4":{"tag":"1.0.4","author":"Tarosky","date":"2021-11-09 08:17:39"},"1.0.5":{"tag":"1.0.5","author":"Tarosky","date":"2021-11-10 12:23:54"},"1.1.0":{"tag":"1.1.0","author":"Tarosky","date":"2025-06-19 06:40:32"},"1.2.0":{"tag":"1.2.0","author":"Tarosky","date":"2026-07-06 08:58:53"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":3597464,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":3597464,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3597464,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":{"tarosky\/lead":{"name":"tarosky\/lead","title":"Lead to Next"}},"tagged_versions":["1.0.3","1.0.4","1.0.5","1.1.0","1.2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3597464,"resolution":"1","location":"assets","locale":"","width":1067,"height":799},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3597464,"resolution":"2","location":"assets","locale":"","width":955,"height":796}},"screenshots":[]},"plugin_section":[],"plugin_tags":[1248,166,6680],"plugin_category":[],"plugin_contributors":[83237,142014,242585],"plugin_business_model":[],"class_list":["post-149265","plugin","type-plugin","status-publish","hentry","plugin_tags-news","plugin_tags-posts","plugin_tags-series","plugin_contributors-takahashi_fumiki","plugin_contributors-tarosky","plugin_contributors-tswallie","plugin_committers-marikomorimoto","plugin_committers-takahashi_fumiki","plugin_committers-tarosky","plugin_committers-toru"],"banners":{"banner":"https:\/\/ps.w.org\/taro-lead-next\/assets\/banner-772x250.jpg?rev=3597464","banner_2x":"https:\/\/ps.w.org\/taro-lead-next\/assets\/banner-1544x500.jpg?rev=3597464","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/taro-lead-next\/assets\/icon.svg?rev=3597464","icon":"https:\/\/ps.w.org\/taro-lead-next\/assets\/icon.svg?rev=3597464","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/taro-lead-next\/assets\/screenshot-1.png?rev=3597464","caption":""},{"src":"https:\/\/ps.w.org\/taro-lead-next\/assets\/screenshot-2.png?rev=3597464","caption":""}],"raw_content":"<!--section=description-->\n<p>This plugin add a simple block to call user attention to click next page of paginated posts.<\/p>\n\n<h4>Customization<\/h4>\n\n<h4>Style<\/h4>\n\n<p>HTML structure is like this.<\/p>\n\n<pre>\n    <a href=\"%link%\" rel=\"next\">\n        <!-- Title will be omitted if empty. -->\n        <p>\n            Next Page\n        <\/p>\n        <p>\n            Click next page and find the result!\n        <\/p>\n    <\/a>\n<\/pre>\n\n<p>In block editor, <code>a.taro-lead-next-line<\/code> will be <code>&lt;div&gt;<\/code> tag.<\/p>\n\n<p>Default stylesheet is registered as <code>tsln-lead-block<\/code> in <code>init<\/code> hook at the priority 20.\nFor full customization, register your style as a same name. The style registered faster priors to plugin's style.<\/p>\n\n<pre>add_action( 'init', function() {\n    wp_register_style( 'tsln-lead-block', 'your-theme\/original.css', [], '1.0.0' );\n}, 10 );<\/pre>\n\n<h4>Header<\/h4>\n\n<p>Default header title is \"Next Page\". We have a plan to make it customizable from Theme Customizer, but you can change it by filter hook for the present.<\/p>\n\n<pre>add_filter( 'tsln_next_page_default_title', function( $title ) {\n    return \"What's Next?\";\n} );<\/pre>\n\n<!--section=installation-->\n<h4>From Plugin Repository<\/h4>\n\n<p>Click install and activate it.<\/p>\n\n<h4>From GitHub<\/h4>\n\n<p>See <a href=\"https:\/\/github.com\/tarosky\/taro-lead-next\/releases\">releases<\/a>.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20can%20i%20get%20supported%3F\"><h3>Where can I get supported?<\/h3><\/dt>\n<dd><p>Please create new ticket on support forum.<\/p><\/dd>\n<dt id=\"how%20can%20i%20contribute%3F\"><h3>How can I contribute?<\/h3><\/dt>\n<dd><p>Create a new <a href=\"https:\/\/github.com\/tarosky\/taro-lead-next\/issues\">issue<\/a> or send <a href=\"https:\/\/github.com\/tarosky\/taro-lead-next\/pulls\">pull requests<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Bump minimum requirements: WordPress 6.6, PHP 7.4<\/li>\n<li>Renew build system.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Drop support under WordPress 6.1<\/li>\n<li>Fix warning on block editor.<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Add script translation.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First release.<\/li>\n<\/ul>","raw_excerpt":"Add simple block to invoke click to next page.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/149265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=149265"}],"author":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tarosky"}],"wp:attachment":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=149265"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=149265"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=149265"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=149265"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=149265"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=149265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}