Hi @paulmolnar,
I’m curious about this one. I suspect that there’s a syntax error here:
$now = date( "Y-m-d", time() );
echo do_shortcode('[tribe_events view="week" date="$now"]');
Could you try this do_shortcode here with the PHP variable appended:
echo do_shortcode('[tribe_events view="week" date="'.$now.'"]');
Out of the box, not setting the date parameter should show the events on the day and onwards — you can disregard it if you want to show “today” events. Also, please note that the Shortcode is only available with the Pro version of The Events Calendar.
Let me know if that helps.
Best,
Abz
Hey @paulmolnar, this thread has been inactive for a while, so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up, and we’d be happy to help.
Cheers,
Abz