WP Calendar Shortcode not working on my theme
I'm using WP Calendar plugin on my development site. The documentation says that I can use the tag {event_calendar}
on my template to render the calendar.
This is the code am using on my template page.
?php echo do_shortcode('[event_calendar]') ?
When I look at the Chrome Console, There is no error. There is a Javascript file that is loaded: fullcalendar.min.js
.
jQuery 1.9 loads up in the header.
Appreciate any help.