Testimonial Slider
Slide client Testimonials
by Ajay Patel
HTML
<script src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js"></script>
<div class="testimonials">
<blockquote>
<p><img src="http://localhost/wordpress-t1/wp-content/uploads/2011/11/2_s.jpg" class="alignright" alt="Ajay">Here is another function that will return an array of unique random numbers. It may be more efficient than the one below when dealing with a large range. <!--?php ...</p--></p>
<p><cite>Ajay<br><a href="http://webdesignergeeks.com" class="cite-link">GeeksLabs</a></cite></p>
</blockquote>
<blockquote>
<p>Thank you for installing the WP-Testimonials plugin. You can manage the testimonials through the admin area under the Testimonials tab.</p>
<p><cite>Jodi Diehl<br><a href="http://www.sunfrogservices.com/" class="cite-link">Website Programmer, Virtual Assistant</a></cite></p>
</blockquote></div>
<div id="next2" href="#">Next</div>
<div id="prev2" href="#">Prev</div>
JavaScript
$(document).ready(function() {
$('.testimonials').cycle({
fx: 'fade',
timeout: 0,
next: '#next2',
prev: '#prev2'
});
});