Try using these codes:
if( isset( $sub_category ) ){
echo '<b>more items in: </b>' . $sub_category->name;
$args = array(
'cat' => $sub_category->term_id,
'post__not_in' => array( get_the_ID() )
);
$relatedpostsinsubcategory = new WP_Query( $args );
if( $relatedpostsinsubcategory->have_posts() ){
while( $relatedpostsinsubcategory->have_posts() ){
$relatedpostsinsubcategory->the_post();
?>
<a href="https://wordpress.stackexchange.com/questions/324478/<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
<?php
}
wp_reset_postdata();
}
}
You can find more information about getting subcategories and related posts here.
Related Posts:
- Is There a Difference Between Taxonomies and Categories?
- WooCommerce: List All Categories
- Get rid of WordPress category, tag and author archives?
- How can I hide a category from Contributors in the edit/add new post screen?
- Filtering categories in the permalink structure
- Category page doesn’t use category.php, instead it redirects to homepage
- Multiple post categories – single permalink
- Wrap Post count in a span
- wp_nav_menu not appearing for a couple pages
- How to get category id of current post?
- Create product category and keyword search form in woocommerce? [closed]
- Trash bin for categories
- Display one category in one page
- How to get next previous category in same taxonomy?
- Exclude most recent posts from specific category in wp_query()
- Display all posts with same title
- Show children of top level category only
- is_archive() content being shown instead of is_category()
- Check is category parent or not from its ID
- wp_list_categories to show list of categories and the description
- How to display a description of a given category from a custom taxonomy
- Add custom taxonomy under the category title
- Retrieve all posts within tag OR category?
- How to modify category.php to list posts alphabetically?
- Include template before a loop
- How to customize tag and category post listings to show introductory content?
- Include posts from feature category in pre_get_posts
- ACF: Display category name using taxonomy field
- Highlight wp_nav_menu when category is selected
- query order by category
- How to make 2 tag feeds show up on 1 page?
- Shortcodes not working in category or tag description
- Best way of getting WooCommerce category path
- Display the last post by each category?
- Post in multiple categories
- Order categories by name or view count
- How to assign posts without any category to the default category
- Access current post parent and sub category
- Give a page priority over a category that has the same name?
- Filter $cpt categories to omit certain category
- How to rewrite the post URL according to the category?
- Sticky post for each category on category pages [duplicate]
- ajax for filtering posts by category in wordpress loops
- Create category post shortcode
- Question on using custom structures for categories
- How to add orderby parameter for sorting on category.php
- delete category name in the pages
- Wrong category nice name is displayed on archive page
- Tags Instead of Category
- Cannot filter categories by parent category
- Redirect year month day postname permalink structure to category postname structure
- Show all sub categories?
- Remove category link
- javascripts files not linking to my category slugs?
- Generating a feed of all but one category of posts
- Displaying another main nav menu for specific category
- Exclude categories from list (wp_list_categories)
- Pretty URLs with Categories and Tags
- Select posts that match multiple category names, must match all categories listed
- How can i display category title over thumbnail?
- How to display the 5 latest post titles but allow only 1 in there of a specific category
- How to add categories using mysql
- Posts made to category don’t show up (do show up on frontpage)
- How to use category slug with a regular page
- Display all categories but only if they have posts in them that have a specific tag assigned
- How to fix select filter on category
- wp_dropdown_categories() works correctly but the list is not filtered in admin for custom post type. What is the problem?
- Add $args to wp_list_categories
- Show audio player only in specific post type category
- Check with Jquery if second level checkbox from categories are checked
- display current portfolio categories from a specific parent
- Regarding Tags And Categories
- How to show entries related to main category
- selecting categories that have products with tag/category
- Restrict retrieved terms by category?
- How to get WooCommerce Product Categories and its children’s children?
- Get category from slug list
- Media Library Category Exclude Tree
- When category name and title are the same … WP will select archive.php instead of single.php
- Re-coding category-template.php to go to custom URL
- Category removal – Portfolio Category:
- How to display child-category PAGES on a category page
- How get all media from a posts category by db?
- Cant get unique_array() work on get_the_category() foreach loop
- Show One Level Category id
- get_categories returns top-level categories instead of child categories
- Show posts from all categories
- Catch 404 after changing permalink structure from /%postname%/ to /%category%/%postname%/
- Custom filters inside a specific category?
- how to Specifies an author / editor to edit one category only?
- Show one same template for two category
- My Query is getting the wrong data
- Formating content in category.php
- How to use Greek characters/letters in a query?
- Getting categories to change appropriately when using $cat = ‘ ‘;
- Display post content from category name using ajax
- why is the delete option missing from just one category?
- How to display the category featured images [closed]
- Echo Category In Loop
- Get all categories