Title: Morphman86's Replies | WordPress.org

---

# Morphman86

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[SaleJunction] Pictures not displayed on Feature Products](https://wordpress.org/support/topic/pictures-not-displayed-on-feature-products/)
 *  [Morphman86](https://wordpress.org/support/users/morphman86/)
 * (@morphman86)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/pictures-not-displayed-on-feature-products/#post-5519220)
 * I had this problem as well. Turns out the problem lies in the function that fetches
   the featured image.
 * To fix this, open the file shop-loop.php located in [root]/wp-content/themes/
   salejunction/lib in a text editor and find line 70 (I recommend something like
   Notepad++ or SublimeText2 for this, as they give you line numbers).
    The line
   originally says “<?php get_the_post_thumbnail_id(); ?>”, which is wrong. Replace
   it with “<?php the_post_thumbnail(); ?>” and it should work fine!

Viewing 1 replies (of 1 total)