===  AddonLogic Custom Post Type Creator ===
Contributors: snehalpancholi
Tags: custom post type, cpt, post type, no code
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Register custom post types through a simple admin UI — no coding required.

== Description ==

AddonLogic Custom Post Type Creator lets you create, edit, and delete custom post types directly from a WordPress admin page. No coding, no child themes, no functions.php edits needed.

**Features:**
* Create unlimited custom post types
* Choose dashicon, slug, labels, archive, REST API support
* Configure supports: title, editor, thumbnail, excerpt, comments, custom fields, revisions, author, page attributes, post formats
* Public/private, hierarchical options
* Clean modal-based UI
* Rewrite rules flushed automatically on save

== Installation ==

1. Upload the `custom-post-type-creator` folder to `/wp-content/plugins/`
2. Activate the plugin through the **Plugins** menu
3. Navigate to **Post Types** in the admin sidebar
4. Click **+ Add New** to register your first custom post type

== Frequently Asked Questions ==

= Will my posts be deleted if I delete a post type? =
No. Posts remain in the database. Deleting a post type simply unregisters it from WordPress.

= Do I need to manually flush rewrite rules? =
No. The plugin flushes rewrite rules automatically when you save or delete a post type.

= Can I use the post types with Gutenberg? =
Yes. Enable "Show in REST (Gutenberg)" when creating the post type.

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
Initial release.
