testimonials.archiveItem

Available Since: V1.0.0

Used to draw each testimonial within the testimonials.archiveWrapper chunk, the default is:

<li>
	<blockquote>[[if &subject=`[[+image]]` &operator=`!empty` &then=`<img src="[[+image]]" [[+image_size]] alt="Testimonial from [[+author]]" />`]]<p>[[+testimonial]] <span><a href="[[+testimonialURI]]">continue reading</a></span></p>
		<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>
	</blockquote>
</li>

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 Address of the page holding the full testimonial.
testimonial The summary of 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