Title: YARPP and Thumbnails
Last modified: August 19, 2016

---

# YARPP and Thumbnails

 *  [crisp82](https://wordpress.org/support/users/crisp82/)
 * (@crisp82)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/yarpp-and-thumbnails/)
 * Hi,
 * I am using TheMorningAfter theme by WooThemes, and am trying to get thumbnails
   displaying on recent posts with YARPP as per the link below:
 * [http://archondigital.com/studio/wordpress/plugins/linkwithin-inspired-yarpp-template/](http://archondigital.com/studio/wordpress/plugins/linkwithin-inspired-yarpp-template/)
 * Everything displays in the correct place, bar the thumbnails. I have tried changing:
 * <?php $postimageurl = get_post_meta($post->ID, ‘thumbnail’, true); if ($postimageurl){?
   >
 * to:
 * <?php $postimageurl = get_post_meta($post->ID, ‘woo_image’, true); if ($postimageurl){?
   >
 * and I also tried changing:
 * <?php while ($related_query->have_posts()) : $related_query->the_post(); ?>
 * to:
 * <?php while ($related_query->have_posts()) : $related_query->the_post(); woo_get_image(
   array(100,100)); ?>
 * Neither of these has worked. I tried enabling the following option under the 
   WooFramework options:
 * Automatic Image Thumbs
 * If no image is specified in the ‘image’ custom field then the first uploaded 
   post image is used.
 * This shows the thumbnails – not in the right place, but next to the placeholder
   boxes. With this turned on, however, I have a cropped version of the post image
   shown above each post on my homepage.
 * This is driving me crazy! Does anyone have any ideas at all?
 * Thanks,
 * crisp82

The topic ‘YARPP and Thumbnails’ is closed to new replies.

## Tags

 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [recent](https://wordpress.org/support/topic-tag/recent/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [crisp82](https://wordpress.org/support/users/crisp82/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/yarpp-and-thumbnails/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
