Set topic-tags
and post-form-tags-container
in your CSS to display:none
you should to create style.css file in your theme directory too.
ok i create style.css in /public_html/forum
and what ?
please help
Read this: https://bbpress.org/documentation/themes/
See how in step 1 it says to make sure you have a my-templates
folder?
You’ll be putting style.css
in /public_html/forum/my-templates/NEWTEMPLATE/
With a header in style.css
like this:
/*
Theme Name: The name of your cool new theme.
Theme URI: Your theme's url. Maybe it's the blog post you wrote about it.
Description: Describe your theme here. You can be nice and say something like "Blues and Greens in a two-column format" or enigmatic and say "The river here is only waist deep".
Version: Always number your releases. Please only use numbers and decimal points (yes, we broke our own rule).
Author: Author of the original theme,
Author URI: and his or her url.
Ported By: Name of the person who ported the theme to bbPress (if applicable),
Porter URI: and his or her url.
*/
Under that you’ll put your custom CSS like
topic-tags { display: none; }
post-form-tags-container { display: none; }
I have tried but its not working
Can I send information ftp to you ?
please send me email >>
me either i need to hide the tags. They are consuming some space that i can use for other purpose like our Facebook fan page or link to twitter account.