Forums

Adding $separator to get_the_category. Is it possible? (3 posts)

  1. nipponese
    Member
    Posted 2 years ago #

    I wanted to use get_categories to show the post's cats, but I don't want links around the cats. Other people have suggested get_the_category, but I can't figure out a way to not echo the separating character on the last listed cat the way the $separator parameter acts in get_categories. Is it possible?

  2. Justin Tadlock
    Member
    Posted 2 years ago #

    <?php echo strip_tags( get_the_term_list( $post->ID, 'category', '', ', ', '' ) ); ?>
  3. nipponese
    Member
    Posted 2 years ago #

    Thank you!

Topic Closed

This topic has been closed to new replies.

About this Topic