- Published on
WordPress Snippet: Using ACF image and WordPress Featured Thumbnails
When building WordPress themes, there is often a need to use a featured thumbnail, or image value from ACF; as either a background image or as a <img> tag. This snippet below is something I use frequently, hopefully this will be as benefit for you too. <?php //Custom image sizes - Add these to your ...