• hello,
    I uploaded the feature content gallery plugin. I wanted it to appear on the homepage only. I was able to find the code that I placed in my page.php to do this
    <?php if ( is_front_page() ) {
    include (ABSPATH . ‘/wp-content/plugins/featured-content-gallery/gallery.php’);
    } ?>
    That worked so it does not appear on any other pages, but now it is appearing in my posts and the content of my posts displays as the content of one of my pages.
    My website is https://www.yourgreenflooring.com and my theme is papyrus
    Thankyou very much for any help!

  • The topic ‘featured content gallery plugin problem’ is closed to new replies.