Title: [Plugin: Recent Posts Plus] Thumbnails not showing
Last modified: August 20, 2016

---

# [Plugin: Recent Posts Plus] Thumbnails not showing

 *  Resolved [mr-jolly](https://wordpress.org/support/users/mr-jolly/)
 * (@mr-jolly)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-recent-posts-plus-thumbnails-not-showing/)
 * I don’t seem to be able to get the thumbnails to show, I’m using the Transcript
   theme, if that makes a difference.
 * [http://wordpress.org/extend/plugins/recent-posts-plus/](http://wordpress.org/extend/plugins/recent-posts-plus/)

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

 *  Plugin Author [pjgalbraith](https://wordpress.org/support/users/pjgalbraith/)
 * (@pjgalbraith)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-recent-posts-plus-thumbnails-not-showing/#post-2292215)
 * Hi Mr Jolly,
    Does your theme support post thumbnails? [http://codex.wordpress.org/Post_Thumbnails](http://codex.wordpress.org/Post_Thumbnails)
 *  Plugin Author [pjgalbraith](https://wordpress.org/support/users/pjgalbraith/)
 * (@pjgalbraith)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-recent-posts-plus-thumbnails-not-showing/#post-2292220)
 * Forgot to mention if your theme doesn’t support post thumbnails you can fix it
   by adding this code to the themes functions.php file:
 *     ```
       if ( function_exists( 'add_theme_support' ) ) {
         add_theme_support( 'post-thumbnails' );
       }
       ```
   
 * Also I can’t test the plugin with your theme since it is not a free theme.
 *  Thread Starter [mr-jolly](https://wordpress.org/support/users/mr-jolly/)
 * (@mr-jolly)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-recent-posts-plus-thumbnails-not-showing/#post-2292382)
 * Thanks for replying pjgalbraith,
 * There isn’t a problem with your plugin, there must be a conflict somewhere, I’ve
   tried other plugins and they all have the same problem. I’m using another plugin
   which already generates thumbnails, I suspect the conflict is with that plugin.
 *  Plugin Author [pjgalbraith](https://wordpress.org/support/users/pjgalbraith/)
 * (@pjgalbraith)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-recent-posts-plus-thumbnails-not-showing/#post-2292383)
 * What plugin is causing the problem? It might not be too difficult to fix if I
   know which one it is.

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

The topic ‘[Plugin: Recent Posts Plus] Thumbnails not showing’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-plus.svg)
 * [Recent Posts Plus](https://wordpress.org/plugins/recent-posts-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-plus/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [pjgalbraith](https://wordpress.org/support/users/pjgalbraith/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-recent-posts-plus-thumbnails-not-showing/#post-2292383)
 * Status: resolved