How do you remove links from tags and titles on post page?
-
Hi, I’d just like to know how to remove links from tags and post titles when they’re being show on the post page. I dont want to direct the user to another page if they’ve clicked on a tag, I just want it to be a static word.
The default string to echo the tags looks like this:
<?php echo apply_atomic_shortcode( 'byline_category', '<div class="post-cat">' . __( ' [entry-terms taxonomy="category"]', 'hatch' ) . '</div>' ); ?>
- The topic ‘How do you remove links from tags and titles on post page?’ is closed to new replies.