lesterchan / wp-postratings

Adds an AJAX rating system for your WordPress blog's post/page.
https://wordpress.org/plugins/wp-postratings/
123 stars 82 forks source link

Plugin don't work with categories #128

Closed sholex closed 6 years ago

sholex commented 6 years ago

If i post shortcode to show after a category description, rating widget shows data from first post in current category query.

lesterchan commented 6 years ago

It has to be within the post loop https://codex.wordpress.org/The_Loop and not within a category.

sholex commented 6 years ago

It has to be within the post loop https://codex.wordpress.org/The_Loop and not within a category.

I know, but I have a couple of sites with big category descriptions which needs to be rated. Can you add support for taxonomy descriptions?