[Plugin: GD Star Rating] Fantastic – but HOW to query??
-
This is such an awesome plugin, and my multiple rating works like a charm! BUT – I have now tried for about one week to figure out how to query and list posts according to either the multi rating OR the thumbs value. But I jus’t cant fingure out what is wrong. My posts are listed upon when they are published. Despite that I am using this query:
<?php query_posts('gdsr_sort=thumbs&sort_order=desc&showposts=5&cat=5,6'); ?> <?php $posts = get_posts('numberposts=5&offset=0'); foreach ($posts as $post) : start_wp(); .....etc...
If I could I would have bought support now, but unfortunately I cannont now. And my entire site project has halted because of this issue. Please, anyone with an eagle eye??
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘[Plugin: GD Star Rating] Fantastic – but HOW to query??’ is closed to new replies.