Viewing 3 replies - 1 through 3 (of 3 total)
  • If you were using the WordPress Default theme, you would edit wp-content/themes/default/index.php and delete the reference to the Template Tag, the tags().

    Example code to delete:

    <?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ','multiple') ?>

    That would delete both tags and categories from displaying with each post.

    Thread Starter kojakfull

    (@kojakfull)

    Hi if i remove this code <?php the_tags('Tags: ', ', ', '<br />'); ?> then the tags will not appear in my blogpost. I just wanted to remove the link code on tags…

    Then the get_the_tags article in Codex has just the example for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where can i remove the link of my tags?’ is closed to new replies.