I just downloaded the FCG plugin for my site (intepidity theme) www.marinescienceafloat.org.
I added the code posted on one of the topics of this forum to my page.php.
- Code: Select all
<div id="fcg-slides">
<?php
if(is_front_page() || is_home())
{
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
My problem is that the FCG seems to add a blog post below the FCG (one of the featured articles in the FCG). I don't want any of the articles that are in the FCG to be posted below the FCG. I would like to add something else.
I would appreciate any advice. Please remember that I am not a developer and don't know php. I do have a bit of html/css experience but on a basic level.
Thanks.









