I can't seem to figure out how to make the Calendar of Events appear on the Home Page.
There's no plugin option or WordPress option to display a Category page (/category/events) as the Home Page. I also tried to find another plugin that would allow this but my search went nowhere.
I even tried hacking my theme index.php and adding:
<?php require_once(dirname(dirname(dirname(__FILE__)))."/plugins/the-events-calendar/views/gridview.php"); ?>
Which displayed part of the calendar but no entries, and the bottom of the home page was all screwy.
Any ideas? Thanks!