WP 2.8
the code is only inserted on the hpmepage.php
yet FCG is showing up on single posts pages.
any idea why?
Here's a snippet of the index.php:
Code:
<?php get_header(); ?>
<div id="content">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<div id="contentleft">
<div class="postarea">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<div class="postauthor">
Ref:
http://www.juedmdesigns.com/quinncody/