Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarahcssiqueira/plugin-cpt-manager

Plugin for managing custom posts types for your project
https://github.com/sarahcssiqueira/plugin-cpt-manager

wordpress-custom-post-type

Last synced: 2 days ago
JSON representation

Plugin for managing custom posts types for your project

Awesome Lists containing this project

README

        

# Custom Post Types Manager

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![Release Version](https://img.shields.io/github/release/sarahcssiqueira/plugin-order-status-admin.svg)](https://github.com/sarahcssiqueira/plugin-order-status-admin/releases/latest)
[![Support Level](https://img.shields.io/badge/support-may_take_time-yellow.svg)](#support-level)

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()**](https://developer.wordpress.org/reference/functions/register_post_type/) function.

## Usage

[TO DO]

## License

The code in this project is licensed under [GPL v2 or later](https://github.com/sarahcssiqueira/wp-plugin-cpt-manager/blob/master/license).