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:
- Category display using conditions
- 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?
- Query Multiple Taxominies Across Multiple Post type’s
- Should I use custom taxonomy or custom post type
- Set menu active state for custom posttype and category, given custom taxonomy term
- 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?
- wp_set_object_terms() not adding new term to custom post and custom taxonomy
- Custom Post Type Archive Page Filtering
- How to bulk copy custom fields between custom posts?
- 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
- Retrieve value of a category’s custom field
- Posts from all the categories are being displayed instead of particular category
- wp_query check if integer exists in custom field’s array
- Custom Taxonomies not appearing in Admin
- Conditional Statement custom post type category
- Custom Post Type With Categories
- Custom Post Type Taxonomy Filters
- Categories sorting
- Allow user to set custom order to a list of custom taxonomies?
- get_category_parents for custom post type taxonomy
- search also in taxonomy, tags and custom fields
- wp_list_categories() – current-cat class also inside posts?
- Custom Taxonomy back-end customizations
- Show a Category X’s custom post type on Category X archive page?
- How do I associate a custom post type with another through a taxonomy or storing an ID in a custom field?
- Taxonomy custom post type URL
- 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?
- 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?
- Hide parent categories when clicked, and show it’s childs
- Get related posts of child term of custom post type
- Show custom post type relationships by taxonomy
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- Filter CPT posts by one or more categories
- Getting categories of posts under a custom taxonomy
- Can’t remove front from permalinks for custom taxonomy category page
- list taxonomies from a custom post type
- Display a grid of taxonomy terms at root taxonomy page
- limit value taxonomy based on previous taxonomy value wordpress
- Dynamic dropdown select values depending on other custom field value
- How do I display the taxonomy for a custom post type in an array
- How to conditionally redirect to the post from a taxonomy page?
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- How do I display the grand child items of a taxonomy term?
- How to edit this code to get the categories in achieve page?
- Taxonomies relations
- Is it better to use WordPress Custom Post Types or Taxonomies?
- Full Custom Post Type List Organised by two Taxonomies
- WordPress Doesn’t Generate Taxonomy Archive
- Suggested Post and Taxonomy structure
- Best method to make posts searchable, sortable and filterable – custom field, tag or category?
- First custom field value (out of several) displayed twice after query
- Custom post with more than one custom taxonomy
- How to get custom posts sub category link
- Get the taxonomy of a post hierarchically
- Cross reference custom post types
- Adding custom taxonomy in same menu place with two custom post types
- How to make custom taxonomy into drop down select in a custom metabox
- How to get list of taxonomy slugs ordered parents>childs?
- browse by category and tags?
- I am trying to hide a custom post type category to logged in users with Pre_Get_Posts
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- How do I share categories across multiple post types?
- Multiple tag cloud filtering
- List of Posts and Categories
- Get url.com/post_type/taxonomy/term work!
- Taxonomy in URL
- Show fields based on taxonomy selection in editor
- Permalinks: custom structure for taxonomy – tags?
- Different Category system needed for the Custom Post Type
- Redirect to another page using contact form 7? [closed]
- WP the_posts() on single-cars.php get category link
- How to Set Taxonomy Object Description?