Remove "This post has no tag"

  • foxhunter

    #7991

    How can I remove “This post has no tag” from all posts and blogroll/archive pages?

    Anonymous

    #40004

    Do you want to remove it… regardless of whether or not the post/page has tags?

    You can use this code (added to custom css), but it will remove the text string regardless of if the post/page has tags or not.

    .post-tags {
    display: none;
    }

    Anonymous

    #40005

    Graphene Options –> Display –> Posts Display Options –> Hide Post Tags .

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.