awesomemotive / sugarcalendar-core

Sugar Calendar plugin for WordPress
https://wordpress.org/plugins/sugar-calendar-lite/
38 stars 14 forks source link

List shortcode not showing multiple categories #242

Open shaynesanderson-zz opened 2 years ago

shaynesanderson-zz commented 2 years ago

Bug Report

When trying to display multiple categories with the [sc_events_list] shortcode it does not show anything.

Example:

[sc_events_list category='test,sample'] does not show any events.

[sc_events_list cateogry='test'] shows events from "test" category.

[sc_events_list category='sample'] shows events from "sample" category.