set the first image in the post as Featured Image
-
So I found a lot of tutorials with codes to do this. but at a point they said to put this code in the Loop. For Hestia Theme, where should i put this code?
<?php // This code must should be inside WordPress post loop if ( has_post_thumbnail() ) { the_post_thumbnail(); } else { echo get_first_image(); } ?>
Or any kind of help in this topic would be appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘set the first image in the post as Featured Image’ is closed to new replies.