Thread Starter
laudio
(@laudio)
Hi nicosantos, thanks for this now it’s working. Love your calendar. Cheers
Thread Starter
laudio
(@laudio)
@robnicholson this script:
function tribe_set_default_date () {
if ( !is_single() && empty( $_REQUEST[‘tribe-bar-date’] ) ) {
$_REQUEST[‘tribe-bar-date’] = ‘2015-01-01’;
}
}
add_action( ‘parse_query’, ‘tribe_set_default_date’ );
didn’t work for me. It show the right month on header but the calendar show the previous month.