Forums

Slideimage WhitePress (3 posts)

  1. chokococo86
    Member
    Posted 11 months ago #

    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>
  2. chokococo86
    Member
    Posted 11 months ago #

    By the way, I dont want the pictures from the posts to be featured. I just want to put some pictures in the slide.

  3. chokococo86
    Member
    Posted 11 months ago #

    Please someone, help!

Reply

You must log in to post.

About this Topic