Post Types Unlimited

外掛說明

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.

螢幕擷圖

安裝方式

  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

常見問題集

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.

使用者評論

2022 年 8 月 17 日
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!
2022 年 2 月 2 日
Very handy, does the job perfectly! Thank you!
2021 年 1 月 20 日 1 則留言
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.
2020 年 10 月 7 日 1 則留言
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!
2020 年 2 月 6 日
Exactly what I was lookingfor. WPExplorer did it again. AJ you rock!
閱讀全部 8 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Post Types Unlimited〉的開發相關工作。

參與者

將〈Post Types Unlimited〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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