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?
- How to get all taxonomies of a post type?
- How to Add Custom Fields to a Custom Post Type?
- How to change permalink structure for custom post type and it’s taxonomies?
- Get the first post term
- Creating “static” taxonomies to choose from, inside custom post type?
- How to build a complex page structure
- How do I list custom taxonomy terms without the links?
- How to list custom taxonomy categories?
- clients list using wordpress
- Is there a way to use regular categories with custom post types?
- How to do a custom bookmarks 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 do I list terms of a custom taxonomy at i.e. domain.com/brands/
- Taxonomy-{taxnonomy}.php is not working
- Taxonomy list. Order by a specific custom post type count
- Get list of terms of current taxonomy archive for another taxonomy
- What is better: Custom Fields vs Custom Taxonomies with Terms for perfomance, scalability and better user experience
- How to add custom fields to admin UI and REST API response?
- Menu Multiple Taxonomies
- Get categories and descriptions from custom post type
- Combining custom post type and post category
- How to make a custom taxonomy selectable in post publish area?
- Problem with custom post types, taxonomy and permalinks
- Custom page template for category taxonomy
- How to show CPTs in term archive
- How to change post featured image using a custom field of category?
- How do I get array of types associated with a taxonomy?
- Show category ID on custom post type
- How can I auto-assign a CPT post to category in a custom taxonomy when published?
- wp_get_post_terms on custom post type with custom taxonomies returning an empty array
- get_category_parents for custom post type taxonomy
- Is it possible to have dedicated page for parent/child taxonomy?
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- limit value taxonomy based on previous taxonomy value wordpress
- List of Posts and Categories
- Taxonomy in URL
- How to Set Taxonomy Object Description?
- Variable not working in WP_Query
- Why does my taxonomy have a category style div id?
- Custom Taxonomy Search result page
- Custom taxonomy template list not working (404)
- Use the custom post type archive for taxonomies?
- Custom Post Type Categories URL not displaying posts
- Taxonomy template page not working
- Get posts by category name
- List child categories from parent category on custom taxonomy page
- Custom post type category permalinks and archive pages
- Get post-meta value of all custom-posts – lowest to highest year-count?
- Confusion about how to use Custom Post Types, Custom Taxonomy or Category?
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- Can’t Get Parent and Child Categories of Custom Taxonomy to Display
- add_filter get array data before display in custom post_type
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- How to display custom taxonomy term specific post?
- Define multiple prefixes for custom post type
- wp_insert_post deleting previous post custom meta
- Taxonomies are not showing in the category dropdown
- Change custom post taxonomy values from front-end
- How to transfer categories (default) to custom taxonomy?
- Custom Taxonomy – fields
- Pages of my taxonomy terms are showing all posts
- Reuse the “category” slug for a custom post type
- Create Inclusions and exclusions
- Custom post types not displaying per category
- Dropdown switching subcategories portfolio
- How to create TEMPLATES for TAXONOMIES? What I have to change in this code?
- predefined custom field on registration page
- Displaying taxonomy icon outside archive page
- Show Custom Post Type taxonomy term that matches custom field
- Query Distinct Taxonomies of Custom Post Type
- Show taxonomies from specific CPT
- Category / Custom Post Type permalink issue
- See the process of creating a taxonomy and tell me where I made a mistake
- How to add to taxonomies to a post type
- Filtering custom post types using category taxonomy