Have you tried using include/exclude?
$taxonomy = 'game-type';...
$include="ANDROID ID IE: 1"
$args = array(...
include => $include
);
EDIT: vancoder is right: it should be…
$taxonomy = 'game-type';...
$child_of="ANDROID ID IE: 1"
$args = array(...
child_of => $child_of
);
Where $child_of is the ID of your subcategory.
Related Posts:
- How can I list all the categories under a Custom Post Type (taxonomy)?
- Custom Taxonomy Template Post List with Sort Order
- How to list all categories and tags in a page?
- Custom post type taxonomy template
- Show Post Count of a Category
- How to create new category for custom post type?
- Display all posts in main category and 1 subcategory
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- Limit amount of posts made within a custom taxonomy
- Hierarchy and access control for Custom Post Types (CPT)
- How to display products name in a non-alphabetical order, in a custom field (taxonomy)?
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- get_category_link() for custom post type does not include custom slug rewrite?
- Custom post types category
- How to display posttypes and taxonomy in standard posts, not in a separate label?
- How to show related posts of category on post within custom posttype
- Create custom post type categories
- Set a Default CPT taxonomy by taxonomy id
- How to manage a dynamic multi-level page hierearchy system?
- Categories manage
- Is it possible for post and custom post type to share a category base slug?
- Get the first post term
- Exclude a category from WP_Query
- Creating “static” taxonomies to choose from, inside custom post type?
- Custom taxonomy not showing up when adding a new custom post type
- How to filter custom post types by custom category taxonomy
- Create an archive page for custom taxonomies
- remove support for ‘Categories’ for a custom post type
- WordPress Search documentation: how to improve search query using taxonomy terms, custom meta fields?
- How can you make permalink work for custom post type and taxonomy?
- Filter get_categories() for taxonomy term in WordPress
- How to select one major category (or custom taxonomy) for a custom post type?
- front end radio custom taxonomy with custom post type
- Add Taxonomy Values Within a Custom Post Type RSS Feed
- Taxonomy-{taxnonomy}.php is not working
- Get list of terms of current taxonomy archive for another taxonomy
- Associate Taxonomies Across Post Types
- What is better: Custom Fields vs Custom Taxonomies with Terms for perfomance, scalability and better user experience
- Display Custom Category (taxonomy) Name in Custom Post Type
- Order WordPress Custom Taxonomy Pages & Pagination Not Working
- Relationship between two taxonomies and a custom post type [closed]
- Menu Multiple Taxonomies
- Custom page template for category taxonomy
- How to get the post type from a category id?
- Insert HTML inside link in a walker
- Set menu active state for custom posttype and category, given custom taxonomy term
- How to bulk copy custom fields between custom posts?
- Cannot add category or custom taxonomy from admin. WordPress site is hosted in Windows 16 server via IIS. No XAMPP or WAMP
- How to Filter custom post type by taxonomy?
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Hide parent categories when clicked, and show it’s childs
- How do I display the grand child items of a taxonomy term?
- Is it better to use WordPress Custom Post Types or Taxonomies?
- How to get custom posts sub category link
- WP the_posts() on single-cars.php get category link
- Custom post type’s extra fields – how to handle?
- Custom Taxonomy Is Being Pulled into a Page, But It Doesn’t Have A Hyperlink
- Querying two taxonomies with tax_query not woking
- Hide specific taxonomies from a taxonomy list using ‘get_object_taxonomies’
- Invalid Taxonomy
- Custom Post Types not queried in Custom Taxonomy archives or Native archives
- Include custom post type custom taxonomies in Categories widget
- Display a post from custom post type only if all the selected taxonomies and custom field value matches the record
- Changing CPT slug and taxonomy already registered in parent theme
- How to populate a Gravity Forms Custom Post Field (dropdown type) with custom taxonomy terms? [closed]
- Custom post type name and assigning custom taxonomy
- Copy/Move selected taxonomy terms to another taxonomy for posts
- Building a Portfolio and need some direction
- Custom Post Type Custom Archive Page Not Working
- Can’t pull posts of a Custom Post Type based on the custom taxonomy of the CPT
- Custom post type specific category box
- Making a form for user to add new custom post with custom taxonomies and custom fields
- Custom Taxonomy Taxonomies of Same Name point to first created URL
- Query Custom Post Type by Taxonomy
- How to set “section categories”?
- Custom taxonomy returns 404 even with saving permalinks
- Adding a Section for Visitors
- Automatic Set Category For A Custom Post Type
- how to create custom taxonomy drop downs for parents and child
- Add other all taxonomies as meta boxes to custom post type
- How to get post type archive category title
- Single taxonomy for different custom post types
- How to create groups like that in buddypress?
- What’s the most efficient way to get two queries based on an if statement?
- Filter Term By Parent Term – Custom Post Type
- Best approach to allow front-end display of posts’ reviewers?
- Custom Post Type and Taxonomies, creating the corresponding template file and loop the data
- Post Editor: display categories from current post type taxonomy only?
- List all posts from custom post type by taxonomy
- Archive templates based on taxonomies
- Trying to create hierarchy between 3-4 custom post types
- Customize category URL
- Advanced search form with filters for custom taxonomies and custom fields
- How to change order of custom post types. I want Featured post to come first
- show only one category posts in admin
- Get all active posts that are tied to a custom taxonomy for a custom post type
- How to add to taxonomies to a post type
- Filtering custom post types using category taxonomy