You can randomize something with JavaScript in a text widget, but if you want to do it the PHP way, then you can.
Are you inputting your own testimonials?
You can try this:
Code:<?php $testimonials = array('Testimonial 1', 'Testimonial 2', 'Testimonial 3'); echo $testimonials[rand(0, (sizeof($testimonials) - 1))]; ?>


Reply With Quote



