Do you have the “paged” parameter in the URL of the page(s) that you are trying to use get_query_var with? As far as I know get_query_var(“paged”) is explicitly returning the value of the URL param so you need to have a URL like this for it to work:
/?paged=7
Alternatively you could read the URL param using straight-up PHP:
$_GET['paged']
Related Posts:
- Custom Taxonomy not working with posts_per_page in new WP_query (pagination problem)
- query posts returns 10 records
- How do I exclude a custom taxonomy from the post loop
- Custom Taxonomy Endpoint Pagination using paginate_links()
- Filtering custom taxonomies
- Using WordPress to make a “Product Search” type navigation drilldown
- search query within custom taxonomy term, post title and meta field
- How to pass posts_per_page and paged params query vars to custom taxonomy archive urls?
- Showing posts by collection of specific terms and texonomy
- Problem with query_posts for a custom taxonomy in theme options
- Custom Taxonomy terms with latest post ordered by date pagination issue
- Link to most recently created category of custom taxonomy in primary navigation menu
- Listing child terms of parent term
- How to display posts from a single category within a custom taxonomy
- Taxonomy page lead to 404 page on pagination
- Advanced Tax Query
- Sorting Posts Via Custom Taxonomy Values Using Checkboxes?
- Last posts from custom taxonomy
- Remove pagination from WooCommerce product categories on admin edit navigation menus
- Taxonomy.php issue with search and filters
- cannot get multiple loops using tax_query
- Alter post order on taxonomy template
- query_posts and custom taxonomy posts order
- Pagination on custom taxonomy
- quey posts from different categories with taxonomy
- How to create pagination for custom taxonomy in WordPress
- Taxonomy Pagination Rewrite
- Show all taxonomy’s terms’ posts having another taxonomy’s term in common
- problem in taxonomy-{taxonomy}.php pagination
- Sorting Custom Posts on Archive page with pagination
- List Posts For Terms Of A Custom Taxonomy For Any Post Type
- Custom taxonomy pagination
- Using WP_Query and Query_post for the loop?
- Problem with wordpress pagination
- How to write sql query to get the posts from a custom taxonomy term name
- 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?
- Loop through custom taxanomy in post and display custom fields from posts
- pagination not working on custom-taxonomy template
- Insert taxonomy slug into loop class
- Using Custom Taxonomies to organise products – struggling to call a correct list
- Keeping session instance of random display results over pagination breaks
- add pagination in wordpress page template
- Group posts in a category based on tags in custom taxonomy
- How to pass posts_per_page and paged params query vars to custom taxonomy archive urls?
- Pagination for Custom Taxonomy
- pagination for list category posts ( Custom post type )
- Error 404 in Custom taxonomy with pagination
- Pagination with custom query (not using posts)
- Transfer taxonomy to custom field
- How do I query multiple specific posts from a custom taxonomy?
- Can you orderby slug in a taxonomy archive page using WP_Query?
- Getting taxonomies specific to categories
- 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
- How to show to show post list under the specific category name using jetengine query?
- Add term to taxonomy programatically
- How to filter a page title with custom taxonomies
- How to change custom categories term links?
- Body class to each level of a hierarchical custom taxonomy
- List all taxonomies with their descriptions
- ACF Field, hide taxonomy title and image when no nothing selected in post
- how to show product custom taxonomies in woocommerce rest api
- Why is my loop not populating the page with my custom taxonomy terms from my custom post type?
- Dropdown (with onChange) with custom taxonomies
- Unregistered taxonomy apears still as emtpy filter list
- Unable to create a new taxonomy
- Custom Taxonomy Archive page is not showing when clicking on
- Code inside conditional is_tax() only working when term has posts
- ACF – Get unique values of array
- Custom column into custom taxonomy (img tag with slug-name as file name)
- Change link of taxonomy when get_the_term_list( is used?
- How to create archive pages for metadata query generated posts (so without taxonomy)?
- Limit Tag Links in Post Content
- register_taxonomy_for_object_type (images) : how to use it ?
- Problem with wp_list_category with custom taxomy
- Custom rewrite url structure for several custom taxonomy (NOT pos_type)
- Restructuring permalink with more than one taxonomies
- How to create a completely functioning separate archive for posts from only 1 or 2 specific categories
- Query by multiple custom taxonomies
- get the custom taxonomy name?
- Display multiple taxonomies in a function
- CPT/Taxonomy/Postname permalink structure makes pagination break
- Remove taxonomy name and add .html extension in the custom taxonomy term URL
- Remove Custom metabox from particular page template is used
- generate random slug when adding taxonomy
- Auto add custom taxonomy to permalink when save
- setting a custom post type taxonomy term by code
- transfer two existing taxonomy terms into one custom metabox
- Pagination with a custom post type
- Use WP pagination functions on a custom page template
- How to paginate with an query var appended to permalink?
- Getting Custom Posts with Custom Taxonomy
- Use custom taxonomy terms as parent for pages
- Retrieve & Display User Meta Values from Checkboxes
- Get Highest and Lowest get_term_meta() value from Taxonomy Term
- Get link for taxonomy to show top-level terms