for sub-pages of current page
check wp_list_pages()
<?php
$page_id = get_the_ID();
wp_list_pages( array( 'child_of'=>$page_id ) );
?>
and for sub-categories of the parent category check wp_list_categories()
<?php
$cat_id = get_query_var('cat');
if( !empty($cat_id) ) {
wp_list_categories( array( 'child_of'=> $cat_id ) );
}
?>
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 Default Post Category From Settings
- Get the number of posts in a named category, outside the loop
- Test if post has a category
- Display list of Sub-Categories and the posts they contain, within one main Category
- Create subdomains for tags and categories
- Categories – create a new separate set right after the default?
- 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
- How to select product category while adding new product in woocommerce? [closed]
- WordPress previous_post_link exclude posts with multiple categories
- Is it possible to put tags and category information in the post as text?
- How do I count how many top level categories there are?
- display most popular tags of category?
- Exclude category from loop not working
- 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
- Want to hide some categories from the categories meta box in the post editor for the two specific user roles
- Getting categories id for all products in cart
- What’s the Simplest Way to Override/Rewrite the %category% Permalink Structure Tag?
- Show Different Custom Menu on Different Category Pages
- How to Filter categories in the permalink structure
- Is there a cleaner way to get post count for a category in category.php?
- Show archives by year from just one category
- Post count for category and tag
- How to get the id from the custom category?
- Combining post categories and link categories?
- Category being displayed without base parmalink
- wordpress sub-category ( lowercase letters + non-latin characters ) = 404
- WP didn’t redirect to canonical category URL
- Customize WordPress widget – Product Category
- Display categories with child category separated by letter
- WP admin broken. Not saving catgories or adding categories to menu
- 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?
- Set colors depending on category
- get_terms function not returning anything
- Shortcode interpreted as text
- Getting All Post From Specific category in wpdb
- scaleability of tags
- Jigoshop – only displaying 10 products
- Is there a way to only show Custom Meta Data on single posts from certain catagories
- Grouping post-types in loop
- Having problems with paging
- display a widget on specific category and its sub categories
- So my theme doesn’t have a category.php file
- Custom page category taxonomy 404
- Template hierarchy: how to let category.php conditionally-load archive.php?
- How to hide category
- Getting Category Children
- Child Category Conditional Question
- Break down output of wp_list_categories
- Get the ID of the current post’s child category
- get category name in admin screen
- PHP dynamical conditional post display
- wp_dropdown_categories initial value
- Advanced permalinks structure
- Displaying categories in different template problem
- Subcategory Page URL to Display Only Posts from that Subcategory?
- How can I display image child category in parent
- 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
- Get_term_meta() does not work with pre_get_posts()
- 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?
- How can I exclude a particular category from my WordPress Page 1 and Page 2?
- Menu with category 2 category combined
- Some subcategories not working on custom portfolio sort
- Link For Portfolio Categories
- Displaying Category in sidebar post widget but not in the loop on home
- Create duplicate category page with content variations
- Media Categories as Classes on WordPress Gallery Shortcode
- show posts found in multiple categories via category_name query string?
- Category Template for Custom Post Type
- Loop Through Categories in Custom Field
- 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
- Display last postings of 5 categories on homepage
- How to enable admins/editors to set a featured image for specific category?
- Category that can hold only specific number of post
- How to add the sidebar in all category page
- 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
- Having Trouble With get_category_by_slug In a Custom Function
- WordPress category gives 404 after moving to a different domain
- 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?
- sub-category showing up in wrong order in breadcrumbs
- Hierarchical outline of posts