Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

I want to show non clickable custom taxonomy

$
0
0

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', '', ', ', ' ' );?>


Viewing all articles
Browse latest Browse all 59525

Trending Articles