I suggest starting your query by first only passing the post_type and posts_per_page arguments. This will let you know if you’re getting the right entries and if so then begin to use your filters (orderby, order, etc).
Related Posts:
- Allow user to set custom order to a list of custom taxonomies?
- How to order taxonomy terms by most recent post?
- Get Posts by Custom Post Type ,Taxonomy, and Term
- Get The Post Type A Taxonomy Is Attached To
- Display current taxonomy term when inside custom post type
- Get term slug of current post
- How to limit the number of terms (terms acts like categories)
- Select All in Parent Category, Group by Child Category?
- How do I list custom taxonomy terms without the links?
- Get terms that contain posts that in turn belong to other terms?
- wp_insert_term doesn’t work with custom post type’s taxonomy
- wp_get_object_terms(): count relative to passed IDs?
- Custom Post Type Archive Template
- Order posts by (hierarchical custom) taxonomy terms and term children
- Maintaining strict one-to-one association between terms and custom posts
- If on term-page -> get the current term?
- Taxonomy list. Order by a specific custom post type count
- Get list of terms of current taxonomy archive for another taxonomy
- Get all taxonomies for all post types
- Dynamically create/remove terms in taxonomy when custom post type is published/trashed
- How do I provide a “show all posts” link in a paginated term archive?
- How to filter the taxonomy terms based on another taxonomy term
- Set object terms not working on plugin activation
- How to output wordpress custom tags separated by comma?
- get_the_terms return only last term
- Does WordPress limit the length of slug names for Post Meta or Terms?
- get_post_meta returns empty array for terms
- Custom Post Type Archive Page Filtering
- Filtering WP_Query Dynamically on the Front-End
- Why get_posts() not returning only selected category posts from Custom Post Type?
- Adding a custom post type taxonomy template in plugin
- Get posts by querying taxonomy and certain terms of the taxonomy?
- How to restrict users and admin from creating new taxonomy terms?
- How can I make a custom post type sticky?
- List taxonomy terms for post as checkboxes
- Post count by month of taxonmy term
- limit value taxonomy based on previous taxonomy value wordpress
- Metabox not show in categories custom post type cmb2
- How do I display the taxonomy for a custom post type in an array
- Display Custom Taxonomy Alphabetically
- Custom while loop for hierarchical display of a taxonomy
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- How to change permalink to include custom post type
- Display taxonomy terms, child terms and posts in a template
- Use custom walker to add taxonomy terms to main nav menu
- Add term to custom post type on draft
- Listing all term items alphabetically / sorting loop
- How to get WordPress term attached to the Post?
- Custom Post Archive is not working
- Show all tags on custom post type
- Get parent category id from child category page for custom taxonomy
- How to get only child terms from a custom taxonomy of current post type?
- Custom Post Types Archives and Single Pages not showing custom taxonomy data
- Get terms of a post but only if they’re also the child of a specific term
- Get taxonomy term by slug in post on archive page
- How to display custom taxonomy term meta on custom post type
- Getting only one post per category
- Get the link of the first post of a custom taxonomy in a custom taxonomy list
- Commas not displaying in implode
- does wp_insert_term link the term to a certain post ID?
- Grab all Custom Posts by multiple taxonomies and terms
- Retrieve Custom Taxonomies with Description and Slug
- How to list posts by term (custom taxonomy)
- Using get_terms() to list terms from one custom taxonomy AND from one specific built-in category
- Query for specific taxonomy that executes a particular loop depending on volume of posts?
- Order posts by taxonomy terms
- How to display custom taxonomy term specific post?
- How to list posts by terms
- How to associate custom taxonomy terms with custom post type?
- get_queried_object not work in taxonomy page
- Change the term based on the value of a $variable using wp_update_post in submitting a form
- get_the_terms child terms for current post/custom post only
- Dropwdown: Get taxonomy terms from posts that share preselected terms from 3 other taxonomies
- CPT UI: Connect a custom post type to a custom post type
- Custom Post Type / Taxonomy / Term – what template to use to avoid 404-page?
- Pages of my taxonomy terms are showing all posts
- Display title of all custom posts from same taxonomy term on a custom post template
- wordpress does not see the correct custom taxonomy hierarchy
- How to show terms used only for particular custom post type. Filter creation perpose
- Get category list & taxonomy list from different post type using post id?
- How to get all posts related to a taxonomy?
- Create Inclusions and exclusions
- Custom taxonomy- only output relevant terms
- What’s the most efficient way to get two queries based on an if statement?
- WordPress add taxonomies/terms list as a menu in archive page
- Decrement term in for each
- Hide Custom Taxonomy title if not associated with another Custom Taxomony
- How to pass taxonomy terms to WP_Query along with $args?
- Custom Post Status & Taxonomies
- Prevent repetitive terms in get_the_term_list
- Get term_id for each instance of custom taxonomy
- List a custom taxonomy’s terms, with links, on the taxonomy page
- Plugins for putting Custom Post Types into the Menu
- install.php Custom Taxonomy Term not being added to custom post
- show 10 most recent custom post types excluding the one(s) from specific custom taxonomy
- How to Get The Taxonomy Term in Custom Post Type Loop Inside a Wp Query
- How to manage a bookstore
- Get all terms assigned to a post from different taxonomies
- Get term link of shared taxonomy between multiple post types
- How to use wp_set_object_terms depending on page ID?