Yes this is possible. You can use the category system to display selected categories on each calendar.
Hi
I can only see one shortcode and no option to add a second and third calendar.
I need a different calendar on 3 separate pages. If I use the same shortcode, how do I show different events on each calendar using categories? Sorry, I can’t see anything about this in the documentation.
Thanks Jane
You can select a category for the calendar. If you use the shortcode generator (the blue squares button) or the block editor you will see a category pick list. If you are entering the shortcode manually you can use the catlist parameter:
cat_list: A comma separated list of category IDs, such as cat_list=’1,4′
I’m trying to get this to work but my shortcode skills are lacking…. This is my shortcode which brings up the calendar with all categories instead of just 1 & 4:
[spiffy-calendar cat_list=’1,4′]
Maybe I’m not understanding what you’re telling us….
Your quotes don’t match. Try this:
[spiffy-calendar cat_list=”1,4″]
Edit: I just noticed my example had incorrect quotes. It seems my theme or WordPress is changing them, I will investigate.
[spiffy-calendar cat_list=”1,4″]
That did the trick. Thanks