Viewing 4 replies - 1 through 4 (of 4 total)
  • If you are comfortable with editing wordpress files, you can go into your index.php on your server and simply remove this bit of code(it appears once in the middle of the page):

    <?php the_tags(‘Tags: ‘, ‘, ‘, ”); ?>

    You might need to do the same in archive.php and single.php.

    This will remove tags from the end of your posts.
    You will have to add this code back in later if you decide that you want tags to display(it might be a good idea to back up your files before editing anything).

    Thread Starter wann2119

    (@wann2119)

    Thanks! That did the trick! ??

    Cool, glad to help ??

    Nice tip

    Makes the site a lot more clean and easy to read

    mhoey
    https://www.mhoey

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Tags’ is closed to new replies.