WP Manifestindependent plugin directory
manifest / content / plugin-cpt-manager

Custom Post Types Manager

Plugin for managing custom posts types for your project

by Sarah Siqueira · github.com/sarahcssiqueira/plugin-cpt-manager · website

0stars
0forks

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/sarahcssiqueira/plugin-cpt-manager/archive/refs/heads/master.zip

Declares an update source (https://sarahjobs.com/wordpress/plugins/cpt-manager/update), so updates arrive through the plugin's own updater.

Readme

Custom Post Types Manager

WordPress Core provides five post types by default: Post, Page, Attachment, Revision and Menu. Although, while working on a project, we may need to create our specific content types, and that can be easily done with a few lines of code. That is the purpose of the main Class in this plugin, using the register_post_type() function.

Usage

[TO DO]

License

The code in this project is licensed under GPL v2 or later.

Read the full README on GitHub →