Simple slideshow help
-
Link: https://www.khojiye.com/reviews
1. On the front page see where I am showing images from the posts. I want these image (with the underlying link to refresh)
Presently i am reading random 6 posts and displaying logo with the link to these posts<div class="sub_cont_cell"><a href="<?php the_permalink() ?>" rel="bookmark" target="_blank" title="Read Review of <?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/images/coaching/<?php echo $logo?>" width="142" height="85" alt="logo missing" /></a> </div>
Now what I want is having all posts read, and keep refreshing these 6 logos with the link.
2. I am thinking of showing all posts title with link (as a list) with some sliding effect. any suggestion.. in a css box parallel to this box??
- The topic ‘Simple slideshow help’ is closed to new replies.