Featured Content Gallery | WordPress Plugin | iePlexus

FCG is displayed but not my posts anymore

Downloading, installing, upgrading, and configuring the FCG plugin

FCG is displayed but not my posts anymore

PostBy adibou on Fri Jul 15, 2011 1:07 am

Hello,

I have installed the plugin and copied the piece of code into my index.php

The plugin works fine. My issue is that I think I erased a piece of code when I put the FCG code and I can't see my posts when I click on home.

Here the code

<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/

get_header(); ?>

<div id="container">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<div id="content" role="main">
</div><!-- #content -->
</div><!-- #container -->

<?php get_sidebar(); ?>
<?php get_footer(); ?>

You can check my blog to see what it does

http://www.jusdefruitsnow.net
adibou
 
Posts: 2
Joined: Wed Jul 13, 2011 12:59 am

Re: FCG is displayed but not my posts anymore

Thank you for using the Featured Content Gallery Forum
 

Re: FCG is displayed but not my posts anymore

PostBy admin on Fri Jul 15, 2011 8:48 am

looks like problem which described in this post
fcg-in-header-php-causing-pages-to-only-show-featured-conten-1401-10.html
check my post with code replacement there
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA


Return to Getting Started

Who is online

Users browsing this forum: No registered users and 0 guests

cron