Archived topic
Display Tag in "Tag archive"
5 replies · Started by Former User on September 29, 2022
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
Hi Uwe,
Try this CSS:
body.archive.tag .entry-meta {
display:none;
}
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 :-)
Sorry, I overlooked it.
Try change the CSS to this :)
body.archive.tag .entry-meta .tags-links {
display: none;
}
Hi Ying,
Thats´s it! Thank you so very much and have a nice day! :-)
No problem :)