Title: runningdeveloper's Replies | WordPress.org

---

# runningdeveloper

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Featured Image From Appearing Inside Post](https://wordpress.org/support/topic/remove-featured-image-from-appearing-inside-post/)
 *  [runningdeveloper](https://wordpress.org/support/users/runningdeveloper/)
 * (@runningdeveloper)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-featured-image-from-appearing-inside-post/#post-3626414)
 * I would try this code snippet where the thumbnail used to be:
 *     ```
       <?php
          if(!is_single()){
             if ( has_post_thumbnail()) { the_post_thumbnail('thumbnail');}
          }
       ?>
       ```
   
 * So it will show the thumbnails everywhere except on a single post.
 * Let me know if it works. Otherwise post the original standard.php file contents
   so I can see exactly where to fit this code.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Featured Image From Appearing Inside Post](https://wordpress.org/support/topic/remove-featured-image-from-appearing-inside-post/)
 *  [runningdeveloper](https://wordpress.org/support/users/runningdeveloper/)
 * (@runningdeveloper)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-featured-image-from-appearing-inside-post/#post-3626374)
 * Have a look at standard.php in includes/post-formats/ and you should find something
   like <?php the_post_thumbnail(‘thumbnail’); }?> which you can remove.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add RSS Feed on a blog page – twenty eleven](https://wordpress.org/support/topic/how-to-add-rss-feed-on-a-blog-page-twenty-eleven/)
 *  [runningdeveloper](https://wordpress.org/support/users/runningdeveloper/)
 * (@runningdeveloper)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-add-rss-feed-on-a-blog-page-twenty-eleven/#post-3626916)
 * Hi you can add the following link to get to your RSS feed:
    [http://www.finishingstrong.info/feed/](http://www.finishingstrong.info/feed/)
   Hope this is what you mean.

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