Skip to content

Instantly share code, notes, and snippets.

View loweoj's full-sized avatar

Oliver Lowe loweoj

  • London, United Kingdom
View GitHub Profile
course.php
perch_template('content/courses/course.html', $Course);
perch/content/courses/course.html
<!--* Shared scehma between event and course *-->
<perch:template path="shared/event-course-schema.html" />
<!--* Event-specific schema. Order attributes added to order these after the main title/subtitle/slug *-->
<perch:content id="courseStartDate" type="date" label="Start date" suppress="true" order="4" />
<perch:content id="courseEndDate" type="date" label="End date" help="" suppress="true" order="5" />