Hello,
I’m working with the Events Calendar Plugin from Tribe. Every time I use it, I swear it’ll be the last time, because the pages are automatically generated with no shortcode support and things like this are without fail, a nightmare. Alas, I have to work with it again on this project and it’s killing me.
I need to call the a sidebar into their default template. This is what their template code looks like:
if ( !defined('ABSPATH') ) { die('-1'); }
get_header(); ?>
<div id="tribe-events-pg-template">
<?php tribe_events_before_html(); ?>
<?php tribe_get_view(); ?>
<?php tribe_events_after_html(); ?>
</div>
<?php get_footer(); ?>
Ideally, it would be the right hand sidebar and I could specify which number widget area, but I’d settle for whatever the default display is. I know that you don’t support 3rd party plugins, but essentially what I’m looking for is just how to call a sidebar into a template. I’ve been looking through the code in the theme files and it’s beyond me.
Thank you,
Kait