Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi _SSS

    This code will display all parent categories separated by “»”, like this:
    Internet » Blogging » WordPress

    <?php echo get_category_parents( $cat, true, ' &raquo; ' ); ?>

    (From the Codex)

    Is this what you mean?

    Kindly explain us that do you want to Merge those categories or you want to make breadcrumbs like on this site [moderated] . Kindly clear this what you want @_sss

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get the parent category on click of child category’ is closed to new replies.