{"id":29292849,"url":"https://github.com/tarosky/taro-lead-next","last_synced_at":"2026-04-17T06:32:11.263Z","repository":{"id":80335248,"uuid":"419634598","full_name":"tarosky/taro-lead-next","owner":"tarosky","description":"Add a simple block to lead to next page.","archived":false,"fork":false,"pushed_at":"2026-03-18T13:59:27.000Z","size":299,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-19T04:50:02.931Z","etag":null,"topics":["wordpress","wordpress-plugin","wordpress-plugin-published"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/taro-lead-next/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tarosky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-21T08:05:20.000Z","updated_at":"2026-03-18T13:59:32.000Z","dependencies_parsed_at":"2025-06-19T07:28:33.932Z","dependency_job_id":"4651ea8c-87b9-45f2-b3a0-73565bc136d9","html_url":"https://github.com/tarosky/taro-lead-next","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/tarosky/taro-lead-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarosky%2Ftaro-lead-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarosky%2Ftaro-lead-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarosky%2Ftaro-lead-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarosky%2Ftaro-lead-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarosky","download_url":"https://codeload.github.com/tarosky/taro-lead-next/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarosky%2Ftaro-lead-next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31918479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress","wordpress-plugin","wordpress-plugin-published"],"created_at":"2025-07-06T10:11:45.040Z","updated_at":"2026-04-17T06:32:11.242Z","avatar_url":"https://github.com/tarosky.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taro Lead Next\n\nTags: series, posts, news  \nContributors: tarosky, Takahashi_Fumiki, tswallie  \nTested up to: 6.8  \nStable Tag: nightly  \nLicense: GPLv3 or later  \nLicense URI: http://www.gnu.org/licenses/gpl-3.0.txt\n\nAdd simple block to invoke click to next page.\n\n## Description\n\nThis plugin add a simple block to call user attention to click next page of paginated posts.\n\n### Customization\n\n### Style\n\nHTML structure is like this.\n\n```\n\u003cdiv class=\"taro-lead-next\"\u003e\n\t\u003ca href=\"%link%\" class=\"taro-lead-next-link\" rel=\"next\"\u003e\n\t\t\u003c!-- Title will be omitted if empty. --\u003e\n\t\t\u003cp class=\"taro-lead-next-title\"\u003e\n\t\t\tNext Page\n\t\t\u003c/p\u003e\n\t\t\u003cp class=\"taro-lead-next-body\"\u003e\n\t\t\tClick next page and find the result!\n\t\t\u003c/p\u003e\n\t\u003c/a\u003e\n\u003c/div\u003e\n```\n\nIn block editor, `a.taro-lead-next-line` will be `\u003cdiv\u003e` tag.\n\nDefault stylesheet is registered as `tsln-lead-block` in `init` hook at the priority 20.\nFor full customization, register your style as a same name. The style registered faster priors to plugin's style.\n\n```\nadd_action( 'init', function() {\n\twp_register_style( 'tsln-lead-block', 'your-theme/original.css', [], '1.0.0' );\n}, 10 );\n```\n\n### Header\n\nDefault 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.\n\n```\nadd_filter( 'tsln_next_page_default_title', function( $title ) {\n\treturn \"What's Next?\";\n} );\n```\n\n## Installation\n\n### From Plugin Repository\n\nClick install and activate it.\n\n### From GitHub\n\nSee [releases](https://github.com/tarosky/taro-lead-next/releases).\n\n## FAQ\n\n### Where can I get supported?\n\nPlease create new ticket on support forum.\n\n### How can I contribute?\n\nCreate a new [issue](https://github.com/tarosky/taro-lead-next/issues) or send [pull requests](https://github.com/tarosky/taro-lead-next/pulls).\n\n## Changelog\n\n### 1.1.0\n\n* Drop support under WordPress 6.1\n* Fix warning on block editor.\n\n### 1.0.4\n\n* Add script translation.\n\n### 1.0.0\n\n* First release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarosky%2Ftaro-lead-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarosky%2Ftaro-lead-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarosky%2Ftaro-lead-next/lists"}