how to get most rated post id
-
Hi,
In my theme, i need 5 most rated posts and i should put theme into:query_posts(array( ‘post_type’ => ‘post’,
‘orderby’ => ‘menu_order’,
‘order’ => ‘DESC’,
‘post__in’ => ??????,
‘showposts’ => 5));What should i type instead of ??????
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘how to get most rated post id’ is closed to new replies.