bbPress – How to remove “VOICES” “POSTS” “FRESHNESS” columns
I am using bbPress forum in my website. It works good but it looks bad with unneccessary columns “VOICES” “POSTS” and “FRESHNESS” columns. It will be good to display only the topic title in the forum as designed in the WPMU DEV support forum.
Is there any option in bbPress settings panel to do this or give me the way by which i can do this?
2 Replies
Copy the below code and add it to your website’s child theme stylesheet or custom CSS. If you have any cache plugins, please clear the cache and refresh the page.
// To hide VOICE, REPLY and FRESHNESS columns in bbPress - by SpyTM.com li.bbp-topic-voice-count { display: none !important; }
li.bbp-topic-reply-count { display: none !important; }
li.bbp-topic-freshness { display: none !important; } // End
Continue Reading
View all in wordpress→Related Discussions
Latest Articles
Leave a Reply
All replies are subject to pre-moderation. Your reply will appear publicly once approved.