Title: Insert in theme file
Last modified: August 21, 2016

---

# Insert in theme file

 *  Resolved [codjer](https://wordpress.org/support/users/codjer/)
 * (@codjer)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/insert-in-theme-file/)
 * Hi there, is there a option to insert this in a theme file? Like with php or 
   so? I would like to place a gallery in the footer.php 🙂
 * Btw, your plugin rocks :)!
 * [https://wordpress.org/plugins/wp-bootstrap-gallery/](https://wordpress.org/plugins/wp-bootstrap-gallery/)

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

 *  Plugin Author [Nirmal Kumar Ram](https://wordpress.org/support/users/sagarseth9/)
 * (@sagarseth9)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/insert-in-theme-file/#post-4898440)
 * Hi codjer,
 * Yes you can add it to footer.php
    Just use `do_shortcode` with the shortcode
 * Example:
 * If your shortcode is [wpb_gallery id=3]
 * Then use `<?php echo do_shortcode('[wpb_gallery id=3]'); ?>`
 * Cheers
    – Nirmal
 *  Thread Starter [codjer](https://wordpress.org/support/users/codjer/)
 * (@codjer)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/insert-in-theme-file/#post-4898452)
 * Hmm doesn’t really work: [at the footer](http://www.jerrydewit.nl/) (and yes,
   a [gallery](http://www.jerrydewit.nl/test) is made haha :))
 *  Plugin Author [Nirmal Kumar Ram](https://wordpress.org/support/users/sagarseth9/)
 * (@sagarseth9)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/insert-in-theme-file/#post-4898457)
 * you need to write the following code in footer.php
 * <?php echo do_shortcode(‘[wpbgallery id=961]’); ?>
 *  Thread Starter [codjer](https://wordpress.org/support/users/codjer/)
 * (@codjer)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/insert-in-theme-file/#post-4898471)
 * I [did](http://www.jerrydewit.nl/img.png), still nothing..
 *  Plugin Author [Nirmal Kumar Ram](https://wordpress.org/support/users/sagarseth9/)
 * (@sagarseth9)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/insert-in-theme-file/#post-4898482)
 * You wrote a wrong shortcode.. Sorry about that. Please try this
 * <?php echo do_shortcode(‘[wpbgallery id=961]’); ?>
 *  Thread Starter [codjer](https://wordpress.org/support/users/codjer/)
 * (@codjer)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/insert-in-theme-file/#post-4898484)
 * Thankyou ^^! That did the trick!
 * Looking for further updates haha, you’re the best :)!

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

The topic ‘Insert in theme file’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-bootstrap-gallery_6f6966.svg)
 * [WP Bootstrap Gallery](https://wordpress.org/plugins/wp-bootstrap-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-bootstrap-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-bootstrap-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-bootstrap-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-bootstrap-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-bootstrap-gallery/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [codjer](https://wordpress.org/support/users/codjer/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/insert-in-theme-file/#post-4898484)
 * Status: resolved