StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   FCG showing up on POSTS problem (http://www.studiopress.com/support/showthread.php?t=10119)

juedmdesigns 06-22-2009 01:02 AM

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/

CharlesClarkson 06-22-2009 02:55 AM

Re: FCG showing up on POSTS problem
 
Delete this line from index.php:
Code:

<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>

HTH,

juedmdesigns 06-22-2009 03:34 AM

Re: FCG showing up on POSTS problem
 
Because?

The FCG code is not required for the theme, it is already built in!!!!!!

I had read that, but figured it didn't apply to 2.8 WP

All I saw was version 1 for chrome information regarding FCG.

Thank You for pointing that out to me.

No more problem.


All times are GMT -5. The time now is 12:10 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.