Skip to content

Instantly share code, notes, and snippets.

@danielpowney
Last active August 29, 2015 14:13
Show Gist options
  • Save danielpowney/a4a4418486c29a3c3b8c to your computer and use it in GitHub Desktop.
Save danielpowney/a4a4418486c29a3c3b8c to your computer and use it in GitHub Desktop.
<?php
return MRP_Multi_Rating_API::display_rating_results_list(array(
'show_count' => true,
'title' => 'Top Rating Results',
'rating_form_id' => 1,
'show_filter' => true,
'filter_label_text' => __( 'Choose a category', 'my-text-domain' ),
'filter_button_text' => __( 'Filter', 'my-text-domain' ),
'taxonomy' => 'category',
'term_id' => 0 // for all,
'show_featured_img' => true
'image_size' => 'thumbnail',
'sort_by' => 'highest_rated',
'show_rank' => false
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment