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
- How to use taxonomies on attachments with the new Media Library?
- Add custom taxonomy fields when creating a new taxonomy
- How to display custom taxonomies in posts?
- Filtering custom taxonomies
- Creating Custom Taxonomy without mapping to any post type
- Exclude specific slug in ‘get_terms’
- wp_insert_term – parent & child problem
- Hook to process a new taxonomy tag before it is created?
- Multiple users – only allow them to manage their own terms for custom taxonomy when logged in
- wp_options table value
- Custom Taxonomy Only Showing Top Level Terms in Admin?
- Is it possible to get a Previous/Next Taxonomy term archive URL?
- How to get the parent’s taxonomy?
- 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
- Create Child Taxonomies
- Remove pagination from WooCommerce product categories on admin edit navigation menus
- Query Posts by taxonomy/Taxonomy Child Custom order
- Current category link filter
- display taxonomy slug from term ID
- Make a taxonomy column sortable in the admin?
- Redirect all child taxonomy to its parent
- How to display custom taxonomy images on index.php?
- How do I taxonomy terms based on terms they are used alongside?
- get_term and get_term_by return null or false, even though term exists
- How can I populate a select element with terms from a custom taxonomy and filter post results?
- How do I list the pages of a custom taxonomy?
- quey posts from different categories with taxonomy
- Get number of post who belongs in two taxonomies!
- How to create pagination for custom taxonomy in WordPress
- Why does a new taxonomy term get created when I assign an existing term to a post?
- Taxonomy Pagination Rewrite
- Add Image Uploader In Admin Panel
- Tell the difference between a term and page when they have the same ID
- WordPress thinks my custom taxonomy pages are search pages #seo
- How to use multiple archive templates for a taxonomy?
- Adding custom taxonomy in my existing category URL
- Custom Taxonomy Query
- Proper way to update the slug of a taxonomy using register_taxonomy? [duplicate]
- Displaying Custom Taxonomy without a hyperlink
- My custom taxonomy page is leading in 404 page
- Show template part if part of term
- Corrupted nav-menu?
- Remove taxonomy widget from “PAGE” post
- List Top 5 taxonomy terms based on number of post
- Get list of taxonomies associated with users
- Register `product_cat` taxonomy for default post post type
- Taxonomy.php how to show post only in current taxonomy with wp_query?
- Don’t display taxonomy if empty
- Insert taxonomy slug into loop class
- Using Custom Taxonomies to organise products – struggling to call a correct list
- Use wp_list_categories to list parent categories from actual term
- Include get_term_link inside search
- Trash Bin for Categories?
- display taxonomy terms with link
- How to add a dynamic dropdown derived from custom taxonomy
- Custom field with terms from another taxonomy programmatically
- Taxonomies and subtaxonomies relations
- Retrieve the child terms by having the parent’s information
- How to create a non removable taxonomy term?
- Can I get thumbnail of taxonomy?
- How to show category list in WordPress
- transfer two existing taxonomy terms into one custom metabox
- How can I rewrite a custom taxonomy archive slug
- How to add all existing Custom Taxonomy to Admin Menu Creations Interface?
- Why get_terms() behaves strangely when being called in admin (for use in meta box)?
- Templates files for custom post type with custom tags
- Display taxonomy posts
- Creating a Taxonomy Page [duplicate]
- Add image to taxonomy and output to homepage
- Looking for suggestions on creating simple database (Help!!)
- Extra fields on categories that is available via the WP-API?
- Child Pages and Custom Taxonomies
- Custom taxonomy – query returns an error
- Pagination with custom query (not using posts)
- How to perform a search inside a specific taxonomy category
- Sorting Custom Taxonomy in ASC/DESC order?
- How can i set post_per_page in my taxonamy?
- Exclude 2 in 3 terms of A Taxonomy from all Archives
- Get Posts with matching lowest taxonomies
- Loop custom post type by taxonomy (Category)
- Can you orderby slug in a taxonomy archive page using WP_Query?
- See the process of creating a taxonomy and tell me where I made a mistake
- Insert taxonomy term to different table
- Remove Tag Cloud Words from Custom Taxonomy
- How to add/enqueue Custom CSS for a custom taxonomy page?
- wp_get_object_terms count on taxonomies within an category archive
- Add custom display condition to Elementor Theme Builder for custom taxonomy children, grandchildren, and great-grandchildren
- Add text in custom taxonomy
- How do I check if a post has a term with a particular ancestor/parent?