Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2760
    Mihir1997
    Member

    Hi, I really need to display my featured image at the top of my posts on the single post page.

    I need foolproof instructions to make this modification.

     

    Thanks

    Mihir

    #2821
    Sakin
    Keymaster

    @Mihir1997: You can add the following code in content-single.php just above header.

    <?php if( has_post_thumbnail() ):?>
    <div class="image-post">
    <?php the_post_thumbnail('featured-slider'); ?>
    </div>
    <?php endif; ?>

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured image on top of Post’ is closed to new replies.