Contributors: tarosky,Takahashi_Fumiki
Tags: CPT
Requires at least: 5.9
Requires PHP: 7.4
Tested up to: 6.7
Stable Tag: nightly
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
A WordPress plugin to let custom post type to have a front page.
CPT(Custom Post Pype e.g book
) has URL structure like below:
/book/harry-potter
/book/harry-potter/philosopers-stone
If you need /book
as a front page of CPT, this plugin works.
This plugin allow specific post type to have a "Front Page" and it's permalink will be at the root of URL prefix of CPT.
- Search
taro-cpt-front
in plugin search in your WP admin. - Click "Install" and "Activate".
- Go to "Setting" > "Wrting" and choose the post types to have a front page.
- The page which you want to be a front page, check "Set as front page" from right side bar.
Create new ticket at Support forum. Or else, create new issue or send Pull Request on GitHub.
- Bump required PHP version.
- Fix small bugs.
- Initial release.