Duplicate Posts
-
I saw that @hemant29 issue was closed and not resolved. The issue is not with the plugin but the custom query in your theme. Be sure that your query has the pagination setup correctly.
$paged = max(1, get_query_var(‘paged’));
$my_query = new WP_Query(‘category_name=something&posts_per_page=1&paged=’.$paged);More info here https://stackoverflow.com/questions/15937436/wordpress-pagination-showing-same-results-for-each-page?rq=1
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Duplicate Posts’ is closed to new replies.