[Resolved] Display Tag in “Tag archive”

Home Forums Support [Resolved] Display Tag in “Tag archive”

Home Forums Support Display Tag in “Tag archive”

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2357505
    Anonymous

    Hello GP-Team,

    I need help. My posts are in a “News” category. For example, tags (keywords) are “A”, “B”, “C” and so on.

    In the category archive, the tags are displayed – that’s fine. But in the archive of the tags, the tags should not be displayed – so “display: none”.

    What is the CSS code for this? Does somebody has any idea?

    Best regards

    Uwe

    #2358012
    Ying
    Staff
    Customer Support

    Hi Uwe,

    Try this CSS:

    body.archive.tag .entry-meta {
        display:none;
    }
    #2358032
    Anonymous

    Hello Ying,

    Thanks for the fast reply. It’s almost perfect – but then the “entry-meta” also has the date gone. However, only the “tag” should no longer be displayed. Do you have a variant ready?

    Thanks and Greetings from munich

    Uwe 🙂

    #2358091
    Ying
    Staff
    Customer Support

    Sorry, I overlooked it.

    Try change the CSS to this 🙂

    body.archive.tag .entry-meta .tags-links {
        display: none;
    }
    #2358383
    Anonymous

    Hi Ying,

    Thats´s it! Thank you so very much and have a nice day! 🙂

    #2359108
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.