Wordpress plugins
Testimonials by WooThemes

Testimonials by WooThemes

Version : 1.5.4
Tested up to : 3.9.20
Number of download : 379149
Author : WooThemes
Average rating : 3.5 / 5 on 20 votes 20 votes, 3.5 avg.rating

Screenshots

Testimonials by WooThemes
Testimonials by WooThemes
Testimonials by WooThemes
Testimonials by WooThemes

“Testimonials by WooThemes” is a clean and easy-to-use testimonials management system for WordPress. Load in what your customers are saying about your business, and display the testimonials via a shortcode, widget or template tag on your website. Looking for a helping hand? View plugin documentation. Looking to contribute code to this plugin? Fork the repository over at GitHub. (submit pull requests to the latest “release-” branch) Usage To display your testimonials via a theme or a custom plugin, please use the following code: <?php do_action( 'woothemes_testimonials' ); ?> To add arguments to this, please use any of the following arguments, using the syntax provided below: ‘limit’ => 5 (the maximum number of items to display) ‘per_row’ => 3 (when creating rows, how many items display in a single row?) ‘orderby’ => ‘menu_order’ (how to order the items – accepts all default WordPress ordering options) ‘order’ => ‘DESC’ (the order direction) ‘id’ => 0 (display a specific item) ‘display_author’ => true (whether or not to display the author information) ‘display_avatar’ => true (whether or not to display the author avatar) ‘display_url’ => true (whether or not to display the URL information) ‘echo’ => true (whether to display or return the data – useful with the template tag) ‘size’ => 50 (the pixel dimensions of the image) ‘title’ => ” (an optional title) ‘before’ => ‘<div class=”widget widget_woothemes_testimonials”>’ (the starting HTML, wrapping the testimonials) ‘after’ => ‘</div>’ (the ending HTML, wrapping the testimonials) ‘before_title’ => ‘<h2>’ (the starting HTML, wrapping the title) ‘after_title’ => ‘</h2>’ (the ending HTML, wrapping the title) ‘category’ => 0 (the ID/slug of the category to filter by) The various options for the “orderby” parameter are: ‘none’ ‘ID’ ‘title’ ‘date’ ‘menu_order’ 10, ‘display_author’ => false ) ); ?> The same arguments apply to the shortcode which is [woothemes_testimonials] and the template tag, which is <?php woothemes_testimonials(); ?>. Usage Examples Adjusting the limit and image dimension, using the arguments in the three possible methods: do_action() call: <?php do_action( 'woothemes_testimonials', array( 'limit' => 10, 'size' => 100 ) ); ?> woothemes_testimonials() template tag: <?php woothemes_testimonials( array( 'limit' => 10, 'size' => 100 ) ); ?> [woothemes_testimonials] shortcode: [woothemes_testimonials limit="10" size="100"]

Download now