✔ Individual Post - Header Image should be the default featured image
Completed by Kyle S.
- Assigned to
-
Kyle S.
- Notes
-
The Page Header image should be the default featured image. Thanks.
https://assumptioncc.diocesanweb.org/news-events/1337/
<?php if(is_single()) : $img = get_field('default_featured_image' , 'options'); else : $img = has_post_thumbnail() ? get_the_post_thumbnail_url() : get_field('default_featured_image' , 'options'); endif; ?>