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.
February 26, 2019 — Advanced Custom Fields is a powerful plugin to add and use metadata with your WordPress site. This lightning talk will get you up and running with the plugin and an example of what you can build with Advanced Custom Fields.
March 29, 2017 — My topic will be centered on ways to customize WordPress posts, pages and custom templates with Advanced Custom Fields (ACF) for a better user experience. I will start out by giving a brief introduction to the plugin and how to use it, but the main focus will be on tips and tricks to making your fields clean and organized so that your users don’t freak out when looking at the backend of all their posts, pages or custom templates that use numerous custom fields.
The topic will be WordPress backend heavy, with a little bit of development talk to describe how to create fields in templates during the brief introduction to the plugin.
March 17, 2017 — The Advanced Custom Fields (ACF) plugin is a powerful tool that allows you to extend the capabilities of WordPress admin without writing any additional code to create these fields.
We’ll explore:
• How ACF allows you to offer additional functionality to your clients
• How to use these new fields in your templates
• And how to make sure you don’t go too far when adding fields.
January 14, 2017 — The Advanced Custom Fields (ACF) plugin is a powerful tool that allows you to extend the capabilities of WordPress admin without writing any additional code to create these fields.
We’ll explore:
• How ACF allows you to offer additional functionality to your clients
• How to use these new fields in your templates
• And how to make sure you don’t go too far when adding fields.
October 11, 2016 — ランディングページや入力フォームページをどのようにしてWordPressにて管理しているかをご紹介します。
現在、Sansan株式会社マーケティング部では50ページ程度のシンプルな入力フォームからランディングページまで、様々な様式のページをWordPressで管理しています。
WordPress本体やプラグインのアップデートでのコンフリクトなどを避けるため、極力既存のプラグインに頼らずfunctions.phpに独自関数を記述するなどの工夫をしています。
また、プラグインは厳選したもののみ使用するのですが、その中でもAdvanced Custom Fieldsは最大限に活用し、スマホ専用ページの有無と表示切り替え、サンクスページやサンクスメールの作成、コンバージョン測定ツールのタグ設置などを管理画面から設定できるようにし、各ページで条件分岐するなどして様々な表示に対応しています。
October 6, 2016 — W prezentacji podzielę się swoimi przemyśleniami i wypracowanymi standardami m.in. w zakresie kodowania „pixel-perfect”, omówię najczęściej używane narzędzia w ramach frameworku Bootstrap oraz pokażę patenty na przygotowanie użytecznego zaplecza strony w oparciu o wtyczkę Advanced Custom Fields.
July 20, 2016 — In this presentation, I’ll talk about how to understand Advanced Custom Fields to make your client administrative experience pleasant. I’ll also talk about the get_field or the_field functions. And you’ll learn how you can mix other plugins like Admin Columns or Adminitize to make the back-end easier to use.
Take aways:
Understand that it’s not hard to get up and running with ACF. I’ll show all the different types of fields that you can use.
Learn how the ACF dashboard works, and how to create a field group and fields inside the field group then attach a field group to a page or page template.
Learn about the get_field , the_field and/or the_sub_field functions and how to out put field on a page template.
June 8, 2016 — Advanced Custom Fields isn’t just for tacking on an extra field or two to a custom post type: it’s a supremely powerful plugin — so powerful you can use it to replace many other plugins. Turn up your ACF PRO ninja skills to 11 by attending this talk, where you’ll learn advanced ACF techniques for things like making a slideshow with your JS library of choice, using ACF repeater fields to build flexible custom layouts, managing sitewide options in an options page, and managing complex, non-standard content on a page.