Assign “The Events Calendar” to Subpage
Here’s a basic page template for displaying an events calendar in grid form based on the grid template bundled with the plugin. Edit as necessary to match the styling and layout of your theme: <?php /** * Template Name: Event Gridview **/ global $spEvents; $spEvents->loadDomainStylesScripts(); get_header(); query_posts(‘post_type=post&category_name=Events&posts_per_page=-1′); ?> <div id=”tec-content” class=”grid”> <div id=’tec-events-calendar-header’ class=”clearfix”> <h2 … Read more