Hello,
Please use the following shortcode:
[ai1ec view="weekly"]
Yes, but this still allows the user to navigate to future weeks. I want to stop the shortcode from displaying events further out than we have confirmed event times for.
Preferably using the agenda view. Thanks!
It is not possible to limit the events to the current week in Agenda view, the only way is to hide the navigation with shortcode:
[ai1ec view="weekly" display_filters="false"]
Take care,
Benjamin
Unfortunately that shortcode isn’t hiding the navigation. Thank you!
You’re right, then try to hide with css, please add the following code into your wp theme css file:
#ai1ec-calendar-view .ai1ec-pagination
{
display: none;
}
Take care,
Benjamin