I’d like to display only a range of four days using the calendar and also have that range be the only days that will ever display. Currently, the best I can do is the current week. I need it to display as only those four days at all times and not default to today’s date/week. Is this even possible?
There are some options that can get you closer to what you’re looking for:
In the calendar settings screen of the admin, there are two options that can be set to 1) show/hide the weekends: Show weekends yes/no
and 2) the first day of the week (sounds like you’re already using the week view). So if you wanted to display the first day as tuesday, set this to 2.
Finally, you can set the ‘gotoDate’ in the calendar by modifying espresso-calendar.php. As an example, if your date range was around the 15th of October 2012 twelve, you’d add this line right before the closing }); around the current version of the calendar’s line 823:
Thanks, Josh. Setting the goToDate got me the closest to what I’m trying to accomplish.
Viewing 2 reply threads
The support post ‘How can I display only a range of four days’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.