Hello, is it possible to input a 12 months calendar, yet hide the months that contain no events?
When I enter this code the empty moths show as “No Events” which does not look so good for us. thanks :0)
[add_eventon cal_id=”1″ show_upcoming=”1″ lang=”L1″ number_of_months=”12″ etc_override=”yes” ]
Feb 16,2017 AT 5:07AM - 5 years ago -1 moment I’ll get you the code to use
just double checking on the developer site
with the main calendar- unfortunately not
so if feburary has events, march doesn’t but april does
you want it to switch from feb to april when the next month is clicked
you can only hide empty months in event list- it would be a list of events down the page and you can hide the month headers if you wanted-
which would be this
[add_eventon_list number_of_months=”12″ hide_month_headers=”yes” hide_empty_months=”yes” accord=”yes” ]
which is probably not what you are after-