Title: Image Shortcode
Last modified: September 1, 2016

---

# Image Shortcode

 *  Resolved [oxign](https://wordpress.org/support/users/oxign/)
 * (@oxign)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/image-shortcode-2/)
 * Using single-wpsl_stores.php I’d like to add the image, but there doesn’t seem
   to be a shortcode for it?
 * Have tried echo do_shortcode( ‘[wpsl_image]’ );
 * Cheers. Steve
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

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

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/image-shortcode-2/#post-7710914)
 * If you include this code in the template file, then the image will show up.
 *     ```
       echo get_the_post_thumbnail( $queried_object->ID );
       ```
   
 * If you want to show a smaller size then you can do it like this.
 *     ```
       echo get_the_post_thumbnail( $queried_object->ID, 'thumbnail' );
       ```
   
 *     ```
       echo get_the_post_thumbnail( $queried_object->ID, 'medium' );
       ```
   
 *  Thread Starter [oxign](https://wordpress.org/support/users/oxign/)
 * (@oxign)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/image-shortcode-2/#post-7710946)
 * Thanks Tijmen. Awesome plugin I might add!

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

The topic ‘Image Shortcode’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [oxign](https://wordpress.org/support/users/oxign/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/image-shortcode-2/#post-7710946)
 * Status: resolved