Hi I am having a problem of only seeing a blank box on my FCG. I put it on the index page
putting the code: <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> in index.php.
The code in index.php is:
<?php get_header(); ?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<div id="content">
<?php // search reminder
if ( is_category() ) :
echo '<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Category', 'wallow' ) . ':<strong> '; wp_title( '', true, 'right' ); echo ' </strong></p></div>';
elseif (is_tag()) :
echo '<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Tag', 'wallow' ) . ':<strong> '; wp_title( '', true, 'right' ); echo ' </strong></p></div>';
elseif (is_search()) :
printf('<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Search results for “%s”', 'wallow' ) . '</p></div>', '<strong>' . esc_html( get_search_query() ) . '</strong>' );
elseif (is_date()) :
echo '<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Archives', 'wallow' ) . ':<strong> '; wp_title( '', true, 'right' ); echo ' </strong></p></div>';
endif;
?>
<?php if ( have_posts() ) {
while ( have_posts() ) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<?php the_post_thumbnail( array( 150,150 ), array( 'class' => 'alignleft' ) ); ?>
<h3 class="storytitle">
<a href="<?php the_permalink() ?>" rel="bookmark">
<?php
$post_title = the_title_attribute( 'echo=0' );
if ( !$post_title ) { _e( '(no title)', 'wallow' ); } else { echo $post_title; }
?>
</a>
</h3>
<div class="storycontent">
<?php the_content(); ?>
</div>
<div>
<?php wp_link_pages( 'before=<div class="meta comment_tools">' . __( 'Pages', 'wallow' ) . ':&after=</div>' ); ?>
</div>
<div class="fixfloat"> </div>
</div>
<?php endwhile;
} else {
?><p><?php _e( 'Sorry, no posts matched your criteria.', 'wallow' );?></p><?php
} ?>
<div id="nav_pages">
<?php posts_nav_link( ' — ', '« ' . __( 'Newer Posts', 'wallow' ), __( 'Older Posts', 'wallow' ) . ' »'); ?>
</div>
</div>
<?php get_footer(); ?>
Do you know what is wrong with it? And what should I do? The theme I am using is wallow 0.46.4
Thank you
Blank Box
2 posts • Page 1 of 1
Re: Blank Box
url?
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
Return to Development, Improvement, and Conflicts
Who is online
Users browsing this forum: No registered users and 0 guests









