Testimonials Code

Copy and paste the following code example into your Testimonial’s page text editor (not the visual editor). Don’t forget to set the “Testimonials” page template under Page Attributes.

[code]
<div class="three-columns-one">
<div class="testimonial">
Include an image here using the Media uploader button
<h3>Name</h3>
Include your testimonial text here…
</div>

<div class="testimonial">
Include an image here using the Media uploader button
<h3>Name</h3>
Include your testimonial text here…
</div>
</div>

<div class="three-columns-one">
<div class="testimonial">
Include an image here using the Media uploader button
<h3>Name</h3>
Include your testimonial text here…
</div>

<div class="testimonial">
Include an image here using the Media uploader button
<h3>Name</h3>
Include your testimonial text here…
</div>
</div>

<div class="three-columns-one last">
<div class="testimonial">
Include an image here using the Media uploader button
<h3>Name</h3>
Include your testimonial text here…
</div>

<div class="testimonial">
Include an image here using the Media uploader button
<h3>Name</h3>
Include your testimonial text here…
</div>
</div>
</div>
<div class="clear"></div>
[/code]