I have been messing around with this for hours and I can’t seem to get it to work. I want to add a sidebar to the event’s calendar list view only. (I am using this theme: http://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019)
From what I understand, I need to make a copy and edit: /tribe_events/list/single_event.php
and place that in my child theme.
I’ve read the wordpress codex and it looks like I need to add this function somewhere <?php get_sidebar(‘sidebar_name’); ?>
Where do I add this function? does it go on the top of my single_event.php file? does it go in the functions file? Is there something else I’m completely missing here?
Also, the theme allows me to create new widget areas, do I just create one of those and match the name in the ‘sidebar_name’ field? Thank you for you help!