Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created August 7, 2014 13:37
Show Gist options
  • Select an option

  • Save richtabor/cf678a46f4f2858cc1ea to your computer and use it in GitHub Desktop.

Select an option

Save richtabor/cf678a46f4f2858cc1ea to your computer and use it in GitHub Desktop.
<?php $terms = get_the_terms( $post->ID, 'portfolio_category' ); ?>
<?php if ( $terms && ! is_wp_error( $terms ) ) : ?>
<li><?php the_terms($post->ID, 'portfolio_category', '', ', ', ''); ?></li>
<?php endif;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment