Post Types Unlimited

Beskrywing

Post Types Unlimited is an easy way to add custom post types and custom taxonomies to your WordPress site (the right way). The plugin works with any theme and is easily translatable. With Post Types Unlimited you can:

  • Create custom post types.
  • Create custom taxonomies.

Post Types Unlimited makes use of core WordPress functionality for the admin screens and post type, taxonomy registration. This means the plugin is fast, slim and uses the familiar WordPress UI.

Additionally you won’t find any upsell or advertisements in the plugin because there isn’t a “Pro” version. It’s the perfect plugin for adding post types and/or taxonomies to any site (including your client sites) without worrying about extra bloat or annoying ads.

The design of your post types and taxonomies created with the Post Types Unlimited plugin are controlled by your theme. The plugin doesn’t do any hacking or advanced modifications to your templates and thus works great with ANY theme.

If you are using our amazing Total WordPress Theme you will have access to many extra settings that will give you full control over the display of your post types and taxonomies. If you are a theme or plugin developer you can do the same by hooking into the “ptu/posttypes/meta_box_tabs” and “ptu/taxonomies/meta_box_tabs” filters to register your own settings to the add/edit post type and taxonomy screens.

This plugin does not currently allow you to add custom fields but it works great with the free ACF Plugin.

Screenshots

Installation

  1. Upload ‘post-types-unlimited’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Post Types to add new custom post types
  4. Go to Post Types > Taxonomies to add new custom taxonomies

Kwel-vrae

What does the plugin do?

It adds a new tab in the WordPress admin panel called “Post Types” where you can add new custom post types or custom taxonomies to your site.

Can I export my custom post types and taxonomies?

Yes you can! The plugin actually uses a post type to register your custom types and taxonomies thus you can use the core WordPress exporter/import for this.

Aanbevelings

Augustus 17, 2022
I have found this custom post type plugin to be extrememly useful and easy to use. Goes well with the Total Theme (since it is from the same author) but also works well with other themes. This is a must have for advanced development. Thank you!
Februarie 2, 2022
Very handy, does the job perfectly! Thank you!
Januarie 20, 2021 1 reply
Of course it integrates well with the authors premium theme (perfect!) but also consider it for your own work with CPTs. No clutter, no performance drain. Export of config and types can be done via the core WordPress tools.
Oktober 7, 2020 1 reply
This plugin has made adding a custom post type and its taxonomy very easy. WPExplorer hasn't missed a single thing. Plus, there's an explanation for each item which really takes the guesswork out of creating a custom post type or taxonomy. I really appreciate this after having struggled in the past with a custom post type generator. I also use your fabulous Total theme and this plugin picks up even more settings from it, which makes it even better. Thanks so much, AJ & WPExplorer for a terrific plugin!
Februarie 6, 2020
Exactly what I was lookingfor. WPExplorer did it again. AJ you rock!
Read all 8 reviews

Contributors & Developers

“Post Types Unlimited” is oopbron sagteware. Die volgende mense het bygedra tot die ontwikkeling van hierdie uitbreiding:

Contributors

Translate “Post Types Unlimited” into your language.

Interested in development?

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

Changelog

1.2.1

  • Updated the conditional logic code for showing/hiding settings to support checkboxes.

1.2

  • Added over 50 more Dashicon choices for your post type icon.
  • Updated UI to use a single metabox with tabs instead of multiple metaboxes.
  • Updated the post type icon selector UI.
  • Updated the code used to register metaboxes so it’s better optimized.
  • Updated the post type and taxonomy creation process so the name and label is automatically set when adding your title.
  • Updated the “Tested up to” tag to version 6.3.

1.1

  • Added new helper functions that return a list of registered post types or taxonomies to prevent extra database checks for 3rd party integrations.
  • Updated the “Tested up to” tag to version 6.1.1
  • Fixed post preview not working when enabling support for ‘post-formats’ for any given post type.

1.0.9

  • Updated the “Tested up to” tag to version 6.0.2
  • Removed duplicate “Menu Name” option for taxonomies.

1.0.8

  • Added a new PTU_VERSION constant.

1.0.7

  • Updated the tested up to version 6.0.1
  • Updated the metabox class so you can pass a callback function name for select choices.

1.0.6

  • Updated the “Tested up to” to version 5.9.3
  • Updated the requires PHP version to 7.4
  • Updated various code to use newer PHP methods.

1.0.5

  • Added sanitization when saving post type names to allow underscores and dashes (passes through sanitize_key).

1.0.4

  • Fixed Public and Publicly Queryable arguments not working for custom taxonomies.

1.0.3

  • Fixed potential debug error in Metaboxes.php on line 158.
  • Updated admin dashboard columns to display useful details.

1.0.2

  • Improved Menu Icon selector.
  • Updated Menu Icon Dashicons list to include new Dashicons added in WP 5.5.
  • Improved meta field save function to allow 0 to be saved for text and number fields.
  • Added ability to display placeholders for number fields.

1.0.1

  • Fixed issue “With Front” option not working correctly.

1.0

  • First official release