Re: wp-bb, is it possible to define conditional tags for bbpress?
Thanks again fel64,
I tried the second one because it seemed the easiest to me and I think it is working ok.
This -> ‘ && !is_bbpress() ‘ means “exclude bbpress”, doesn’t it?
The first one, ” elseif “, is quite interesting -> in my wp custom theme, I turned index.php into a cms which displays what’s new in the whole web, and I created a static page called “blog” to display the “blog” itself.
Well, with this configuration, whenever you make a is_home statement , the function points to the static page I created and called “blog” and I can’t find the way to make the function to point to my custom index.php main page. Perhaps because the static page I called “blog” has the loop?