Title: php
Last modified: August 30, 2016

---

# php

 *  Resolved [shellbellep](https://wordpress.org/support/users/shellbellep/)
 * (@shellbellep)
 * [11 years ago](https://wordpress.org/support/topic/php-27/)
 * I would like to add the galleries in a php file.
    Please can you let me know 
   the line of code to add a slider ? thanks
 * [https://wordpress.org/plugins/lightbox-slider/](https://wordpress.org/plugins/lightbox-slider/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [11 years ago](https://wordpress.org/support/topic/php-27/#post-6191749)
 * Hi shellbellep,
 * Yes, you can display your galleries in your theme template file (PHP files).
 * **Solution**
 * **Step – 1**
    Download a code editor pluign and activate – **[WP Editor](https://wordpress.org/plugins/wp-editor/)**
 * **Step – 2**
    Refer Screenshot **[Here](http://postimg.org/image/45315qjlh/full/)**
 * **Step – 3**
    Now use below code in any PHP Page Template.
 *     ```
       <?php echo do_shortcode( '[LBS id=15]' ); ?>
       ```
   
 * Here `[LBS id=15]` is the gallery shortcode which you want to display in PHP 
   file.
 * Hope that will work for you.
 * Let us know if any help required.
 * Thanks
    Weblizar

Viewing 1 replies (of 1 total)

The topic ‘php’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lightbox-slider_4c3560.svg)
 * [Lightbox Slider - Responsive Image Gallery plugin](https://wordpress.org/plugins/lightbox-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lightbox-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lightbox-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/lightbox-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lightbox-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lightbox-slider/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/php-27/#post-6191749)
 * Status: resolved