Title: splink01's Replies | WordPress.org

---

# splink01

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

 *   [Profile](https://wordpress.org/support/users/splink01/)
 *   [Topics Started](https://wordpress.org/support/users/splink01/topics/)
 *   [Replies Created](https://wordpress.org/support/users/splink01/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/splink01/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/splink01/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/splink01/engagements/)
 *   [Favorites](https://wordpress.org/support/users/splink01/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: [Featured Image is Cropped – Twenty Ten](https://wordpress.org/support/topic/featured-image-is-cropped-twenty-ten/)
 *  Thread Starter [splink01](https://wordpress.org/support/users/splink01/)
 * (@splink01)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/featured-image-is-cropped-twenty-ten/#post-1700782)
 * Fixed it. The images I was using for ‘Featured Image’ were too small. I am such
   a stupido.
 * Hopefully this helps someone else and keeps them from losing hours of time.
 * Thanks for your replies guys.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Featured Image is Cropped – Twenty Ten](https://wordpress.org/support/topic/featured-image-is-cropped-twenty-ten/)
 *  Thread Starter [splink01](https://wordpress.org/support/users/splink01/)
 * (@splink01)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/featured-image-is-cropped-twenty-ten/#post-1700770)
 * I made a child theme so that I would not lose all of my changes if and when Twenty
   Ten gets updated. In the theme I have removed tags, removed ‘posted on’ date,
   changed the header image size and added a thumbnail to each post by changing 
   the <div class>. To add the thumbnail, there are four <div class=”entry-content”
   > in the twentyten loop.php, I use this code on div three and four:
 *     ```
       <div class="entry-content">
           <?php /* if we have a thumbnail then show it */ ?>
           <?php if(has_post_thumbnail()): ?>
               <div class="cms-image" style="float: left; margin: 5px 5px 0 0;">
               <a>"> <?php the_post_thumbnail(); ?></a>
               </div>
           <?php endif; ?>
           <?php the_excerpt(); ?>
           <?php /* REMOVED the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); */ ?>
       </div><!-- .entry-content -->
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Featured Image is Cropped – Twenty Ten](https://wordpress.org/support/topic/featured-image-is-cropped-twenty-ten/)
 *  Thread Starter [splink01](https://wordpress.org/support/users/splink01/)
 * (@splink01)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/featured-image-is-cropped-twenty-ten/#post-1700687)
 * I have tried various different sizes. All return the same result, which is the
   cropped center cut of the image. No dice.
 * A call somewhere is cropping the images, but I don’t know where from.

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