Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wp-bb, is it possible to define conditional tags for bbpress?

Well, more or less this is working but now bbpress goes to the last “else” statement and I don’t know why;

<?php if ( is_page() )

{ ?>

<!– one ad block –>

<?php } elseif ( is_single() && !is_bbpress() )

{ ?>

<!– two ad blocks –>

<?php } else

{ ?>

<!– no ads –>

<?php } ?>

I haven’t try your third option yet because I didn’t understand quite enough.

Skip to toolbar