To exclude parent categories from your term list, you can just pass over them after you have retrieved your term list with get_terms
Example:
<?php
$args = array(
'orderby' => 'name',
);
$terms = get_terms( 'mytaxname', $args );
if ( !empty( $terms ) && !is_wp_error( $terms ) ){
foreach ( $terms as $term ) {
if( 0 == $term->parent )
continue;
echo '<a href="' . get_category_link( $term ) . '">' . $term->name . '</a><br/>';
}
}
?>
Related Posts:
- Get all categories and posts in those categories
- How to display non-hierarchical taxonomy as terms with checkboxes?
- Combine two taxonomies in a hierarchical tree
- Get current category details the user is currently on in category.php
- Get the number of posts in a named category, outside the loop
- Test if post has a category
- Make parent categories not selectable
- I want to order categories based upon the latest post time
- Highlight current category in wp_list_categories
- How to find all posts without category and assign the “Uncategorized”?
- How to Override default update_count_callback for category
- WordPress previous_post_link exclude posts with multiple categories
- Is it possible to put tags and category information in the post as text?
- Let visitors post comments on category page
- category_description() shows raw html after version 3.x?
- Is it possible to post with Word 2007 via XML-RPC and limit categories by user?
- how to get the categories for a single post in a hierarchical way
- Make parent category not selectable when it has child categories
- Getting categories id for all products in cart
- Can I use get_adjacent_post for specific categories?
- How to Filter categories in the permalink structure
- Accessing WordPress MySQL Database via Data Connection in Visual Studio 2010 using C#
- Is there a cleaner way to get post count for a category in category.php?
- products nested by subcategories in a current category archive
- get_the_category() always returns empty array
- Show archives by year from just one category
- Post count for category and tag
- Get current_parent_category in a loop or Cat ancestor- big problem
- Show number of articles in menu
- Combining post categories and link categories?
- Is having thousands of unique categories a concern?
- How to prevent parent being choosen in wp_dropdown_categories
- Remove product category placeholder image (Woocomerce)
- Customize WordPress widget – Product Category
- Display categories with child category separated by letter
- How to make the link to the category for a post go to corresponding page number in archive?
- How to build a simple nav system of custom post type categories and its posts?
- Style category link depending on category ID
- How to insert category list into post creation page, and retrieve chosen categories?
- Shortcode interpreted as text
- Output category color option to each li item
- scaleability of tags
- Grouping post-types in loop
- Having problems with paging
- How do I add a tag slug to a category URL to filter posts?
- So my theme doesn’t have a category.php file
- Dropdown menu for subcategories
- Custom page category taxonomy 404
- Template hierarchy: how to let category.php conditionally-load archive.php?
- Adding custom ID field to the categories
- Getting Category Children
- Child Category Conditional Question
- why category__and and category__in wont work togather?
- wp_dropdown_categories initial value
- Advanced permalinks structure
- Subcategory Page URL to Display Only Posts from that Subcategory?
- Setting the Primary Category for a Post Based on Context
- Show the number of the post
- How can I display image child category in parent
- Allow Custom Role to edit a custom post type category
- Limit categories to hierarchal depth of 2
- Custom Taxonomy Isotope Grid – Filter Buttons Not Working
- Shop Category Pages missing s
- ADD DYNAMIC attribute for category to accordion
- How to prevent tag “iframe” from being deleted from the heading description of rubric?
- Unable to add multiple categories to a post in WordPress
- How to display custom fields as table in Woocommerce
- make color of headline depend on category?
- Menu with category 2 category combined
- Some subcategories not working on custom portfolio sort
- How can I make a category function as a page?
- Link For Portfolio Categories
- Displaying Category in sidebar post widget but not in the loop on home
- Create duplicate category page with content variations
- Renaming default category taxonomy?
- Profiling user with categories
- Media Categories as Classes on WordPress Gallery Shortcode
- Category names dependent on each other?
- Hide category name in URL
- Category Template for Custom Post Type
- Loop Through Categories in Custom Field
- Backend – Categories and Menus conflicts
- get categories the post was in and just been removed from
- Loop through posts of CatA and store value of CatB in separate array
- Highlight posts that belong to current sub category
- How to add an empty entry to masonry?
- How to enable admins/editors to set a featured image for specific category?
- Problem with single posts not showing correct category sidebar
- Multiple Categories under one URL, where ‘Front Page’ is used already
- finding out the top 5 source ( source is a custom taxonomy ), in a given category
- How to display many photo albums related to category
- Modify functions.php to add a term ‘uses-theme’ set to theme name on post save
- Having Trouble With get_category_by_slug In a Custom Function
- WordPress category gives 404 after moving to a different domain
- Create custom Perma link
- How to load/include category templates based on conditionals?
- Why does WordPress append a bullet to my category tag?
- how to implement next/prev within category archive?
- Add product category to post_class
- Moving Blog and Changing URL