You need to specify the post type in argument and need to use the taxonomy tag properly. You can try the following args variable.
$args = array(
'posts_per_page' => 10,
'post_type' => 'series', //Specify the post type here
'paged' => $paged,
'tax_query' => array(
array(
'taxonomy' => '', //specify the taxonomy name
'field' => 'slug',
'terms' => '', //Specify the slug of what you want from the taxonomy
'operator' => 'IN',
)
)
'orderby' => 'ID',
'order' => 'DESC'
);
Related Posts:
- Custom archive page for custom taxonomy and pagination issue
- Custom post type paging return home page
- Pagination throws 404 error on custom taxonomy archive pages
- Custom Post Type Pagination Not Working On Archive Page
- Custom Post Type Archive Page: Set Posts Per Page, Paginate
- Archive page…limiting posts per page
- Pagination go to first page if i’m on last post
- Posts in Multiple Columns and Rows with one single loop
- Pagination throws 404
- Order custom posts by taxonomy?
- List all posts in Custom Post Type but group dynamically by Custom Taxonomies
- Taxonomy posts on Archive page
- custom post type paging not working past page 3
- How to display the rest of categories on Portfolio filterable
- ‘category__and’ for custom taxonomy?
- Separate Posts and Custom Post Type in Custom Taxonomy archive template
- Custom Post Type Pagination & duplicate posts
- Order WordPress Custom Taxonomy Pages & Pagination Not Working
- Repeating posts when paginating random posts
- Normal pages as children of my Custom Post Type
- Only show posts from a certain category?
- How i can add ‘N’ page of ‘N’ pages under posts loop?
- get_attached_media() on author page not working
- Pagination for Custom Taxonomy Page [duplicate]
- Custom loop with multiple taxonomy queries
- Custom post type multiple loop by taxonomy term
- List custom taxonomy specific to one custom post type
- Paging doesn’t work?
- Custom taxonomy rewrite give pagination 404
- Displaying CPT and custom taxonomy side by side in Bootstrap 4 component
- Group CPT posts by custom taxonomy
- What’s the WP way to load remaining custom posts?
- Display Custom Taxonomy Alphabetically
- Custom Theme With Custom Loops
- Custom Post Types strange pagination problem
- pagination not working for category.php (custom post types in categories)
- Only show posts with date of today or in the future (i.e don’t show past posts)?
- Custom post type pagination 404
- get_the_title() is returning results from previous loop
- Pagination Not Working for Custom Taxonomy with Custom Query – 404 Error
- Pagination Error : Duplicate argument being outputted
- Main query not querying any posts in custom taxonomy template
- Can’t use pagination with custom taxonomy
- Control content before and after custom post type loop
- previous_post_link in same taxonomy in custom post type
- Custom Post Type not showing in main loop
- My custom taxonomy is only displaying 1 of 3 terms
- How to list custom post types on a custom post type page?
- List all Custom Post Type posts excluding certain Taxnomy term
- Compare Two Custom Post Types Using The Same Custom Taxonomy
- Loop and add Specific Categories and Products Images
- Loop for custom-post-type comparing taxonomy terms for “related” posts?
- Custom Post Type, Pagination and 404s?
- Custom post type pagination error
- What is the most efficient way to execute recursive complex queries?
- 2 custom post type paging in 1 custom taxonomy
- How can I loop at a Specific Taxonomy from a custom post type?
- Get Posts List of Current Selected Custom Taxonomy in Shortcode
- custom taxonomy pagination 404 error
- How to display list of custom post taxonomy terms and their posts (if any)?
- Pagination Not Working When Used With WP_Query() `offset` Property
- Excluded Custom Taxonomy Term Posts Displaying in loop
- pagination problem listing custom post types of taxonomy in wordpress
- Some posts not displaying by taxonomy term
- How to display custom post type pagination buttons when processing AJAX request
- posts_per_page is not working by term
- Multiple Custom Post Type in Taxonomy Archive Causing White Screen
- Adding a Section for Visitors
- Show parent category and subcategory once in while loop
- List all posts associated under custom taxonomy
- How can I group by Taxonomy on Custom Post Type while filtering out based on custom Meta
- Pagination with a custom post type
- Loop to display parent categories in custom taxonomy
- Custom taxonomy template for custom fields loop [closed]
- I want to create pagination for my custom post type archive that i am displaying with loop
- How to show terms used only for particular custom post type. Filter creation perpose
- next_posts_link() always generates second page link on custom post type
- Show posts for current taxonomy
- 2 custom posts types, in their own columns, one pagination for both
- Custom post type with custom taxonomy permalinks
- Custom taxonomy in custom post type archive with pagination
- How to Fix Custom WordPress Loop with Pagination on Single Post View?
- Custom taxonomy page template
- Pagination on custom post types
- Loop with Custom Post Type and Taxonomies
- Pagination fault in custom post type archive page [duplicate]
- Loop multiple taxonomy in custom post
- Post data in separate divs with incrementing class using WP_Query
- WordPress Custom Post Type and sort by Tags
- Display posts from category in page
- Pagination for a Custom Taxonomy
- Pagination URL order
- Sorting custom post types by taxonomy (So close)
- Pagination not working with custom loop
- Pagination not working with custom loop
- Looping taxonomy in taxonomy?
- display custom post type from register taxonomy
- Get all active posts that are tied to a custom taxonomy for a custom post type
- the_post_navigation in single page with multiple taxonomies
- Query Multiple Post Types and Paginate Newly Created List