Descripción
Custom Post Type UI proporciona una interfaz fácil de usar para registrar y administrar tipos de contenidos personalizados y taxonomías para tu sitio web.
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 fue lanzado en 2016 por WebDevStudios para promocionar, apoyar y alojar todos sus productos para WordPress. Pluginize no solo crea nuevos productos para WordPress, como CPTUI Extended, sino que también proporciona soporte y desarrollo continuos para los favoritos de la comunidad WordPress, como CMB2 y más.
Plugin development
El desarrollo de Custom Post Type UI se gestiona en GitHub, con versiones oficiales publicadas en WordPress.org. El repositorio de GitHub se puede encontrar en https://github.com/WebDevStudios/custom-post-type-ui. Por favor, usa la pestaña de soporte de WordPress.org para posibles fallos, problemas o ideas de mejoras.
Capturas
Instalación
Admin Installer via search
- Visit the Add New plugin screen and search for «custom post type ui».
- Haz clic en el botón “Instalar ahora”.
- Activa el plugin.
- Ve al menú “CPTUI”.
Admin Installer via zip
- Ve a la pantalla de Añadir nuevo plugin y haz clic en el botón “Subir plugin”.
- Click the «Browse…» button and select zip file from your computer.
- Haz clic en el botón “Instalar ahora”.
- Una vez se haya subido, activa Custom Post Type UI.
Manualmente
- Sube la carpeta de Custom Post Type UI al directorio de plugins en tu instalación de WordPress.
- Activa el plugin.
- Ve al menú “CPTUI”.
¡Eso es todo! Ahora puedes empezar a crear fácilmente tipos de contenido personalizados y taxonomías en WordPress.
FAQ
-
Documentación para el usuario
-
Por favor, mira http://docs.pluginize.com/category/126-custom-post-type-ui
-
Documentación de código/API
-
Por favor, mira http://codex.pluginize.com/cptui/
Reseñas
Colaboradores y desarrolladores
«Custom Post Type UI» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Custom Post Type UI» ha sido traducido a 16 idiomas locales. Gracias a los traductores por sus contribuciones.
Traduce «Custom Post Type UI» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
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.