Title: rinelson's Replies | WordPress.org

---

# rinelson

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [3.0.2 Updrage – Post Thumbnails](https://wordpress.org/support/topic/302-updrage-post-thumbnails/)
 *  Thread Starter [rinelson](https://wordpress.org/support/users/rinelson/)
 * (@rinelson)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/302-updrage-post-thumbnails/#post-1798788)
 * Fixed it. Had the thumbnails function in the wrong place in the loop.php file.
   Here’s where it should be:
 *     ```
       <div class="entry-meta">
       	<?php twentyten_posted_on(); ?>
       </div><!-- .entry-meta -->
       	<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>
       <div class="entry-summary">
               <?php the_post_thumbnail(array(200,160), array("class" => "alignleft post_thumbnail")); ?>
       	<?php the_excerpt(); ?>
       </div><!-- .entry-summary -->
       ```
   
 * It should go in the entry-meta div, not the entry-content div.
 * Thanks for helping to everyone. I went back to an old backup of the loop.php 
   file and found the difference. duh… should’ve looked at that first. My apologies
   and thanks to those who wasted their time to try and help me.
 * Rich
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [3.0.2 update analytic problem](https://wordpress.org/support/topic/302-update-analytic-problem/)
 *  [rinelson](https://wordpress.org/support/users/rinelson/)
 * (@rinelson)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/302-update-analytic-problem/#post-1798160)
 * sorry… posting in the wrong post.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [3.0.2 Updrage – Post Thumbnails](https://wordpress.org/support/topic/302-updrage-post-thumbnails/)
 *  Thread Starter [rinelson](https://wordpress.org/support/users/rinelson/)
 * (@rinelson)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/302-updrage-post-thumbnails/#post-1798783)
 * I had tried that already but I went ahead and tried again. No avail. I’m really
   baffled because it worked just fine prior to the upgrade to 3.0.2. I’ve contemplated
   going back to 3.0.1 but didn’t want to because 3.0.2 is suppose to be a security
   patch (upgrade).
 * Thanks to those of you who have taken the time to help. Any other ideas?
    Best,
   Rich
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [3.0.2 Updrage – Post Thumbnails](https://wordpress.org/support/topic/302-updrage-post-thumbnails/)
 *  Thread Starter [rinelson](https://wordpress.org/support/users/rinelson/)
 * (@rinelson)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/302-updrage-post-thumbnails/#post-1798763)
 * deactivated all plugins, problem persists. activated them one at a time just 
   to see. no change.
 * Please help.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [3.0.2 Updrage – Post Thumbnails](https://wordpress.org/support/topic/302-updrage-post-thumbnails/)
 *  Thread Starter [rinelson](https://wordpress.org/support/users/rinelson/)
 * (@rinelson)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/302-updrage-post-thumbnails/#post-1798761)
 * Thanks for the reply esmi. I am already running the Twenty Ten theme and the 
   post thumbnails were working fine until I did the upgrade to 3.0.2. Any reason
   why it a plugin would not cause any problems before the upgrade but then does
   after?
 * I’ll give the plugin test a try and see, just can’t see why that would be it.
 * Thanks again and I’ll update as soon as I try

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