Julien Melissas

Julien Melissas


This is my blog.


I can’t promise anything, but I hope to write in here about Code, Music, Food, Cars, Life, and other stuff. Enjoy!

Navigation
TagACF
Featured

Code

Setting the alt attribute from an ACF image object

Posted on August 24th, 2014.

You want to make sure your site always has an alt attribute for every single IMG tag for usability reasons, right? Yes. The answer to that question is yes. This is how to get one with ACF, without having to fill in the alt field for every single media object.

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...