I manage to find how to put the gallery in specific page or in homepage static .
I created a page and called it "Home" and make it a static, so i put the code before content in thesis open hook. here's the code..
<?php
if (is_page("Home"))
{
global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
but on the homepage, supposed to be there are few words on "Home" page (a static page) but the problem is the gallery replace the entire Homepage content and it's gone. Also the title of 5 posts i set on fcg appears under the FCG.
and i don't know now how to add words on my "Home" page.
Any idea please
Aldrin
P.S. please see attach file









