<?php $postid = get_the_ID(); $sp_terms = get_the_terms( $postid, 'Speaker-Category' ); ?> <?php foreach( $sp_terms as $sp_term ): ?><?php echo $sp_term->slug; ?> <?php endforeach; ?>
<?php $postid = get_the_ID(); $sp_terms = get_the_terms( $postid, 'Speaker-Category' ); ?> <?php foreach( $sp_terms as $sp_term ): ?><?php echo $sp_term->slug; ?> <?php endforeach; ?>