Latest version. Dawn theme.
Since there’s no option to browse images that have been uploaded and since I am planning on using the same featured image for all post assigned to the same tag - I need some help with getting this to work.
Setup:
I have four tags. I have hundreds of posts.
A lot of posts will be assigned to the same tag.
I therefore need to auto-apply, based on URL (https://example.com/images/featured_image_one.png), a featured image to the post based on what tag it is assigned to.
Not sure I understand how to do this correctly and where to add such code. If anyone can help me out, I would appreciate it.
{{^has tag="#ghost"}}
{{#if feature_image}}
<!-- add feature image to post -->
{{/if}}
{{/has}}