Popis
Custom Post Type UI provides an easy to use interface for registering and managing custom post types and taxonomies for your website.
Custom Post Type UI Extended
CPTUI helps create custom content types, but displaying that content can be a whole new challenge. We created Custom Post Type UI Extended to help with displaying your crafted content. View our Layouts page to see available layout examples with Custom Post Type UI Extended.
Beginning with version 1.7.0, Custom Post Type UI Extended has properly moved in to the Block editor experience and is working to get all the layouts available in the new „Custom Post Type UI Block“. It’s now even easier to start showing your content with the existing and future layouts available with Custom Post Type UI Extended.
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, like CPTUI Extended, but also provides ongoing support and development for WordPress community favorites like CMB2 and more.
Plugin development
Custom Post Type UI development is managed on GitHub, with official releases published on WordPress.org. The GitHub repo can be found at https://github.com/WebDevStudios/custom-post-type-ui. Please use the WordPress.org support tab for potential bugs, issues, or enhancement ideas.
Snímky obrazovky
Instalace
Admin Installer via search
- Visit the Add New plugin screen and search for „custom post type ui“.
- Click the „Install Now“ button.
- Activate the plugin.
- Navigate to the „CPTUI“ Menu.
Admin Installer via zip
- Visit the Add New plugin screen and click the „Upload Plugin“ button.
- Click the „Browse…“ button and select zip file from your computer.
- Click „Install Now“ button.
- Once done uploading, activate Custom Post Type UI.
Manuál
- Upload the Custom Post Type UI folder to the plugins directory in your WordPress installation.
- Activate the plugin.
- Navigate to the „CPTUI“ Menu.
That’s it! Now you can easily start creating custom post types and taxonomies in WordPress.
Nejčastější dotazy
-
User documentation
-
Please see http://docs.pluginize.com/category/126-custom-post-type-ui
-
Code/API documentation
-
Please see http://codex.pluginize.com/cptui/
Recenze
Autoři
Custom Post Type UI je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „Custom Post Type UI“ byl přeložen do 16 jazyků. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “Custom Post Type UI” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.12.1 – 2022-05-16
- Fixed: JSON decoding issues around WP-CLI import.
1.12.0 – 2022-05-09
- Added: Tested on WordPress 6.0.
- Added: Auto-check, but not force, „page-attributes“ when setting a post type as hierarchical.
- Added: „rest_namespace“ parameters for both post types and taxonomies.
- Added: „register_meta_box_cb“ parameter for post types.
- Fixed: undefined index notices for „can_export“.
- Updated: list of reserved taxonomy names with more that are considered reserved.
- Updated: readme descriptions and screenshots.
1.11.2 – 2022-03-21
- Fixed: Unintended reuse of
$delete_with_user
variable andcan_export
option. Props @bogutskyy - Fixed: PHP notices around
sort
array index.
1.11.1 – 2022-03-18
- Fixed: Errors and warnings around array_key_exists() and bool values
1.11.0 – 2022-03-17
- Added: „sort“ argument for taxonomies.
- Added: „can export“ argument for post types
- Added: New taxonomy labels from WordPress 5.9
- Added: Custom option to set „Enter title here“ value for post types.
- Added: Notes around „exclude from search“ argument for post types and taxonomy term archives.
- Added: Notes around taxonomy „hierarchical“ option regarding category vs tag behavior.
- Updated: Reserved post type slugs from recent WordPress releases.
- Fixed: PHP warnings around foreach loops in cptui_published_post_format_fix()
1.10.2 – 2022-01-28
- Updated: Confirmed compatibility with WordPress 5.9
1.10.1 – 2021-12-07
- Added: Filter to our PHP Global sanitization function for Extended usage.
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.