Shows a readonly Multi Set for a post or page, using the rating plugin for wordpress.
Parameters
- setid
- (optional) The set ID: Optional if only one Multi Set is used or if you want to show the first Multi Set.
- default: lower ID.
- postid
- (optional) The post ID
- default: the post id of the current post or page
- show_average
- (optional) Shows the row with the average rating of the Multi Set. Accepted value “no”.
- default: yes
Examples
[yasr_multiset setid=2]
will show the Multi Set with setid=2, for the current post or page, average row is displayed.
[yasr_multiset setid=2 postid=2548 show_average=no]
will show the Multi Set with setid=2, for the post or page with ID 2584, average row is not displayed.