Replies: 0
I have a custom taxonomy with the name department. Now I want to show it on front end, but is shows as clickable to its archive page. I want to show it is a simple text. the code I am using is given below:
<? the_terms( $post->ID, 'department', '', ', ', ' ' );?>