Title: Use WP thumbnails
Last modified: August 22, 2016

---

# Use WP thumbnails

 *  Resolved [kmelv85](https://wordpress.org/support/users/kmelv85/)
 * (@kmelv85)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/use-wp-thumbnails/)
 * Hi, I would like to use a thumbnail size I have already set up on my site, I 
   do not need CRP to crop any images. I’ve found the code I need to edit:
 * $output .= crp_get_the_post_thumbnail( array(
    ‘postid’ => $result->ID, ‘thumb_height’
   => $thumb_height, ‘thumb_width’ => $thumb_width, ‘thumb_meta’ => $thumb_meta,‘
   thumb_html’ => $thumb_html, ‘thumb_default’ => $thumb_default, ‘thumb_default_show’
   => $thumb_default_show, ‘thumb_timthumb’ => $thumb_timthumb, ‘thumb_timthumb_q’
   => $thumb_timthumb_q, ‘scan_images’ => $scan_images, ‘class’ => ‘crp_thumb’, ‘
   filter’ => ‘crp_postimage’, ) );
 * I need to replace with something like ‘echo get_the_post_thumbnail( $post_id,‘
   single’ );’ but whenever I do I get errors and the page doesn’t load. It’s probably
   basic PHP but I’m not great at it, sorry! Any help much appreciated
 * [https://wordpress.org/plugins/contextual-related-posts/](https://wordpress.org/plugins/contextual-related-posts/)

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

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/use-wp-thumbnails/#post-5866116)
 * This is a feature I have currently implemented in the latest beta version in 
   the Github repository.
 * [https://github.com/ajaydsouza/contextual-related-posts](https://github.com/ajaydsouza/contextual-related-posts)
 * It will form a part of the next release.
 *  Thread Starter [kmelv85](https://wordpress.org/support/users/kmelv85/)
 * (@kmelv85)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/use-wp-thumbnails/#post-5866124)
 * Great, thanks

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

The topic ‘Use WP thumbnails’ is closed to new replies.

 * ![](https://ps.w.org/contextual-related-posts/assets/icon-256x256.png?rev=2985705)
 * [Contextual Related Posts](https://wordpress.org/plugins/contextual-related-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contextual-related-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contextual-related-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/contextual-related-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contextual-related-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contextual-related-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [kmelv85](https://wordpress.org/support/users/kmelv85/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/use-wp-thumbnails/#post-5866124)
 * Status: resolved