• I’m trying to remove tags from my pinboard theme site.

    Based on a forum post I entered this in the custom CSS, but it didn’t work.

    .tags
    {
    display: none;
    }

    On two other forums I found people saying to edit the index.php and remove this line.

    <?php the_tags( ‘<p>Tags: ‘, ‘, ‘, ‘</p>’);

    When I go to my index.php I not only don’t see that line, I don’t see anything with the word “tags” at all.

    I also looked for a plugin to do this and came up empty.

    Can someone please help me???

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to hide tags from posts’ is closed to new replies.