Category: Templates

Design – Templates

Templates is located under My Calendar > Design > Templates. Template Editor Core Templates The core templates will display event details and appear in five places: gridThe main grid calendar. The content that appears in the popup window. listThe list view calendar. miniThe mini view calendar. details (single event)The single event view, or details page. […]

Continue reading “Design – Templates” »

Single Event Template

By default, the single event view uses the single.php template from your WordPress theme, or whatever nearest template is appropriate based on the template hierarchy. You can customize the template by using a single-mc-events.php template file in your theme or child theme directory. Copy whatever template file is closest to what you want for your […]

Continue reading “Single Event Template” »

Template Tag Index

All template tags support two attributes: before=”value” and after=”value”. The values of the attributes will be placed before and after the output value. These attribute values must be wrapped in double quotes. Date/Time template tags support the “format” attribute: format=”M, Y”, where the value is a PHP formatted date string. Only dtstart and dtend include […]

Continue reading “Template Tag Index” »