=== My Custom Post Type === Author: nbm-blue-eye Contributors: nbm-blue-eye Tags: Custom, Post, Type Version: 1.0.0 Requires at least: 5.2 Tested up to: 6.0.3 Requires PHP: 7.2 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This Plugin will will be used to make a simple Custom Post Type for your Theme == Description == The PlugIn Initialized with the Custom Post Type Name: News, following is the Categories Name: Categories, and the Tags Name: Tags. To Change to your own Custom Post Type: Just change The name in My Custom Post Type menu and Update it. This Plugin is able to create only 1 Custom Post Type. So if you have CPT called News (deafault) and then you rename it Bluenews, your CTP will turn from News to Bluenews. you have now only one CPT called Bluenews. Ordered list: - Custom Post Type Slug: {custom post type name} - Category slug: {custom post type name}_cat - Tag slug: {custom post type name}_tag == Installation == 1. Activate the plugin through the \"Plugins\" menu in WordPress. == Frequently Asked Questions == = How I Create My Own Custom Post Type? = Just change the name of Custom Post Type in the form and click update Button, Along with Categories for cat and Tags for tag = How to I get post type ? = See on the url site, click on the name of custom post type, custom taxonomy you will see the slug == Screenshots == 1-This is the frontend of my-custom-post-type after being installed screenshot-1.png 2-This is the frontend of Custom Post Type (Default: News) after my-custom-post-type was installed screenshot-2.png 3-This is the frontend of my-custom-post-type on admin menu after being installed screenshot-3.png == Changelog == = 0.1 = * This is the first version. = 0.1 = * Initial release. == Upgrade Notice == = 0.2 = Upgrade notices describe the reason a user should upgrade