Try taking out the 'paged' => $paged
parameter, as it is simply returning the amount of results for that page, which seems to be set at 10.
(You will need to do two separate queries – one for getting the true count, and one for displaying the posts in a paginated format.)
Related Posts:
- Custom Taxonomy not working with posts_per_page in new WP_query (pagination problem)
- get_query_var(‘paged’) always returns empty
- Advanced Tax Query
- problem in taxonomy-{taxonomy}.php pagination
- one post per term taxonomy
- How can I change the output display of my pagination?
- Loop through custom taxanomy in post and display custom fields from posts
- add pagination in wordpress page template
- Getting taxonomies specific to categories
- Group custom taxonomies based on tags contained in their posts
- Using wp_query is it possible to orderby taxonomy?
- How do I exclude a custom taxonomy from the post loop
- How to use taxonomies on attachments with the new Media Library?
- How to add images to taxonomies?
- Can you add the visual editor to the description field for custom taxonomies?
- Custom Taxonomy Endpoint Pagination using paginate_links()
- Check if a post has any term in this custom taxonomy?
- custom post type taxonomy “tag” archive : no post found
- Add custom taxonomy fields when creating a new taxonomy
- Contact Form 7 – Populate Select List With Taxonomy [closed]
- How to display custom taxonomies in posts?
- Get taxonomy names by post id
- Filtering custom taxonomies
- Creating Custom Taxonomy without mapping to any post type
- Using WordPress to make a “Product Search” type navigation drilldown
- Why is my working Custom Taxonomy not in get_taxonomies array?
- Custom taxonomy hide meta box but show in menu
- display posts with same taxonomy term
- Exclude specific slug in ‘get_terms’
- wp_insert_term – parent & child problem
- Is there a way to disable a term rather than deleting it?
- Widget to display custom taxonomy tag cloud
- Modify Term Update Redirection
- Hook to process a new taxonomy tag before it is created?
- Return only the custom sub-term for custom post type, do not echo term-parent
- Get total number of comments from posts in a specific custom taxonomy
- Custom taxonomy on permalink
- Check if current term is a child of another term
- Custom hierarchal taxonomy loses interface hierarchy when selecting parent & children
- get_terms() doesn’t return empty terms even though hide_empty is false
- How do I filter posts by taxomony using AJAX
- SQL QUERY needed to get POST category (taxonomy) ? – MUST be SQL statement
- Remove Category description textarea
- Formating the_terms() function output
- Archive template for taxonomy terms
- Multiple users – only allow them to manage their own terms for custom taxonomy when logged in
- Custom taxonomy on users with UI
- How to return a list of custom taxonomy terms via the Gutenberg getEntityRecords method
- Create taxonomy with meta term using the WP Rest Api
- wp_options table value
- Custom Taxonomy Only Showing Top Level Terms in Admin?
- How can I set up a category “overview” page?
- Post tags saving as both tag name & tag ID on post update when tags are displayed as checkboxes
- search query within custom taxonomy term, post title and meta field
- Sort posts by number of matched terms
- Get current term’s ID
- Is it possible to get a Previous/Next Taxonomy term archive URL?
- 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
- How to get the parent’s taxonomy?
- Looping Through Custom Tax Terms and Displaying All Posts For Each
- Taxonomy Relationships
- Possible to register multiple custom taxonomies in one function?
- How to get the top most term (top ancestor) of a custom taxonomy child term?
- Taxonomies not appearing in columns on dashboard
- Combine multiple custom user taxonomy in single url
- How to modify default taxonomy field to a single text field?
- Problem with query_posts for a custom taxonomy in theme options
- Add custom taxonomy to default category taxonomy?
- Custom Taxonomy terms with latest post ordered by date pagination issue
- How to set hierarchical terms to a post using wp_set_object_terms
- Link to most recently created category of custom taxonomy in primary navigation menu
- Echo taxonomy term meta on author.php
- Hierarchical display of custom taxonomy
- Listing child terms of parent term
- How do I display a tag cloud with both post tags AND a custom taxonomy?
- Adding session variable and/or cookie based on user-selected input
- How to display posts from a single category within a custom taxonomy
- How to output the taxonomy term name in a widget
- How to link categories to custom taxonomy terms?
- List taxonomy / category count showing list published posts only
- Taxonomy page lead to 404 page on pagination
- How to display term description in empty terms archive?
- Display sub-taxonomies based on SELECTED parent-taxonomy
- Checking if a Page has an Associated Term?
- Save Filter for Taxonomies
- What are terms and taxonomy, how they related to post and how these three are stored in database?
- Function to limit the number of posts in taxonomy.php
- Sorting Posts Via Custom Taxonomy Values Using Checkboxes?
- Last posts from custom taxonomy
- Create Child Taxonomies
- Is It Possible To Have Shared WordPress Custom Post Types?
- Remove pagination from WooCommerce product categories on admin edit navigation menus
- Taxonomy , subtaxonomy,child taxonomy of a product woocommerce
- WordPress renames slug of tags used in multiple taxonomies?
- Get terms ordered by post date
- Taxonomy.php issue with search and filters
- User role permissions based on taxonomies
- Allow only 1 instance of each term in each custom taxonomy
- WP Query with custom taxonomy