Taro CPT Front =============================================== Contributors: tarosky,Takahashi_Fumiki, tswallie Tags: CPT Tested up to: 6.8 Stable Tag: 1.1.3 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. == Description == CPT(Custom Post Type e.g `book`) has URL structure like below: - `/book/harry-potter` - `/book/harry-potter/philosopher-stone` If you need `/book` as a front page of CPT, this plugin works. This plugin allows specific post types to have a "Front Page" and its permalink will be at the root of URL prefix of CPT. == Installation == 1. Search `taro-cpt-front` in plugin search in your WP admin. 2. Click "Install" and "Activate". 3. Go to "Settings" > "Reading" and choose the post types to have a front page. 4. The page which you want to be a front page, check "Set as front page" from right side bar. == Frequently Asked Questions == = Where can I get supported? = Create new ticket at Support forum. Or else, create [new issue](https://github.com/tarosky/taro-cpt-front/issues) or send [Pull Request](https://github.com/tarosky/taro-cpt-front/pulls) on GitHub. == Changelog == = 1.1.0 = * Bump required PHP version. * Fix small bugs. = 1.0.0 = * Initial release.