wordpress categories and display posts code example
Example: wordpress display post categories
<?php the_terms( $post->ID, 'topics', 'Topics: ', ', ', ' ' ); ?>
<?php the_terms( $post->ID, 'topics', 'Topics: ', ', ', ' ' ); ?>