November 4, 2020 — or 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 & its awesome capabilities
– How to create Gutenberg blocks with ACF
– A few other handy ACF tips & tricks
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.
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.
January 20, 2020 — Advanced Custom Fields es uno de los plugins imprescindibles para todo usuario, implementador y sobretodo desarrollador de WordPress.El objetivo de esta charla es mostrar cómo podemos llevar ACF al siguiente nivel y exprimir todo su potencial más allá de la creación de campos personalizados adicionales.
January 22, 2019 — Sometimes, using Advanced Custom Fields Plugin (Free and Pro Version) can become a burden. This is normally because in our excitement to use the tool we by-pass the planning it takes to make the plugin work well and don’t always choose the right field for the job.
During this lightning talk I will talk about how to:
choose the right fields to use
plan out your use of ACF
organize your fields
create connections
December 1, 2017 — Giving editors a simple way to customize content on your site by adding fields, choosing from predefined options, or attaching files is a great way to make your website standout and easy to use. However, coding those options and adding/retrieving them from the database can be complicated (to put it mildly). Advanced Custom Fields (ACF) takes the hassle out of adding these enhancements to your theme. In this talk we’ll explore ACF and look at some examples of how to incorporate them into your next project and wow your clients.
**WARNING: We will be looking at some code files in this talk. So if things like semicolons and causes you to break out in hives, you may want to avoid this talk.
Feedback
September 25, 2017 — 大規模案件でおきる設計トラブル…苦悩の日々…。
その現状を打破するためにつくったロフトワーク独自の記事セット。
完成にいたるまでの知られざる長い道のり。
実際に案件で使って明らかになったメリット、デメリット。
柔軟なカスタムフィールド設計がもたらした変化とは…?
May 12, 2016 — ACF è un plugin che facilita la creazione di interfacce complesse di ogni tipo. Questo intervento prenderà in considerazione le possibili applicazioni, il suo utilizzo in pratica, nella versione base e PRO, e le questioni legate alla sicurezza del plugin stesso.
April 26, 2016 — ACF è un plugin che facilita la creazione di interfacce complesse di ogni tipo. Questo intervento prenderà in considerazione le possibili applicazioni, il suo utilizzo in pratica, nella versione base e PRO, e le questioni legate alla sicurezza del plugin stesso.
April 21, 2016 — Für viele Projekte braucht es lediglich einen Bruchteil der Funktionalität und des Codes sogenannter „Premium“-Themes oder Frameworks – denen dafür andere, wichtige Features oft fehlen. Um Design und Konzept der Kunden sinnvoll umzusetzen, ist ein individuelles Theme häufig die einzige vernünftige Möglichkeit. Die Anwender erhalten ein intuitives und übersichtliches System mit den Optionen, die sie wirklich brauchen. Und der Browser bekommt schlankeren Code ohne unnötigen Ballast. In diesem Talk gibt uns Stefan Informationen zu folgenden Themen: Wozu überhaupt ein Theme selbst entwickeln? Performance, Sicherheit, Usability und Design Anatomie eines Themes, d.h. welche Dateien brauchen wir wirklich? Von einem leeren Verzeichnis ausgehend arbeiten wir uns bis zu einem Theme vor, das von WP erkannt und aktiviert werden kann. Eine Erweiterung durch Custom Post Types, Custom Fields und unsere Lieblings-Plugins ist natürlich ebenfalls möglich. Außerdem zeigt uns Stefan Tools für einen effizienten Workflow bei der Entwicklung: lokale Entwicklungsumgebung, Automatisierung mit grunt, Versionierung und Deployment mit git.