I want to show non clickable custom taxonomy
-
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 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘I want to show non clickable custom taxonomy’ is closed to new replies.