Creating the post list with rating
-
I want to create the list of post from 1 category with rating for every post, but raring works only for the fist post.
Example:
Title 1 – Author 1 – Rating 1
Title 2 – Author 2 – Rating 2
Title 3 – Author 3 – Rating 3I use code:
<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>It seems like it can be used only 1 time in:
<?php $top_query = new WP_Query(‘showposts=1113&cat=86&offset=0&order=ASC&sort=date’); ?>
<?php endwhile; ?>
Maybe you can help me to solve this problem
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Creating the post list with rating’ is closed to new replies.