WordPress.org

Forums

How to display a child category's title and description? (2 posts)

  1. displayname
    Member
    Posted 4 years ago #

    I have posts under child categories and I basically want to display the child category's title and description. I tried

    <h2><?php single_cat_title(''); ?></h2>
    <p> <?php echo category_description($category); ?> </p>

    but this displays the category title and description of the parent. How can I show the child category's title and description?

  2. displayname
    Member
    Posted 4 years ago #

    bump

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.