When placing the rating form after a loop on a custom taxonomy the plugin takes the last post_id in the loop and adds the rating to that post_id.
Is this the correct behaviour? I want to rate the actual taxonomy term_id not the posts in that taxonomy. I notice that the results form takes the taxonomy type and term_id arguments e.g taxonomy=”types” term_id=”2493″ …but the form ignores them. Am I missing something here? Thanks :).
This topic was modified 8 years, 2 months ago by d1ch0t.
The posts with ratings returned in the [mr_rating_results_list] shortcode, or equivalent widget, can be filtered by a taxonomy and term id. In other words, only the ratings from posts which belong to that specific taxonomy and term id (e.g. a category) will be shown.
I hope this clarifies your question,
Daniel
Viewing 1 replies (of 1 total)
The topic ‘Rate a custom taxonomy’ is closed to new replies.