> ID, 'portfolio-category' ); foreach ( $terms as $term ) { $term_link = get_term_link( $term, 'portfolio-category' ); if ( is_wp_error( $term_link ) ) { continue; } else { echo '' . $term->name . ''; } } ?>