[Plugin: WP-PostRatings] Highest Rated Post In A Category – with additional info
-
hello,
I like your plugin very much, thumbs up!
I have only one problem:
When I use your code to display the higest rated posts..<?php if (function_exists('get_highest_rated_category')): ?> <ul> <?php get_highest_rated_category(CATEGORY_ID); ?> </ul> <?php endif; ?>
.. everything works fine, but the only information that is shown is the Postname and the votes. I would like to show the ‘normal’ information, including excerpt/date of posting/… , like in the loop. Is it possible to show the loop information while having the posts listed by ratings.
Kind regards,
mratin
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: WP-PostRatings] Highest Rated Post In A Category – with additional info’ is closed to new replies.