This looks like a simular issue to this one with wp-pageNavi: http://scribu.net/wordpress/wp-pagenavi/right-way-to-use-query_posts.html.
Taxonomies and archives should use ‘page’, not ‘paged’ so use that in the urls to begin with.
Then, to ensure your pagination script works in all locations you can change the way you get your $paged variable.
Something like this should do it:
if (is_archive()) {
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
} else {
$paged = (get_query_var('page')) ? get_query_var('page') : 1;
}
Related Posts:
- List posts based on first letter of posts
- posts_per_page & pagination conflict
- Broken pagination
- Search results with custom loop don’t update when paged
- Broken pagination, need help figuring out why!
- remove_query_arg() on rewrite rule
- Hide featured post on second page
- Pagination on 2nd loop
- How to get an array of years from all of the search results, and use it to filter by year the paginated loop?
- Is it possible to have pagination with an offset loop?
- Offset a post in the loop, with using PageNavi Plug-in
- Why do next pages load the same content rather then older articles?
- Add pagination to my custom loop [duplicate]
- Not refreshing content pagination on search result
- WordPress triggers 404 on page 2 for custom search query
- Search page pagination does not work
- How do I get my custom query to work with search results after the first page?
- Pagination Error : Duplicate argument being outputted
- Page with Multiple Loops Breaking Pagination
- Pagination Not Working When Modifying Loop Based on Post Category
- wordpress custom search page pagination returns 404
- Display more than 10 posts on author.php file
- Blog pagination WITHOUT using max_num_pages
- Page not found yet the posts are listed?
- Search URL redirect problem
- split wordpress loop into columns of categories and associated posts
- what code to add to search.php
- Search, pagination, the last pages leads to 404 page
- get_posts custom paging
- Search pagination link redirecting to a link that doesn’t work with pagination
- Pagination diplays always 2 pages
- Search URL gives 404
- Search engine not working
- Displaying posts limit: can’t get pagination to display [duplicate]
- The pagination doesn’t work
- Search pagination rewrite to fix 404
- How to fix pagination for custom loops?
- Pagination not working with custom loop
- Is it possible to paginate posts correctly that are random ordered?
- Can I force WP_Query to return no results?
- How to determine if I’m on the first page of pagination?
- Post_count only shows the number of results per page
- Changing pagination list class
- How to determine if theres a next page
- WordPress /page/2 404 pagination problem – what to do?
- Paged posts – how to use numbers and next/previous links?
- Why do you need an unlikely integer in paginating?
- Have different number of posts on first page
- Multiple WP_Query loops with Pagination
- How to display pagination links for WP_User_Query?
- How to show a single post on the front page but have normal paging?
- How to add CSS Class to previous_post_link or get previous/next post link URL
- group search results by post type?
- Pagination resolving to first page only
- how to get pagination link url?
- add_rewrite_rule – working fine but broken for pagination
- wp_pagenavi() with custom wp_query()?
- paginate_links() don’t properly work in search.php?
- How to get the number of Pages in a single Post Pagination?
- A search for ‘0’ returns results
- Aggregate comments, with pagination
- post pagination names, not numbers
- Pagination returns 404 after page 20
- How to fix pagination after rewriting url? ie. www.site.com/players/type/pro/page/3/
- How do I Paginate Search Results for Custom Post Types?
- Display “Page 3 of 5” for a paginated post
- Display Authors Comments on Profile Page
- Implementing a general Table of Content across single paginated post pages
- Paginate links with “ugly” and “pretty” permalinks?
- Pagination of RSS2 feed
- Pagination not working on home page
- Strange paginate_links behavior. First page link is always whatever page I’m on, all other links are correct
- Custom Post Type Pagination Not Working On Archive Page
- Custom Post Type Archive Page: Set Posts Per Page, Paginate
- Pagination with WP_Query is buggy – working for some pages, but not the others
- Custom WP_Comment_Query with pagination and orderby?
- Get the number of posts from the current page results
- Pagination: How do I always show ‘previous’?
- Next/Previous Links in same category
- How To create ajaxed wp-pagenavi?
- Single Page View for Paginated Posts
- How can I see all of a post’s comments on a single page as a reader, if pagination is enabled?
- Archive page…limiting posts per page
- Using paginate_links() to generate “1, 2, 3 … 10, 20, 30, 40… 55” paginations
- Change class=”page-numbers” in pagination
- Pagination with 5 posts per page
- Check if on last page of paginated post using wp_link_pages
- Custom Search Page Pagination Not Working
- Varying the number of posts per page from the first one
- Using pagination with get_posts on page type
- Rewriting search and pagination base
- Pagination for sub-pages
- Pagination not working for Custom search form & custom result template
- WordPress category & taxonomy loop with pagination
- Pagination/infinite scroll with WP_Query and multiple loops
- How do I prevent one of two multiple loops from repeating on a second page?
- Modifying WP_LIST_AUTHOR Functions to output all users in a grid (and Paginate)
- How to get post pagination like this
- How to paginate a list of tags
- Pagination Not Displaying on Custom Term Archive