Support » Fixing WordPress » Remove Featured Image From Appearing Inside Post

  • Featured image is needed for homepage, but I don’t want it to show inside the actual post.

    I’ve read to remove <?php if( has_post_thumbnail() ) : ?> from single.php, but this code does not exist in my single.php file.

    Here is the code for my single.php:

    <?php
    global $SMTheme;

    get_header();

    get_template_part(‘theloop’);

    the_tags(“<div class=’tags’><span>”.$SMTheme->_( ‘tags’ ).”:  </span>”, “, “,”</div>”);

    get_template_part(‘relatedposts’);

    comments_template();

    get_template_part(‘navigation’);

    get_footer();
    ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Featured Image From Appearing Inside Post’ is closed to new replies.