November 7, 2021 — For anyone interested in WordPress development, this talk works through creating a portfolio site with the Twenty Twenty-One theme, using custom post types and custom fields.
June 27, 2020 — This is the second of a three-session WordPress 101 series. The talk begins with beginner-level advice for seeking support, and then for choosing themes and plugins. Intermediate-level topics follow for customizing WordPress with CSS, menus, custom post types and custom fields.
June 22, 2020 — Aprenderemos a crear un concesionario de coches de segunda mano.
– Utilizando Custom Post Types.
– Cómo crearlos e integrarlos con Elementor.
– Usando Astra como tema base.
– Obtener un resultado altamente profesional
June 15, 2020 — Η καρδιά των σύγχρονων υλοποιήσεων σε WordPress στηρίζεται στην βέλτιστη αξιοποίηση των Custom Post Types, Post Meta και Custom Taxonomies. Σκοπός της παρουσίασης ειναι να κάνει ενα σαφή διαχωρισμό ανάμεσα στα τρία και μέσω εύκολων παραδειγμάτων να βοηθήσει τον χρήστη στην ορθή επιλογή λύσεων που στηρίζονται στα άνωθι.
The heart of modern WordPress implementations is to make the most of Custom Post Types, Post Meta and Custom Taxonomies. The purpose of the presentation is to make a clear distinction between the three and through easy examples to help the user in choosing the right solutions based on the above mentioned.
April 17, 2020 — Im April dreht sich alles um Texte und die liebe Ordnung. Von Haus aus kennt WordPress nur den Inhaltstyp des Beitrags. Selbiger besteht heutzutage aus einer Überschrift sowie ein bis mehreren Blöcken. Unter der Haube sind diese Blöcke jedoch weiterhin in dem, aus vorangegangenen Versionen von WordPress bekannten, post_content-Feld zusammengefasst. Um die eigenen Inhalte unabhängig von Gutenberg flexibel zu strukturieren und zu modellieren, bedarf es zweier altbekannter Konzepte – Individuelle Inhaltstypen sowie Individuelle Felder.
Das ist der Einstiegspunkt für Carlos Fischer Fernández und Frank Neumann-Staude. Zuerst gehen sie der Frage nach was überhaupt ein Individueller Inhaltstyp ist. In der Folge demonstrieren sie exemplarisch die Einrichtung mit Hilfe des Plugins Custom Post Type UI (https://de.wordpress.org/plugins/custom-post-type-ui/). Anschließend klären sie auf was sich hinter dem Begriff der Individuellen Felder verbirgt und wie man deren Nutzung durch die Verwendung des Plugins Advanced Custom Fields (https://www.advancedcustomfields.com/) erleichtern kann. Sie zeigen welche Feld-Typen zur Verfügung stehen und demonstrieren wie Inhaltstypen oder Options-Seiten um einzelne Felder oder ganze Feldgruppen erweitert werden können. Abschließend werden die beiden noch anhand zweier Beispiel die Integration von Individuellen Feldern in Blöcke unter Gutenberg demonstrieren.
April 8, 2020 — Marco Berrocal explica dos componentes que hacen de WordPress un Gestor de contenidos súper poderoso: tipos de contenido personalizado (CPT) y taxonomías personalizadas. Aprrenderemos cómo hacer ambas cosas desde cero, utilizando escenarios reales.
March 2, 2020 — Uno de los aspectos que hace muy potente a WordPress es su capacidad para poder extenderse a cualquier tipo de negocio. Y esto se debe en gran parte a la flexibilidad para crear Custom Post Types, Taxonomías y Campos Personalizados.
July 26, 2019 — In our last episode, dear campers, we learned about Custom Post Types (CPT’s) and Advanced Custom Fields (ACF’s) and why we need them. We had everything clear, right? Enter Gutenberg…
Until Gutenberg, we had to copy over content from one old post to the new. The other option is to use CPT’s and ACF’s. What’s the difference? When should you use one or the other… or BOTH?
In this session, we’ll take a quick review of CPT’s and ACF’s, then compare them to Gutenberg Blocks and Templates, and discuss when you should use each and why.
December 6, 2018 — En esta sesión hablaremos de qué son los Post Types, para qué sirven y cómo crear los tuyos propios. Veremos ejemplos reales para ilustrar cuándo usarlos. También veremos distintas opciones de cómo añadir campos a los nuevos tipos creados y formatear su salida.
November 9, 2017 — Custom Post types allow users to create posts that are automatically categorized for unique display and archiving. Custom Fields (improved by the Advanced Custom Fields plug-in) provide a simple user interface for adding specific content to a post, as well as an accessible mechanism for styling that information on the front end. By combining the two, you can develop custom features, including event directories, specializes menus and more. I will show how to add these features via plugins for non-developers and via code for developers who want more control.