Skip to content

Instantly share code, notes, and snippets.

@skyshab
Created September 13, 2018 15:58
Show Gist options
  • Save skyshab/dfdf4aa9ce12088cbf078170f4cb0dd0 to your computer and use it in GitHub Desktop.
Save skyshab/dfdf4aa9ce12088cbf078170f4cb0dd0 to your computer and use it in GitHub Desktop.
outputting php example
<?php
add_action('tribe_events_after_the_title', 'my_custom_template_content');
function my_custom_template_content() {
?>
<div class="calendar_info">
<p class="MsoPlainText"><strong>ARTISTS</strong> - Cabaret Hotspot’s event calendar migrates events directly from our Featured Clubs websites. If your event is not already listed you can add it manually with our <a href="http://cabaret.toscawebdesign.com/events/community/add"><strong>SUBMIT EVENTS</strong></a> form.</p>
<p class="MsoPlainText"><img class="alignright wp-image-1813" src="http://cabaret.toscawebdesign.com/wp-content/uploads/2018/09/eventscalendar-300x179.jpg" alt="" width="150" height="89" /><strong>CLUBS</strong> - if you would like to become a participating “Featured Club” please email your shareable calendar’s URL to <a href="mailto:cabarethotspot@gmail.com">cabarethotspot@gmail.com</a>. (Shareable calendars include Google, iCal, Meetup, Eventbrite, and any Events Calendar by Modern Tribe) Other calendars mat be shared by sending us a CSV or ICS file each month.</p>
</div>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment