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
FCG is displayed but not my posts anymore
2 posts • Page 1 of 1
- Thank you for using the Featured Content Gallery Forum
Re: FCG is displayed but not my posts anymore
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
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
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
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
2 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests









