[Plugin: GD Star Rating] query_posts pagination duplicated posts
-
Hi
I understand how this plugin orders the results from “query_posts” but for some reason is duplicating the posts in some pages.
This is my code:
query_posts('gdsr_sort=rating&gdsr_order=desc&cat='.$_POST['cat'].'&posts_per_page=3&paged='.$_POST['page'].'');
Normal pagination (without gdsr_sort) works perfect, but as I said, the plugin causes posts duplication.
Thanks in advance and excuse my english.
- The topic ‘[Plugin: GD Star Rating] query_posts pagination duplicated posts’ is closed to new replies.