Gallery not appearing
12 posts • Page 2 of 2 • 1, 2
Re: Gallery not appearing
yw
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
Re: Gallery not appearing
Hi
Here is my Index page code and the featured content gallary code. Could you please tell me what is it that I am doing wrong
My website address is
http://www.science-technology-news.com
best
raghu
Here is my Index page code and the featured content gallary code. Could you please tell me what is it that I am doing wrong
My website address is
http://www.science-technology-news.com
best
raghu
- Code: Select all
<?php get_header(); ?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<div id="col1">
<div class="featuredline"></div>
<div class="clear"></div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="post">
<div id="postbox">
<div class="header">
<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<?php the_title(); ?>
</a></h3>
<span class="author">
<?php the_author_posts_link(); ?>
</span> // <span class="date">
<?php the_time('M jS, Y') ?>
</span></div>
<div class="thumbnail">
<?php get_thumbnail($post->ID, 'thumbnail', 'alt="' . $post->post_title . '"'); ?>
</div>
<div class="clear"></div>
<div class="info">
<?php the_content_limit('315'); ?>
</div>
<div class="meta"><span class="continue"> <a href="<?php the_permalink() ?>" rel="bookmark" title="Continue reading <?php the_title_attribute(); ?>">
<?php _e("Continue", 'themejunkie'); ?>
</a> </span> <span class="comment">
<?php comments_popup_link('0 Comment', '1 Comment', '% Comments'); ?>
</span></div>
</div>
<!--end: postbox-->
</div>
<!--end: post-->
<?php endwhile; ?>
<div class="clear"></div>
<div class="navigation">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
</div>
<?php else : ?>
<p>No posts found.</p>
<?php endif; ?>
</div>
<!--end: col1-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
- raghuveer
- Posts: 1
- Joined: Thu Sep 30, 2010 3:05 am
12 posts • Page 2 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 0 guests









