Title: Include
Last modified: August 30, 2016

---

# Include

 *  Resolved [Conmeo](https://wordpress.org/support/users/conmeo/)
 * (@conmeo)
 * [11 years ago](https://wordpress.org/support/topic/include-4/)
 * Hello,
 * I build a static website but finally installed WordPress to make it possible 
   to change some texts on the website. The texts are saved in WordPress as pages
   and included into the Website with:
 *     ```
       <?php
       include "wp-load.php";
       $page = get_page_by_path('Name');
       echo apply_filters('the_content', $page->post_content);
       ?>
       ```
   
 * I tried the same with this Gallery plugin now. I created a WordPress page and
   included the gallery in the page with [WRG id=xx]. The WordPress page is included
   with the PHP include into an actually static webpage. I also linked the 7 CSS
   and 5 JS files to the webpage.
 *     ```
       <link type="text/css" rel="stylesheet" href="wp-content/plugins/responsive-photo-gallery/css/bootstrap.css" />
       <link type="text/css" rel="stylesheet" href="wp-content/plugins/responsive-photo-gallery/css/bootstrap-admin.css" />
       <link type="text/css" rel="stylesheet" href="wp-content/plugins/responsive-photo-gallery/css/hover-pack.css" />
       <link type="text/css" rel="stylesheet" href="wp-content/plugins/responsive-photo-gallery/css/img-gallery.css" />
       <link type="text/css" rel="stylesheet" href="wp-content/plugins/responsive-photo-gallery/css/jquery-rebox.css" />
       <link type="text/css" rel="stylesheet" href="wp-content/plugins/responsive-photo-gallery/css/pricing-table.css" />
       <link type="text/css" rel="stylesheet" href="wp-content/plugins/responsive-photo-gallery/css/rpg-meta.css" />
       <script src="wp-content/plugins/responsive-photo-gallery/js/bootstrap.min.js"></script>
       <script src="wp-content/plugins/responsive-photo-gallery/js/hover-pack.js"></script>
       <script src="wp-content/plugins/responsive-photo-gallery/js/jquery-rebox.js"></script>
       <script src="wp-content/plugins/responsive-photo-gallery/js/lightbox-script.js"></script>
       <script src="wp-content/plugins/responsive-photo-gallery/js/rpg-media-upload-script.js"></script>
       ```
   
 * So the gallery is finally visible as expected and responsive but I can’t click
   on the images and get the lightbox, just the hover effect works to fade into 
   a color.
 * Is there any solution or do I have to build the whole website into WordPress 
   now?
 * Thanks!
 * [https://wordpress.org/plugins/responsive-photo-gallery/](https://wordpress.org/plugins/responsive-photo-gallery/)

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/include-4/#post-6382648)
 * Hello Conmeo,
 * In WordPress there many fee themes or templates are available for create a website.
 * If you want to develop a templates then you have to read WordPress tutorials 
   for create WordPress themes.
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Include’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-photo-gallery_443b39.svg)
 * [Responsive Photo Gallery](https://wordpress.org/plugins/responsive-photo-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-photo-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-photo-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-photo-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-photo-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-photo-gallery/reviews/)

 * 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/include-4/#post-6382648)
 * Status: resolved