Sincee I have a PAGE called “Home” assigned as “Widget Home Page” with ID number … hmmm … I’ll just use is_page(#) DOH! … … … Moments later … that didn’t work either.
Likewise, if I want to have a widget appear on EVERY page/post EXCEPT “Home” I would normally use !is_home() but because widget logic is having some trouble distinguishing the home page of Citizen Kane I can’t use this option.
? Anyone? Am I barking up the wrong tree?
This might not apply to you, but If you’re using the BP activity stream as the front page, you’d have to use a BuddyPress-specific function:
`bp_is_front_page()`
@r-a-y Thanks for the suggestion. But did not work; and probably because the regular BP Activity Stream is not the home page for this theme.