testimonials.testimonial

Available Since: V1.0.0

Used by to draw the entire testimonial on its own page, the default is:

[[testimonials.testimonial]]<h1>[[+author]]</h1>[[if &subject=`[[+image]]` &operator=`!empty` &then=`<img src="[[+image]]" [[+image_size]] alt="Testimonial from [[+author]]" />`]][[+testimonial]]<p>[[if &subject=`[[+website]]` &operator=`!empty` &then=`<a href="[[+website]]">`]][[+author]][[if &subject=`[[+occupation]]` &operator=`!empty` &then=`, [[+occupation]]`]][[if &subject=`[[+location]]` &operator=`!empty` &then=`, [[+location]]`]][[if &subject=`[[+website]]` &operator=`!empty` &then=`</a>`]]</p>
<p>Date of Testimonial: [[+dategiven]]</p>

Placeholders

Placeholder Description
image The URL of the image for the testimonial, if one is available.
image_size The width and height of the image.
author The name of the testimonial author.
testimonialURI Absolute address of the page holding the full testimonial.
testimonial The testimonial text.
website The optional address of the authors website.
occupation Authors occupation.
company The authors company.
location Authors physical location e.g. England.
dategiven The date the testimonial given.
gender The authors gender.
age The authors age.




TOP