bbPress – How to re...
 

bbPress – How to remove “VOICES” “POSTS” “FRESHNESS” columns

2 Posts
2 Users
0 Likes
27.9 K Views
Avatar of admin
Posts: 77
 admin
Admin
Topic starter
(@mjv119gmail-com)
Estimable Member
Joined: 9 years ago

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?

Reply
1 Reply
Avatar of admin
Posts: 77
 admin
Admin
Topic starter
(@mjv119gmail-com)
Estimable Member
Joined: 9 years ago

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
Reply

Leave a reply

Author Name

Author Email

Title *

Preview 0 Revisions Saved
Share: