Would like to know this also. My guess is no.
In “index.php” search the line:
<?php while ( have_posts() ) : the_post(); ?>
right after that line, insert the code below:
<?php if ( has_post_thumbnail()) : ?>
<div style=”float:left;margin:7px;”> ” title=”<?php the_title_attribute(); ?>” >
<?php the_post_thumbnail(‘thumbnail’); ?>
</div>
<?php endif; ?>
It will show your featured image in excerpt with a thumbnail linking to your post.
thanks you for your help,
I am also facing these problem after placing the code i got the featured image. But it placed side of the post, i need the featured image after title and author info. if it is possible, please help me.
Thanks.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support