✔ Homepage - Tiles Icon doesn't show, should show above the button
Completed by Kyle S.
- Assigned to
-
Kyle S.
- Notes
-
There is an icon set for the Diocese of Springfield, but it is not showing.Dev vs Proof
<?php if(get_sub_field('icon')) : ?> <img src="<?= get_sub_field('icon')['sizes']['medium']; ?>" class="homeTileIcon" alt="<?= get_sub_field('title'); ?>" title="<?= get_sub_field('title'); ?>"/> <?php endif; ?>