Help: Set Featured Image
-
I’m using the code below in my theme:
<?php if ( has_post_thumbnail() ) { the_post_thumbnail('homepage-thumb'); } ?>
The issue is I’ve just made this theme update, but it only works if in the post itself it has a featured image set. I’d like to show a ‘homepage-thumb’ from the post, even if the featured image hasn’t explicitly been set.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Help: Set Featured Image’ is closed to new replies.