should it be..
$paged = (get_query_var('page')) ? get_query_var('page') : 1;
Pagination Note: You should set get_query_var( ‘page’ ); if you want your query to work with pagination. Since WordPress 3.0.2, you do get_query_var( ‘page’ ) instead of get_query_var( ‘paged’ ). The pagination parameter ‘paged’ for WP_Query() remains the same.
Related Posts:
- How do I exclude a custom taxonomy from the post loop
- Using WordPress to make a “Product Search” type navigation drilldown
- get_query_var(‘paged’) always returns empty
- Get the number of posts from the current page results
- search query within custom taxonomy term, post title and meta field
- Advanced Tax Query
- cannot get multiple loops using tax_query
- Using WP_Query and Query_post for the loop?
- Problem with wordpress pagination
- filter posts by meta key with pagination
- send user to first page of results when reposting to page?
- query posts returns 10 records
- Using wp_query is it possible to orderby taxonomy?
- How to make WP_Query not to show irrelevant posts?
- Query custom taxonomy by term id?
- Filter Custom Taxonomy Posts
- Custom WP_Query always respond with 200 status even when no entry
- When filtering query on custom taxonomy; main menu dissapears
- Exclude taxonomy term from all loops, but having it on widget
- “paged” in WP_Query returns 0 posts
- Why can’t I use an array of term slugs in WP_Query?
- wp_query not resetting, last post hanging
- Pagination on category.php and tag.php not working
- Custom post type, custom taxonomy, query posts only from taxonomy (children of)
- How to write sql query to get the posts from a custom taxonomy term name
- How to do a particular wp_query taxonomy search
- Pagination on template page for custom query redirecting to index.php
- one post per term taxonomy
- How can I change the output display of my pagination?
- How can I get a paginated list of custom taxonomy tags with posts?
- Custom post type and custom taxonomy 404 on page 2
- Loop through custom taxanomy in post and display custom fields from posts
- pagination not working on custom-taxonomy template
- How to list custom post types on a custom post type page?
- Pagination, query more pages at once
- Wp_query…a type of term a different div
- check if a taxnomy queried in $wp_query?
- Remove Post if Advanced Custom Field is checked to fix paging
- Taxonomy.php how to show post only in current taxonomy with wp_query?
- WP_Query tax_query – Show results if child has parent X
- Query custom taxonomy for category including children
- Proper way to create taxonomy queries
- how to use tax_query to apply both terms or one if one is empty
- Get current page term title to use in WP_Query
- Paginate pages with dynamic query
- passing moree than one value of slugs in taxonomy using variable
- Trouble Making WP_Query paged
- Insert taxonomy slug into loop class
- Using Custom Taxonomies to organise products – struggling to call a correct list
- Sorting the Loop by Taxonomy Value
- custom taxonomy pagination 404 error
- Why is my pagination /page/2 taking me to index.php?
- custom post type and a “sticky” position taxonomy
- Keeping session instance of random display results over pagination breaks
- add pagination in wordpress page template
- How do I stop the same post showing multiple times in a archive?
- Group posts in a category based on tags in custom taxonomy
- Numbered Pagination Showing The Same Posts After Altering WP_Query
- How to pass posts_per_page and paged params query vars to custom taxonomy archive urls?
- Pagination for Custom Taxonomy
- My entry results are not consistently alphabetized
- pagination for list category posts ( Custom post type )
- Error 404 in Custom taxonomy with pagination
- WordPress custom post type
- How do you move custom fields to custom taxonomies using WP Queries
- WordPress hiding posts without content on custom taxonomy query. How to solve?
- Run next query based on first query’s term
- Get the original menu item name string instead of the label
- How to use tax_query other than by slug or id or solve custom taxonomy tags conflicts with pre-existing tags?
- Pagination with custom query (not using posts)
- Order posts with custom taxonomy array
- Custom post type blog pagination conflict
- Getting grandchildren of a post with a specified custom taxonomy?
- Taxonomy Parameters in WP Query to get posts from two different taxonomies
- Custom Taxonomy + JQuery Tabs
- Advanced AND tax_query in sidebar with 2 taxonomies
- Transfer taxonomy to custom field
- How to query posts that are not related to any term of a taxonomy?
- Why won’t my paged wp_query work? [duplicate]
- Using wp_query is it possible to orderby taxonomy?
- How to limit posts to 1 from each term with tax_query?
- How do I query multiple specific posts from a custom taxonomy?
- Can you orderby slug in a taxonomy archive page using WP_Query?
- WordPress loop problem: Multiple loops, index.php and is_paged causing duplicate posts on next page
- query_posts problem – need help
- Pagination not working in secondary query
- Pagination in category.php not functioning
- Getting taxonomies specific to categories
- query_posts different amount of posts per page [duplicate]
- How much worse is querying custom fields compared to custom taxonomies, quantitatively
- Group custom taxonomies based on tags contained in their posts
- add_rewrite_rule pagination 404 error on page 4 and above
- Pagination links not working for custom taxonomy
- Loop posts without any taxonomy
- Insert image between X number of posts but on specific paginated pages?
- Show number of posts AND number on current page (cannot make it work)
- How to show to show post list under the specific category name using jetengine query?
- /page/2/ redirect to 404
- taxonomy-{term}.php terms pagination returning 404 after a certain page
- Adding a language rule and displaying posts with a custom taxonomy term on its archive page