View Single Post
  #1  
Old 06-22-2009, 01:02 AM
juedmdesigns juedmdesigns is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 33
Default FCG showing up on POSTS problem

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/