• I’m using this code to pull a list of custom taxonomy terms for each post:

    <?php echo get_the_term_list( $post->ID, ‘Industries’, ‘<p>’, ‘, ‘, ‘</p>’ ); ?>

    I would like to strip out the links so that none of these terms are clickable. Is it possible?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘List custom taxonomy terms without links’ is closed to new replies.