Custom Post Type UI

Description

Custom Post Type UI provides an easy to use interface for registering and managing custom post types and taxonomies for your website.

While CPTUI helps solve the problem of creating custom post types, displaying the data gleaned from them can be a whole new challenge. That’s why we created Custom Post Type UI Extended. View our Layouts page to see some examples that are available with Custom Post Type UI Extended.

Official development of Custom Post Type UI is on GitHub, with official stable releases published on WordPress.org. The GitHub repo can be found at https://github.com/WebDevStudios/custom-post-type-ui. Please use the Support tab for potential bugs, issues, or enhancement ideas.

Pluginize was launched in 2016 by WebDevStudios to promote, support, and house all of their WordPress products. Pluginize is not only creating new products for WordPress all the time, like CPTUI Extended, but also provides ongoing support and development for WordPress community favorites like CMB2 and more.

Screenshots

  • Add new post type screen and tab.
  • Add new taxonomy screen and tab.
  • Registered post types and taxonomies from CPTUI
  • Import/Export Post Types screen.
  • Get Code screen.
  • Help/support screen.

Installation

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.

FAQ

User documentation

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

Code/API documentation

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

Reviews

June 23, 2021
The plugin can not see previously defined types of posts. You can only add new ones.
June 11, 2021
This is the first review I'm writing for a plugin, because it simply deserves it. When I first installed it, I wasn't hoping for much (after trying so many plugins out there I had very less hope). But it offered exactly what I was looking for from the plugin and more. Kudos to team!
May 29, 2021
Hello, we have tried to switch on/off every plugin after having to load back end product pages for about 10-30s/each load and it seems this plugin is slowing our backend. Could you please look at this? Were should we contact you with a recorded video and possible solutions from your side for this problem? Thanks, Tadeáš
May 25, 2021
This plugin is a great way to create custom post types quick and easily. The configuration options are amazing and it will save you a lot of time! Recommended plugin!
March 29, 2021
Changed from a proprietary and outdated theme to find that Custom Posts were no longer accessible, not an issue for Custom Post Type UI. Great!
Read all 232 reviews

Contributors & Developers

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

Contributors

“Custom Post Type UI” has been translated into 15 locales. Thank you to the translators for their contributions.

Translate “Custom Post Type UI” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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

1.8.2 – 2020-12-29

  • Fixed: Addressed some missing available labels for taxonomies.
  • Updated: Provide page slug and link to page if a post type slug is matching an existing page.
  • Updated: Support link was pointed to legacy WordPress Codex but had been moved to Developer Portal. Props @robwent

1.8.1 – 2020-09-21

  • Fixed: Issues with WP-CLI importing.
  • Added: Menu icon preview that should have been in 1.8.0, but was missed. Props @glebkema

1.8.0 – 2020-08-14

  • Added: support for default terms with a custom taxonomy.
  • Updated: Removed the forcing of underscores for post type slugs. Taxonomies are still forced.
  • Fixed: jQuery compatibility issue with WordPress 5.5.0