Forum index under subdomain considered as home by WordPress
-
Hi,
I’m setting up a website with WordPress for the site/blog part and FluxBB for the forum part. The site adress is https://bitcoin-fr.org/
I’m currently trying to integrate FluxBB into WordPress (graphically, at the moment).
I’ve set up a subdomain (https://forum.bitcoin-fr.org/) for the forum and i’ve used
get_header()
andget_footer()
to bring the WordPress feel to the forum page.My setup is as folow :
root/ forum/ wp-admin/ wp-content/ ... index.php
As you can see on the site, all is looking good but for some reason, the
is_home()
test in some part of my header.php return true also on the forum index page.For example, you can see that the Home link at the top of the site is in bold whereas it should be in bold only in the WordPress home.
Strangely, navigating in the forum makes the “home” link normal again, meaning that
is_home()
returns false (wich is what should also happen on the forum index page). I don’t know what to think about that.Any idea ? Maybe it’s an incompatibility between WP and FluxBB ? Where do I start to search ? WordPress ? FluxBB ? My WordPress template ?
Thanks !
- The topic ‘Forum index under subdomain considered as home by WordPress’ is closed to new replies.