[Plugin: WP-PostRatings] Create a hotpage
-
Hello all,
i am working on a project that needs posts to be rated by visitors. I installed the WP-PostRatings plugin that works really good.
However i can’t figure out how to create a hotpage that shows posts with a certain score. I found the following code on the plugin website:
<?php if (function_exists('get_highest_rated')): ?> <ul> <?php get_highest_rated(); ?> </ul> <?php endif; ?>But this only shows the post titles, i need the complete post. I would also like to be able to give a score range that is displayed, so i can create pages for most popular, medium etc.
An adjusted WP_Query would be the best but i do not know if i can use the rating values in the query…
Anyone have an idea if this is possible? 🙂
Thanks in advance!
The topic ‘[Plugin: WP-PostRatings] Create a hotpage’ is closed to new replies.