Title: Load Post Images
Last modified: October 21, 2016

---

# Load Post Images

 *  [edarioq](https://wordpress.org/support/users/edarioq/)
 * (@edarioq)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/load-post-images/)
 * Hi, great plugin, thanks so much for making it. I’m wondering if you could help
   me with some information. I have a page /my-favorites/ that loads all Blog Posts
   bookmarked. I’m wondering if it’s possible to also load the image post besides
   the post title.
 * I can provide a link if necessary. Thanks so much for your help, and I appreciate
   you taking the time to answer these questions.

Viewing 1 replies (of 1 total)

 *  [oritzio](https://wordpress.org/support/users/oritzio/)
 * (@oritzio)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/load-post-images/#post-8588681)
 * Yes, you can do it in a loop, something like that:
 *     ```
       <?php while (have_posts()) : the_post(); ?>
   
           <?php echo get_the_post_thumbnail($id, 'post-thumbnail'); ?>
           <?php echo do_shortcode( '[favorite_button post_id="" site_id=""]' ); ?>
   
       <?php endwhile; ?>
       ```
   
    -  This reply was modified 9 years, 4 months ago by [oritzio](https://wordpress.org/support/users/oritzio/).

Viewing 1 replies (of 1 total)

The topic ‘Load Post Images’ is closed to new replies.

 * ![](https://ps.w.org/favorites/assets/icon-128x128.png?rev=1677726)
 * [Favorites](https://wordpress.org/plugins/favorites/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/favorites/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/favorites/)
 * [Active Topics](https://wordpress.org/support/plugin/favorites/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/favorites/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/favorites/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [oritzio](https://wordpress.org/support/users/oritzio/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/load-post-images/#post-8588681)
 * Status: not resolved