Custom Post Type UI

Description

Custom Post Type UI offre une interface facile à utiliser pour enregistrer et gérer les types de publication et les taxonomies personnalisés pour votre site.

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 a été lancé en 2016 par WebDevStudios pour promouvoir, soutenir et héberger tous leurs produits WordPress. Pluginize ne crée pas seulement de nouveaux produits à tout moment, comme CPTUI Extended, mais fournit aussi un support et un développement continus pour les favoris de la communauté WordPress, comme CMB2 et plus encore.

Plugin development

Le développement officiel de Custom Post Type UI est sur GitHub, avec des versions stables officielles publiées sur WordPress.org. Le dépôt GitHub peut être trouvé à l’adresse https://github.com/WebDevStudios/custom-post-type-ui. Veuillez utiliser l’onglet « Issues » pour les potentiels bogues, problèmes ou idées d’amélioration.

Captures d’écran

  • Ajouter un nouvel écran et un nouvel onglet de type de publication.
  • Ajouter un nouvel écran et un nouvel onglet de taxonomie.
  • Types de contenu et taxonomies enregistrés depuis CPTUI
  • Tools screen.
  • Écran d’aide et de support

Installation

Installer depuis l’administration via une recherche

  1. Allez sur l’écran « Ajouter une nouvelle extension » et cherchez « custom post type ui »
  2. Cliquez sur le bouton « Installer maintenant »
  3. Activez l’extension
  4. Allez jusqu’au menu « CPT UI ».

Installer depuis l’administration avec un fichier ZIP

  1. Rendez-vous sur la page « Ajouter des extensions » et cliquez sur le bouton « Téléverser une extension ».
  2. Cliquez sur le bouton « Parcourir… » et sélectionnez le fichier zip sur votre ordinateur.
  3. Cliquez sur le bouton « Installer maintenant ».
  4. Une fois le téléversement terminé, activez Custom Post Type UI.

Manual

  1. Téléversez le dossier Custom Post Type UI dans le répertoire des extensions de votre installation WordPress.
  2. Activez l’extension
  3. Allez jusqu’au menu « CPT UI ».

C’est bon ! Vous pouvez désormais commencer à créer vos propres types de contenu et taxonomies personnalisés dans WordPress.

FAQ

Documentation utilisateur

Veuillez consulter http://docs.pluginize.com/category/126-custom-post-type-ui

Avis

4 mai 2023 3 réponses
This plugin has become unnecessary since ACF (Advanced Custom Fields) added support for managing custom post types and taxonomies. ACF has a more modern user interface, and you can even easily import post types and taxonomies created with CPT UI, including their settings, into ACF.
5 janvier 2023 1 réponse
There is no documentation. In plugin description there is just a link to so called documentation that is just bunch of tutorial of doing specific stuff that are very scarce and targeted to people who already know how to use it. Nothing for first time users, to learn how to actually begin with plugin, or at least nothing that can be easily found.
Lire les 258 avis

Contributeurs/contributrices & développeurs/développeuses

« Custom Post Type UI » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“Custom Post Type UI” a été traduit dans 17 locales. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « Custom Post Type UI » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

1.13.6 – 2023-05-30

  • Fixed: Prevent PHP errors for dynamic WordPress hooks.
  • Fixed: Prevent PHP errors from array_key_exist() checks on non arrays.
  • Updated: Removed Maintainn graphic and added WP Search with Algolia Pro graphic.
  • Updated: Fixed a lot of text escaping for translation-ready content.

1.13.5 – 2023-03-27

  • Fixed: Security issue in CPTUI Debug Info screen.
  • Fixed: Added empty() check for can_export parameters.
  • Updated: Changed textdomain loading from plugins_loaded to init.

1.13.4 – 2022-12-16

  • Fixed: Character encoding issue on CPTUI setting save in conjunction with PHP8 compatibility.

1.13.3 – 2022-12-15

  • Fixed: Multiple PHP8 compatibility notices and warnings.
  • Fixed: « Invalid argument for foreach » based notices around labels.
  • Updated: Added taxonomy PHP global sanitization for 3rd party parameters.

1.13.2 – 2022-11-29

  • Fixed: Removed forcing of underscores in place of dashes for taxonomy slugs. Yay!
  • Updated: tested up to WP 6.1.1
  • Updated: Documentation links in wordpress.org FAQ section.

1.13.1 – 2022-09-08

  • Fixed: Various issues caused by a misplaced output for ob_get_clean() outside of function.

1.13.0 – 2022-09-07

  • Added: Notes regarding featured image and post format support also needing add_theme_support to work.
  • Fixed: Issues around double quotes and JSON export with the post type description field
  • Fixed: Issues around HTML markup being removed from post type description field stemming from 1.10.x release
  • Fixed: Pluralization issue with our UI for some field labels
  • Updated: Code separation and quality cleanup.
  • Updated: Plugin branding.

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 and can_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()