Adding full testimonials list on custom CMS pages.

by Peter D.

You can add full testimonials list in order to use on custom CMS pages by two ways:

  1. Using widget
{{widget type="testimonials/widget_listFull" show_title="1"}}
  1. Using layout XML
  2. <reference name='content'>
    <block type="testimonials/widget_listFull" name="testimonials">
    <action method="setShowTitle"><flag>1</flag></action>
    </block>
    </reference>
    
    Options: show_block_design - add/remove block title and link.

Recent articles

Back to top