=== Simple CPT === Contributors: pattihis Donate link: https://profiles.wordpress.org/pattihis/ Tags: custom post type, simple cpt, cpt, taxonomies Requires at least: 3.0.1 Tested up to: 5.7 Requires PHP: 5.6 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Simple CPT provides an easy to use interface for registering and managing custom post types and taxonomies. == Description == **Simple CPT** is a free WordPress plugin that lets you create custom post types and custom taxonomies (eg: categories, tags, etc.) directly from your admin dashboard without writing code or editing files manually. This plugin is written using only functions included in the WordPress core, so it does not reduce the performance of your website and does not cause compatibility problems. Simple CPT is completely free, it will save you time and it is compatible with almost all themes and plugins. In just a few minutes you can adapt your WordPress site to any type of project in a professional and extremely simple and fast way (ecommerce, hotel, restaurant, events, portfolio, community, etc.). == Installation == ### Manual * Upload the Custom Post Type UI folder to the plugins directory in your WordPress installation * Activate the plugin. * Navigate to the "Simple CPT" Menu. ### Admin Installer via Zip * Visit the Add New plugin screen and click the “Upload Plugin” button. * Click the “Browse…” button and select zip file from your computer. * Click the "Install Now" button. * Once done uploading, activate Custom Post Type UI. * Navigate to the "Simple CPT" Menu. That's it! Now you can easily start creating custom post types and taxonomies in WordPress == Frequently Asked Questions == = When is “Simple CPT” needed? = Whenever you need to extend the functionality of your Wordpress site with your own type of content then you can create custom post types. Creating custom post types for books, movies, reviews, products and so on, can transform your website from a blogging platform to a custom software solution e.g. a bookstore, a movie database, a product listing site etc. = What can I create with the “Simple CPT” plugin? = With the “Simple CPT” plugin you can easily create custom post types (Books, Cars, Movies, Songs etc.) and custom taxonomies (Brand, Color, Type, Genre etc.) = When are custom Taxonomies needed? = Your regular blog posts use Categories and Tags to create an organization structure. Those build-in taxonomies can also be associated to any custom post type you create with Simple CPT. However, the same organization doesn’t necessarily make sense for custom post types. For a “book” custom post type, ideally you’d like to have the option to specify the book’s author, the page count, genre, publisher and other book-specific data. This is when you create custom taxonomies and you associate them with your custom post type(s). = Does “Simple CPT” require coding, file editing or any technical knowledge? = Absolutely not. All you need to do is to fill up some text fields and select some options with dropdowns and your CPT will be ready. Check out the screenshots below. = Is the “Simple CPT” plugin compatible with my theme/plugins? = Of course! The “Simple CPT” plugin is compatible with any theme/plugin that follows WordPress coding standards. == Screenshots == 1. Plugin overview page 2. Custom Post Types admin table 3. Custom Taxonomies admin table 4. Add a new Custom Post Type 5. Edit a custom Taxonomy == Changelog == = 1.0.0 = * Initial release == Upgrade Notice == = 1.0.0 = Initial release