Admin Installer via search

  1. Visit the Add New plugin screen and search for "custom post type ui".
  2. Click the "Install Now" button.
  3. Activate the plugin.
  4. Navigate to the "CPTUI" Menu.

Admin Installer via zip

  1. Visit the Add New plugin screen and click the "Upload Plugin" button.
  2. Click the "Browse…" button and select zip file from your computer.
  3. Click "Install Now" button.
  4. Once done uploading, activate Custom Post Type UI.

Manual

  1. Upload the Custom Post Type UI folder to the plugins directory in your WordPress installation.
  2. Activate the plugin.
  3. Navigate to the "CPTUI" Menu.

That's it! Now you can easily start creating custom post types and taxonomies in WordPress.

User documentation

Please see http://docs.pluginize.com/category/126-custom-post-type-ui

Code/API documentation

Please see http://codex.pluginize.com/cptui/

CPT-UI is a nice, solid plugin for defining Custom Post Types and custom taxonomies. It is very reliable and exposes the features available via an easy to use GUI. Kudos to the team for creating and maintaining this plugin.

I am super happy with Michael Beckwiths support. Just bought him a coffee 😀 Happycally PS: Plugin works great.

Great plugin with lots of customisations.

I've been using the plugin for several years and it has always been rock solid for both custom post types and taxonomies. I recently had a problem with a custom post type. The support people at CPTUI really dig in a helped me. Plus their response time was really fast!

Plugins like this are what makes WordPress so great. Really flexible plugin that does not try to do too many things and does not over complicate things. Highly recommended.

Baca semua 238 ulasan

"Custom Post Type UI" adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

1.10.0 – 2021-10-04

  • Added: Dashicon picker with popup. – Props arshidkv12
  • Added: Tag Cloud widget support for custom taxonomies.
  • Added: Filters that allow developers to override the data fetched from our options, if they choose to.
  • Added: Ability to clear all filled in label values.
  • Fixed: Hardened up various parts of our code to ensure security.
  • Fixed: Incorrectly referenced variable from post types instead of taxonomies, for the rest_controller_class property.

1.9.2 – 2021-06-16

  • Added: "date" as a reserved taxonomy slug.
  • Fixed: duplicate "show_in_graphql" attribute output in "Get Code" output.
  • Updated: image optimization for smaller file sizes.
  • Updated: removed duplicate taxonomy labels.

1.9.1 – 2021-04-19

  • Fixed: missed WPGraphQL settings in our Get Tools/Export functionality.
  • Updated: note about needing a published item to set parent/child relationships in post types.

1.9.0 – 2021-03-30

  • Added: WPGraphQL Support when WPGraphQL is installed and active.
  • Fixed: Better handling of code in post_format based helper functions.
  • Updated: Cleaned up unused CSS.
  • Updated: Added types to disallowed taxonomy slugs.
  • Updated: Amended some helper text on the listings page regarding templates. Props @tarecord