Title: wrestlezoneuk's Replies | WordPress.org

---

# wrestlezoneuk

  [  ](https://wordpress.org/support/users/wrestlezoneuk/)

 *   [Profile](https://wordpress.org/support/users/wrestlezoneuk/)
 *   [Topics Started](https://wordpress.org/support/users/wrestlezoneuk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wrestlezoneuk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wrestlezoneuk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wrestlezoneuk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wrestlezoneuk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wrestlezoneuk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Removing featured image from posts. tried and failed](https://wordpress.org/support/topic/removing-featured-image-from-posts-tried-and-failed/)
 *  Thread Starter [wrestlezoneuk](https://wordpress.org/support/users/wrestlezoneuk/)
 * (@wrestlezoneuk)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/removing-featured-image-from-posts-tried-and-failed/#post-2638220)
 * many thanks indeed. That worked a treat.
 * Thanks again 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I stop the featured image showing in post as well](https://wordpress.org/support/topic/how-do-i-stop-the-featured-image-showing-in-post-as-well/)
 *  [wrestlezoneuk](https://wordpress.org/support/users/wrestlezoneuk/)
 * (@wrestlezoneuk)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-stop-the-featured-image-showing-in-post-as-well/#post-2317070)
 *     ```
       <?php if ( has_post_thumbnail() ) {
       $mypostimage = the_post_thumbnail( 'large', array('class' => 'featsingle' , 'alt' => get_the_title() , 'title' => get_the_title() ));
       the_content(); } else { the_content(); } ?>
       ```
   
 * Could someone please help me with this one, what exactly do i remove to get rid
   of featured images showing up in posts.
 * thanks so much in advance

Viewing 2 replies - 1 through 2 (of 2 total)