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.
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.
September 15, 2019
August 8, 2019 — How adding custom css and js to the WordPress admin can help mold the WordPress front end to better suit the individual client needs with the addition of controls and styles to both the Gutenberg editor and Advanced Custom Fields.
Takeaways:
How to create a more intuitive front end for clients
How to limit the possibility of site breakage by clients
Reduce the numbers of required plugins.
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.
June 12, 2019 — – Cómo crear diferentes tipos de campos.
– Cómo asignarlo a diferentes cpts, páginas, etc…
– Cómo pintarlos en nuestros ficheros para que se vean en el front.
Si no has trabajado nunca con ACF ni con campos personalizados, esta meetup va a serte de gran ayuda para que aumentes tus armas y así puedas implementar temas para tus clientes con más funcionalidades y mucho más ordenados para que lo tengan fácil.
Si ya has trabajado con campos personalizados pero no has usado ACF, te va a molar como se hacen las cosas con ACF y las cosas que se pueden hacer.
Como ACF es un mundo, dejaremos abierta la meetup para que los/as asistentes propongan una segunda parte para más adelante.
Para esta pedazo de charla tendremos como charlatán a nuestro querido Oscar Abad Folgueira (@oabadfol).
June 2, 2019 — How does a front-end developer that doesn’t write React create custom Gutenberg blocks to meet unique needs? There are plugins that offer extra out-of-the-box components, but for the greatest customization, we’ll focus on leveraging Advanced Custom Fields 5.8 (currently in beta) in a custom theme.
May 10, 2019 — With introduction of WordPress 5.0 and Gutenberg there have been several notable changes to the WordPress admin section. Some of which hinder the use of ACF. This presentation will show how a few minor modifications to the WordPress admin section make using both Gutenberg and ACF much easier.
March 8, 2019 — For those of us that rely greatly on Advanced Custom Fields (ACF) for customizing our themes, the release of Gutenberg was and still is scary at times.
Have no fear! acf_register_block() allows you to create your own Gutenberg blocks using just Advanced Custom Fields.
You will learn:
– ACF & it’s awesome capabilities
– How to create Gutenberg blocks with ACF
– A few other handy ACF tips & tricks
March 4, 2019 — I want to teach novice designers and developers how to jump into Advanced Custom Fields without being overwhelmed. I will show the designer front end and some of the things that can be achieved with ACF as well as the code behind scenes of ACF in the form of site-wide Theme Options, and page and post customizations.
Audience: Early learners of WordPress as well as those looking to get into ACF for the first time.
What is ACF?
Advanced Custom Fields is a WordPress plugin which allows you to add extra content fields to your WordPress edit screens. These extra content fields are more commonly referred to as Custom Fields and can allow you to build websites faster and educate your clients quicker.