Hello!
I have read and tried the advice at the following topic: https://theeventscalendar.com/support/forums/topic/passing-a-category-filter-to-the_widget/,
however, I’m wondering if there’s a simple way to get pass a page’s category into the shortcode:
` <?php
echo do_shortcode( ‘[tribe_events_list category=”dental” limit=”4″]’ );
?>
and instead of “dental” I want the category to equal the category of the Page I’m on (i.e. category=”dental” on the Dental page; category=”construction” on the Construction page). and I want to do this at the Template level, so that it is automatic.
Thank you SO much for any help you can provide.