CodeHQ

Archive for the ‘HTML’ Category

| Newer Entries »

Alt tags on images that use custom fields

Saturday, December 13th, 2014

$image = get_field('case_tile_image');

<img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>" />

Posted in HTML, PHP, WordPress | No Comments »

« Previous Page