Hello,
I have a few sites with custom themes using this:
——-
if( tribe_is_month() && !is_tax() ) { // The Main Calendar Page
——-
To tell if you’re on the main calendar page. It works on the others sites, but not on this newest one (3.3). Wondering if I’m missing something or if there is a better way to do this now?