On my project I would have only one calendar. There will be no other.
Is it possible to set a default calendar?
I would like that when a user publishes an event in front office (with the event submission form), he isn't forced to choose the calendar in the selected list (as on the demo (fields in attachment). Especially since I only have one calendar...
Hi,
On my project I would have only one calendar. There will be no other.
Is it possible to set a default calendar?
I would like that when a user publishes an event in front office (with the event submission form), he isn't forced to choose the calendar in the selected list (as on the demo (fields in attachment). Especially since I only have one calendar...
Thanks!
Matthieu
Hi,
Add this filter in your theme functions.php file:
Change $calendar_id value to your calendar id.
Stachethemes Developer
Try out this filter:
Stachethemes Developer
Super!