• How do I remove the featured image from the actual post content? I have searched and tried to remove part of the single.php code that I have found on the support forum but it seems to have not alleviate my problems. I would like to just have the image there but not in my blog post. Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hbssadmin

    (@hbssadmin)

    Found the code to remove.

    Fixed my problem.

    How?

    Thread Starter hbssadmin

    (@hbssadmin)

    I went into my Editor and found the content-single.php and deleted the following code

    <?php if ( (function_exists(‘has_post_thumbnail’)) && (has_post_thumbnail()) ) { the_post_thumbnail(array( 200,200 ), array( ‘class’ => ‘post_thumbnail’ )); } ?>

    you might have to delete an extra line or two for it to work. It worked right after this. no longer having image show up in blog post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove Featured Image from actual Post Content’ is closed to new replies.