Hello
I have installed WhitePress. However, there is no pictures in the featured slide-image. How can I make it work?
I think something needs to be changed in this part (but what?):
<div class="slides" id="Tab<?php echo $count; ?>">
<a href="<?php the_permalink() ?>"><img src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php echo $thumb ?>&w=851&h=255&zc=1&cropfrom=<?php echo get_option('wpt_image_crop'); ?>" alt="<?php the_title_attribute(); ?>" /></a>
</div>
<?php
else:
continue;
endif;
$count++; endwhile;
?>
</div>
<ul class="fnav">
<?php for($i=0;$i<$count;$i++){ ?>
<li><a class="navli" href="#Tab<?php echo $i; ?>" rel="<?php echo $i; ?>"><?php echo $i+1; ?></a></li>
<?php } ?>
</ul>