Hello!
I want to remove <h1> title from forum pages. In order to do that I need to somehow know whether current page is generating by wpforo or just wordpress.
Is there a function (like "is_bbpress()") which tells me that it is a forum page?
P.S: Thank you for wpForo. It is really great.
Ok I have found the solution.
There is a function called "is_wpforo_page()" which accepts one optional argument "url" and it does exactly what I was asking for. So it may be used this way:
if(is_wpforo_page()) {
// it is a forum page
}
Hi CMTV.
wpForo have a feature for disabling "<h1> title in forum pages".
Please read this doc: https://wpforo.com/docs/root/wpforo-settings/features/
Thank you! But it was disabled and I still saw <h1> (Twenty Seventeen theme). Probably some bugs or whatever.
Thank you! But it was disabled and I still saw <h1> (Twenty Seventeen theme). Probably some bugs or whatever.
Maybe cache, delete all caches from cache plugins, and in browser do ctrl + F5