AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] Removal of post date indicator for freshness?

2 Posts
2 Users
1 Reactions
35.4 K Views
NSH
Posts: 97
 NSH
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@studio500)
Estimable Member
Joined: 9 years ago
[#7122]

Hi Team

Is there any way using css to remove the post date info that is shown on my forums?

Part of my problem is that I have cross posted over a lot of important archived content, some of which is displaying as posted  7 years ago.  Some users may view the date as indicating my forums are not very active when in reality it is.

Is there a simple way to turn this off please?

 

Capture

Topic Tags
1 Reply
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi @studio500,

The following CSS should hide the date. Please navigate to Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it delete all caches, do CTRL+F5 on frontend. 

.wpforo-last-topic-date {
display: none !important;
}

span.wpf-last-post-by {
display: none !important;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top span{
display:none !important;
}

Share: