Beschreibung
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 wurde 2016 von den WebDevStudios ins Leben gerufen um all ihren WordPress Produkten ein gemeinsames Heim zu geben, weiter zu fördern sowie bekannter zu machen. Pluginize erstellt nicht nur ständig neue Produkte, wie CPTUI Extended für WordPress, es bietet daneben Hilfestellung und Weiterentwicklung für ihre bereits bestehenden Produkte wie z. B. CMB2.
Screenshots
Installation
Admin Installer via search
- Gehe zur Ansicht „Plugins hinzufügen“ und suche nach „custom post type ui“.
- Klicke den „Jetzt installieren“-Button.
- Aktiviere das Plugin.
- Navigiere zum „CPTUI“-Menü.
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.
Dokumentation
- Lade den Custom Post Type UI-Ordner in das Plugin-Verzeichnis deiner WordPress-Installation hoch
- Aktiviere das Plugin.
- Navigiere zum „CPTUI“-Menü.
Das war’s! Jetzt kannst du damit beginnen, eigene Inhaltstypen und Taxonomien in WordPress zu erstellen.
FAQ
-
Benutzerdokumentation
-
Please see http://docs.pluginize.com/category/126-custom-post-type-ui
-
Code-/API-Dokumentation
-
Please see http://codex.pluginize.com/cptui/
Rezensionen
Mitwirkende & Entwickler
„Custom Post Type UI“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Custom Post Type UI“ wurde in 14 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „Custom Post Type UI“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
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
1.7.5 – 2020-08-11
- Updated: Addressed UI issues with WordPress 5.5.0
- Updated: Moved required minimum WordPress version to 5.5.0
1.7.4 – 2020-03-17
- Added: Nonce admin verification for import functionality.
- Added: Extra escaping of markup and output for „Get Code“ areas.
1.7.3 – 2020-02-05
- Updated: styles and appearance to better match WordPress core.
- Updated: Change newsletter service integration. Hey, sign up for our newsletter! Props @Oceas
1.7.2 – 2020-01-08
- Fixed: Duplicate entries for „delete_with_user“ in get code.
- Fixed: Delete button for post types and taxonomies at bottom of page did not trigger dialog prompt.
1.7.1 – 2019-11-06
- Fixed: Random-ish redirects to the „Add new“ tab for post types or taxonomies
- Fixed: JavaScript error when trying to delete a taxonomy.
1.7.0 – 2019-11-06
- Actually added this time: Delete with user support for post types. Managed to miss the code with 1.6.0 which was a long time ago.
- Added: Ability to disable registration of post types or taxonomies, via code filter, without deleting them completely from settings.
- Added: New post type labels introduced in WordPress 5.0.0.
- Added: Link to Dashicon documentation for when editing menu icon. Props @juliekuehl
- Added: Ability to automatically fill in additional labels based on chosen plural and singular label text.
- Updated: Added post type templates documentation to help section.
- Updated: Redirect user to the „add“ tab if deleting the last post type or taxonomy created.
- Updated: Touched up tab markup to match semantic improvements provided by WordPress 5.2.0.
- Fixed: potential duplicate output of „parent_item_colon“ with „Get Code“ output.
- Misc: Added code of conduct file to github repo. Props GaryJones.