I would like to display two latest events from two categories, one from each category, on my homepage. The look I want is similar to the photo view.
I tried the following shortcode
[tribe_events view=”photo” limit=”1″ category=”upcoming-events”]
The thing is the there is no limitation if you use tribe_events. Also, one of the articles you published mentioned that two shortcodes cannot be used with tribe_events.
I am not sure how to achieve what I want. Ideally, if I could generate two shortcodes similar to below would help
[tribe_events view=”photo” limit=”1″ category=”academic”]
[tribe_events view=”photo” limit=”1″ category=”sport”]
I very much appreciate your answers/suggestions.
Thank you.