It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
Hi Robin
Yes in the default theme, the date is not showing on the homepage of bbpress which is good. The theme developer earlier when I asked is not supporting on this at all. Any idea or clues or atleast to remove the date completely from the homepage please.. appreciate your help thanks
If you know how to add stuff to css, this should do it
.type-forum .post_info {
display: none;
}
If you don’t know how to do that, your theme may allow custom css – have a look in dashboard>appearance and see what theme changes you can see in there, or have a look at
https://codex.bbpress.org/functions-files-and-child-themes-explained/
Do come back if you need further help !
Oh Great Robin. It worked thanks again. Cheers
You’re welcome, and thanks for confirming that it works, it will help anyone reading this thread in future.
Can you just say which theme it is