Title: Image with shortcode inside loop
Last modified: November 5, 2019

---

# Image with shortcode inside loop

 *  Resolved [kunzi](https://wordpress.org/support/users/kunzi/)
 * (@kunzi)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/image-with-shortcode-inside-loop/)
 * I tried to do by this guide:
    [https://wordpress.org/support/topic/simple-tutorial-how-to-display-a-full-table-all-records/](https://wordpress.org/support/topic/simple-tutorial-how-to-display-a-full-table-all-records/)
 * I have single table in Airtable that has all the product data. One of the fields
   is Image. I want to list all products like in a category page in web shop.
 * I have tried this alone:
    `[apr field='Image|url' single]` and this prints all
   the image urls correctly inside the product divs. Each product has it’s own image’s
   url.
 * When I try this:
    `<img src="[apr field='Image|url' single]">` the result is 
   that every product div has the same product image.
 * I don’t get it. Any ideas? How do I show the image for each product?
    -  This topic was modified 6 years, 6 months ago by [kunzi](https://wordpress.org/support/users/kunzi/).

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

 *  Thread Starter [kunzi](https://wordpress.org/support/users/kunzi/)
 * (@kunzi)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/image-with-shortcode-inside-loop/#post-12098730)
 * And I found an answer. This works inside loop:
    `<img src="{{Image|0|thumbnails
   |large|url}}" />`
    -  This reply was modified 6 years, 6 months ago by [kunzi](https://wordpress.org/support/users/kunzi/).
 *  [mq3v07](https://wordpress.org/support/users/mq3v07/)
 * (@mq3v07)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/image-with-shortcode-inside-loop/#post-12499612)
 * Do you guys have any tips on changing the appearance of these images/sticking
   them in galleries?

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

The topic ‘Image with shortcode inside loop’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/airpress_c9d28c.svg)
 * [Airpress](https://wordpress.org/plugins/airpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/airpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/airpress/)
 * [Active Topics](https://wordpress.org/support/plugin/airpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/airpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/airpress/reviews/)

## Tags

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

 * 2 replies
 * 1 participant
 * Last reply from: [mq3v07](https://wordpress.org/support/users/mq3v07/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/image-with-shortcode-inside-loop/#post-12499612)
 * Status: resolved