clean overhead in database
To show it only on home page use this:
<?php
if(is_home() || is_front_page())
{
global $post;
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
and you can add it to the header.php file before or after this
<?php do_action('graphene_top_content'); ?>
don’t blame every other plugin developer when it’s YOUR plugin that has the bugs!
we never blame anyone..we say not compatible