link to this as an example of possible please
Thread Starter
OSCOWP
(@oscowordpress1)
of course!
https://www.cochespias.net/GENERAL/topic/2020-volkswagen-id-4/page/6/
Basically I dont want to show the tags for each topic that ususally appears on the top of the topic
If you just don’t want topic tags, then
dashboard>settings>forums>topic tags, and untick.
with css you would use
#bbpress-forums div.bbp-topic-tags {
display : none !important ;
}
Thread Starter
OSCOWP
(@oscowordpress1)
Thanks!! Worked perfectly!