WP Manifestindependent plugin directory
manifest / content / page-for-post-type

Page for post type

Allows you to set a page as the base URL for a post type, much like you can set a page for your blog posts.

by Human Made Limited · github.com/humanmade/page-for-post-type · website

188stars
10kcomposer installs
30forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/humanmade/page-for-post-type/archive/refs/heads/master.zip

Also on Packagist as humanmade/page-for-post-type:

composer require humanmade/page-for-post-type

From the readme

Page for Post Type Allows you to set a page as the base URL for a post type, much like you can set a page for your blog posts. This gives you some flexibility when using plugins or themes that provide custom post types. It's not unusual to want to nest these a little deeper in your site's page hierarchy. Usage Just activate it! The plugin adds a settings section to the reading settings page where you would normally set a static home page and page for your posts. You can choose a page to act as your post type archive page and also as the rewrite slug for posts within that post type.

Read the full README on GitHub →