To create testimonial group, go to Admin > Testimonials > Testimonial Groups and add new group.
For example, if you wanted to have specific testimonial that is shown in Services pages of your site, you might create group called Services so you can identify them in the future and add them to your shortcodes..
Go to Testimonials > New Testimonial this will allow you to enter the testimonial, cite, and embed images, if necessary..
Note this shortcode honors the quantity of posts set under Admin > Settings > Reading, but you can modify the number of displayed testimonials by using quantity='x in your shortcode..
Specify template file in your shortcode that points to in your directory like Note, it's best to start by copying the testimonials-loop-template php file to your folder, rename, and edit as needed...
If you wanted to pull in total of three testimonials from the category, but you don't want AJAX rotation, your shortcode might look like..
Or, say you wanted to rotate between five testimonials in the group called 'licorice, but you want to show the 30 words, followed by link that says find out more... your shortcode would look like this..
We recommend using tool like Firebug or Google Chrome DevTools to identify what styles are used in your site so you can modify the template or your stylesheet to fit..
You may need to tool like Firebug or Google Chrome DevTools to inspect the markup and CSS your theme and adjust as needed accordingly...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more