✔ News Page - Use Default Featured Image for the page header image
Completed by Kyle S.
- Assigned to
-
Kyle S.
- Notes
-
Not sure where this image of pope francis is coming from, but the page should use the default featured image. Thanks. https://littleflowerchurch.diocesanweb.org/category/news-events/
<?php elseif(is_category()) : ?> <div class="featuredImage" style="background-image: url(<?= get_field('default_featured_image', 'options')['url']; ?>);"></div>