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 not working with custom loop
- Have different number of posts on first page
- wp_pagenavi() with custom wp_query()?
- Custom Post Type Pagination Not Working On Archive Page
- Archive page…limiting posts per page
- Pagination go to first page if i’m on last post
- Pagination throws 404
- Order custom posts by taxonomy?
- Conditional two level dropdown filter for custom post type
- Show all custom post type posts sorted by custom taxonomy then by another custom taxonomy
- Taxonomy posts on Archive page
- custom post type paging not working past page 3
- Custom Taxonomy archive returns 404
- Should unaltered default loop/query return a list of custom posts belonging to a custom taxonomy?
- 404 error PageNavi custom type taxonomy | wordpress
- Query for posts in 2 taxonomies
- Pagination with custom post types results in 404 issues
- Paginated Taxonomy Term Archive including one post per term
- Custom Post Type Pagination & duplicate posts
- How to dynamically build a multiple taxonomy query loop within a post type’s single loop?
- wp_query to find posts by year and month
- Custom Post Type Taxonomies -Posts not showing in Category or Tag pages
- Custom Post Type Loop within Shortcode
- get_template_part for each level of taxonomy term
- Repeating posts when paginating random posts
- Normal pages as children of my Custom Post Type
- Display CPT posts based on specific taxonomy
- WordPress Genesis custom taxonomy archive shows 3 repeats of each post
- Am unable to reset a query properly
- Get next and previous 3 posts in a term in single post page
- Loop custom taxonomy to get lists of cutom post types?
- Show a Category X’s custom post type on Category X archive page?
- How do I move/order posts with a tag to the end?
- Display all taxonomy terms, add class if term applies to current post
- Displaying CPT and custom taxonomy side by side in Bootstrap 4 component
- Group CPT posts by custom taxonomy
- Display Custom Taxonomy Alphabetically
- Custom Post Type Pagination Paginates Only in URL Structure
- Custom Theme With Custom Loops
- Custom Post Types strange pagination problem
- Listing all term items alphabetically / sorting loop
- Display related custom taxonomy posts in sidebar
- Only show posts with date of today or in the future (i.e don’t show past posts)?
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- Three Most Recent Posts, One Per Term
- looping though custom post types and only return results in a given taxonomy
- Dynamically insert code to custom post type loop
- Pull in taxonomy field of custom post type in new query
- display posts of custom post type with custom taxonomy
- Custom post type and custom taxonomy 404 on page 2
- Custom Post Type and Taxonomy Loop Output Is Wrong
- get_terms() parent, child and grandchild
- Taxonomy rewrite pagination 404
- Looping through custom taxonomy and display custom post types (Custom Post Type UI)
- Create a custom taxonomy template that loops through child categories in term order?
- Cant’ Display Custom Post Type Title Base on Tax Terms
- How do i display post from a taxonomy term?
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- Custom Post Type, Pagination and 404s?
- Multiple custom post type queries causing wrong post types to be grabbed in taxonomy + single templates?
- Query for specific taxonomy that executes a particular loop depending on volume of posts?
- Pagination not working in custom post type. Help
- Remove custom taxonamy slug with pagination
- Combine multiple separate lists into one
- WordPress custom post type taxonomy paging
- posts_per_page is not working by term
- % encoded URL giving 404 error in WordPress
- CPT: multiple loops with different terms
- Display title of all custom posts from same taxonomy term on a custom post template
- CPT/Taxonomy/Postname permalink structure makes pagination break
- Add active class to foundation 6 tabs while looping categories
- Pagination not working (page/2 retunring 404 page)
- 404 error next-page [2] PageNavi custom type taxonomy
- Custom post types not displaying per category
- Looping through custom taxonomy in one template
- WordPress query posts by custom post type not workng
- Pods pagination erases my sub menu
- Pagination in custom post type page template
- Custom post type archive pagination with HTML5Blank theme?
- Paginate custom taxonomy category with wp_custom_pagination
- Order by custom field attribute
- Display Custom Taxonomy of custom post type
- Pagination not working with custom loop
- how to limit query_post to first page?
- Sorting custom post types by taxonomy (So close)
- Pagination not working with custom loop
- Listing custom post type items from a couple of custom taxonomies
- Pagination not working with custom loop
- Loop through multiple custom taxonomy terms and display posts for a custom post type
- Fourth page of custom post type archive page does not exist
- Catergory args causing loop not to show
- See the process of creating a taxonomy and tell me where I made a mistake
- Unable to display paging navigation with a custom post type loop
- WPNavi pagination links not working on custom pages
- Complex Custom Loop with Includes
- Create a WordPress loop that shows posts from a custom post type + filters the posts by taxonomies while hiding empty taxonomies
- Add Custom Taxonomy Terms as CSS Classes for CPT Posts in an Elementor Loop Item Template