Title: Post Type Generator
Author: AHMAD_R3ZA
Published: <strong>Septèmber 22, 2026</strong>
Last modified: Septèmber 22, 2026

---

Nggoléki Plugin

![](https://ps.w.org/post-type-generator/assets/banner-772x250.png?rev=3707546)

![](https://ps.w.org/post-type-generator/assets/icon-256x256.png?rev=3707546)

# Post Type Generator

 Dening [AHMAD_R3ZA](https://profiles.wordpress.org/ahmad_r3za/)

[Ngundhuh](https://downloads.wordpress.org/plugin/post-type-generator.1.0.0.zip)

 * [Detil](https://jv.wordpress.org/plugins/post-type-generator/#description)
 * [Mācā ulang](https://jv.wordpress.org/plugins/post-type-generator/#reviews)
 *  [Pemasangan](https://jv.wordpress.org/plugins/post-type-generator/#installation)
 * [Pangembangan](https://jv.wordpress.org/plugins/post-type-generator/#developers)

 [Sokong](https://wordpress.org/support/plugin/post-type-generator/)

## Katrangan

Post Type Generator adds one screen under Tools. Add and edit open in a dialog on
that screen. From there you can create a custom post type, change its labels and
supports, turn it off without losing the settings, or export the `register_post_type()`
call as PHP.

Definitions are stored in the `ptg_post_types` option on your site and registered
on `init` while this plugin is active. The plugin does not contact any external 
server, does not load scripts or styles from a CDN, and does not add links or credits
to the public site.

JavaScript and CSS in this plugin are the source. There is no build step and nothing
is obfuscated.

Deleting a generated type does not delete its posts. They stay in the database and
disappear from the admin until the same key is registered again.

#### What you can set

 * Singular and plural labels
 * Post type key (lowercase letters, numbers, underscores, at most 20 characters,
   fixed after creation)
 * Public visibility, admin screens, the REST API, an archive, hierarchy, and search
 * Rewrite slug
 * Editor features and taxonomies that are already registered
 * A Dashicon and an optional admin menu position

#### Developers

    ```
    add_filter('posttypegenerator_post_type_args', function (array $args, array $type): array {
        return $args;
    }, 10, 2);
    ```

The filter receives the arguments passed to `register_post_type()` and the saved
definition.

Development source: https://github.com/ahmadreza-log/post-type-generator

### Privacy

This plugin does not track visitors or account holders, does not set its own cookies,
and does not contact third-party services.

It stores the post type settings you submit (names, key, visibility, supports, taxonomies,
icon, and menu position) in the WordPress options table. Those settings are removed
when the plugin is deleted from the Plugins screen. Posts created with a generated
type are not deleted.

## Gambar conto

[⌊The Tools screen lists saved post types and opens add or edit in a dialog.⌉⌊The
Tools screen lists saved post types and opens add or edit in a dialog.⌉[

The Tools screen lists saved post types and opens add or edit in a dialog.

## Pemasangan

 1. Upload the `post-type-generator` folder to `/wp-content/plugins/`, or install the
    zip from the Plugins screen.
 2. Activate **Post Type Generator** through the Plugins screen.
 3. Open **Tools  Post Type Generator**.
 4. Click **Add Post Type**, fill in the names and key in the dialog, and save.
 5. If an archive link returns a 404, open Settings  Permalinks and click Save Changes.
    The plugin also rebuilds permalinks on the request after each save.

## FAQ

### Does this plugin track users or phone home?

No. It does not send data to any server. It does not embed advertisements. The only
data it writes is the post type definition in your options table, plus a one-request
flag used to refresh permalinks.

### Does it add a credit or link on the public site?

No. Nothing is printed on the front of the site except the post type archive and
singular URLs WordPress already generates for a public type.

### Does this replace a post type my theme already registered?

No. Reserved keys and keys that already exist are rejected. Registration runs after
the default `init` priority, so an existing type keeps its own callback.

### What happens to posts when I delete a type?

They stay in the database. They are hidden until that same key is registered again.

### Can I change the key later?

No. Create another type if you need a different key. Existing posts keep the old
key.

### Do I need the exported PHP while this plugin is active?

No. Use the export only when you are ready to deactivate this plugin and keep the
registration in other code. WordPress ignores a second registration of the same 
key.

### Where are the admin screens?

Under Tools, on one screen. Add and edit open in a dialog on that screen. There 
is no top-level menu and no dashboard widget.

## Mācā ulang

There are no reviews for this plugin.

## Contributors & Developers

“Post Type Generator” is open source software. The following people have contributed
to this plugin.

Kontributor

 *   [ AHMAD_R3ZA ](https://profiles.wordpress.org/ahmad_r3za/)

[Translate “Post Type Generator” into your language.](https://translate.wordpress.org/projects/wp-plugins/post-type-generator)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/post-type-generator/),
check out the [SVN repository](https://plugins.svn.wordpress.org/post-type-generator/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/post-type-generator/)
by [RSS](https://plugins.trac.wordpress.org/log/post-type-generator/?limit=100&mode=stop_on_copy&format=rss).

## Caathetan Owahan

#### 1.0.0

 * Create, edit, disable, delete, and export custom post types from Tools.
 * Persian translation included.
 * No remote assets, tracking, or public credit links.

## Meta

 *  Version **1.0.0**
 *  Last updated **2 dinā sing kepungkur**
 *  Active installations **Kurang sākā 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/post-type-generator/)
 * Tags
 * [content](https://jv.wordpress.org/plugins/tags/content/)[custom post types](https://jv.wordpress.org/plugins/tags/custom-post-types/)
   [developer](https://jv.wordpress.org/plugins/tags/developer/)[export](https://jv.wordpress.org/plugins/tags/export/)
   [tools](https://jv.wordpress.org/plugins/tags/tools/)
 *  [Nonton lanjutan](https://jv.wordpress.org/plugins/post-type-generator/advanced/)

## Peringkat

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/post-type-generator/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/post-type-generator/reviews/)

## Kontributor

 *   [ AHMAD_R3ZA ](https://profiles.wordpress.org/ahmad_r3za/)

## Sokong

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/post-type-generator/)