Add simple block to invoke click to next page.
As of April 2026, Taro Lead Next is a WordPress news plugin with 10 active installations and a 0/5 rating0. It has been downloaded 3.1K+ times in total. Requires WordPress 6.1+ and PHP 7.2+. Available on WordPress.org since 2021. Top alternative: XML Sitemap & Google News.
This plugin add a simple block to call user attention to click next page of paginated posts.
HTML structure is like this.
Next Page
Click next page and find the result!
In block editor, a.taro-lead-next-line will be <div> tag.
Default stylesheet is registered as tsln-lead-block in init hook at the priority 20.
For full customization, register your style as a same name. The style registered faster priors to plugin’s style.
add_action( 'init', function() {
wp_register_style( 'tsln-lead-block', 'your-theme/original.css', [], '1.0.0' );
}, 10 );
Default header title is “Next Page”. We have a plan to make it customizable from Theme Customizer, but you can chan…
| WordPress | 6.1+ requiredTested up to 6.8.5 |
| PHP | 7.2+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.