Last active
August 29, 2015 14:13
-
-
Save danielpowney/a4a4418486c29a3c3b8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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