Hello!
I would also like to know the answer to this question.
Thanks.
Right now it can’t be done without creating a custom theme. There is a ticket in trac though to have this option in future versions since it seems to be a fairly regular request
What template file can you find the labels for New topic form fields (such as tags and tag types) and also for replys?
As for the original post in this topic. You can simply hide them with CSS. Something like this should work:
.bbPress #bbp_topic_tags, .bbPress label[for="bbp_topic_tags"], .bbPress .bbp-topic-tags, .bbPress label[for="bbp_forum_id"] {
display:none !important;
}
@pimarts – your information really useful. Thank you
Cheers pimarts. I didn’t think of that!