event-grid.php
528 Bytes
<?php
/**
* Template: Single Event, Grid view.
*
* @category Templates
* @package My Calendar
* @author Joe Dolson
* @license GPLv2 or later
* @link https://www.joedolson.com/my-calendar/
*/
?>
<div class="mc-event mc-single mc-grid">
<?php mc_template_tag( $data['event'], 'image' ); ?>
<h2 class="mc-title"><?php mc_template_tag( $data['event'], 'title' ); ?></h2>
<?php mc_template_tag( $data['event'], 'datetime' ); ?>
<?php mc_template_tag( $data['event'], 'description' ); ?>
</div>