Featured
Code
ACF’s get_fields();
Posted on May 22nd, 2014.Sometimes Advanced Custom Field’s get_field(); and the_field();functions are enough for pages with a few custom fields, but for pages with lots more, or with really complex custom fields (like those using a repeater or flexible image field), you’ve got to use something with a little more firepower (and organization). Let’s talk about ACF...