Skip to content

tarosky/taro-cpt-front

Repository files navigation

Taro CPT Front

Contributors: tarosky,Takahashi_Fumiki
Tags: CPT
Requires at least: 5.5.0
Requires PHP: 5.6
Tested up to: 5.8
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.

Description

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.

Installation

  1. Search taro-cpt-front in plugin search in your WP admin.
  2. Click "Install" and "Activate".
  3. Go to "Setting" > "Wrting" 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 or send Pull Request on GitHub.

Changelog

1.0.0

  • Initial release.