Hey nimblesage!
We don’t have a shortcode such as that in our plugin – can you let me know where you got it from?
Best,
Richard
Apologies. It is actually a filter I found in the admin panel of the plugin: easy_t_random_testimonials_html
It’s under the help & instructions tub…
Using Filters to Customize Output
We provide the following filters to developers for customizing output even further:
easy_t_random_testimonials_html — random testimonials filter
easy_t_single_testimonial_html — single testimonial filter
easy_t_testimonials_html — all testimonials list filter
easy_t_testimonials_cyle_html — testimonials cycle filter
easy_t_submission_form — testimonial submission form
It all looks good, but in case a testimony is say 20 lines, can I make it so only 3 are seen and if the reader is interested they can click and “read more.” Thank you.
Hey curtds!
It sounds like you are looking for the Testimonial Excerpt Options, found under our Display Options tab. That lets you control the number of words that are displayed and then lets you optionally set text that will then link to the full testimonial!
@nimblesage – the HTML filters allow you to setup a function that can alter or add HTML to the output. You would create a PHP function in your theme’s functions.php file to utilize the filter. If that isn’t something you’re familiar with, I generally recommend avoiding it as you can break your website 🙂
All the best,
Richard