Title: Displaying shortcode on template
Last modified: August 22, 2016

---

# Displaying shortcode on template

 *  Resolved [alanmolnar](https://wordpress.org/support/users/alanmolnar/)
 * (@alanmolnar)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/displaying-shortcode-on-template/)
 * How can I determine on page template did user added images in post or not, because
   if not, I get javascript error, which I know it is because there is nothing to
   display. When there is images in post, everything works ok. To make it shorter–
   I need erro handling advice.
 * Thanks in advance,
    Alan
 * Great plugin mate, btw. 🙂
 * [https://wordpress.org/plugins/inpost-gallery/](https://wordpress.org/plugins/inpost-gallery/)

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

 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/displaying-shortcode-on-template/#post-5223625)
 * Hello.
    By php I think: ` $images=get_post_meta($post->ID, 'inpost_gallery_data',
   true); if(!empty($images) AND is_array($images)){ //do smth here }
 *  Thread Starter [alanmolnar](https://wordpress.org/support/users/alanmolnar/)
 * (@alanmolnar)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/displaying-shortcode-on-template/#post-5223629)
 * Thanks mate,
 * this works perfectly!
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/displaying-shortcode-on-template/#post-5223843)
 * Welcome 🙂

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

The topic ‘Displaying shortcode on template’ is closed to new replies.

 * ![](https://ps.w.org/inpost-gallery/assets/icon-256x256.png?rev=1485855)
 * [InPost Gallery](https://wordpress.org/plugins/inpost-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inpost-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inpost-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/inpost-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inpost-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inpost-gallery/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [RealMag777](https://wordpress.org/support/users/realmag777/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/displaying-shortcode-on-template/#post-5223843)
 * Status: resolved