hi thanks here is the link
http://gteh.ca/yorkregion
it’s below the headline post.
here is the code I’m using:
[code]
<li >
<?php
$space = false;
$output = '';
echo '’ . tribe_get_start_date( $post->ID, $start ) . ”;
if($event->AllDay && $start) {
//echo ‘ (‘.__(‘All Day’,’tribe-events-calendar-pro’).’)’;
} else {
if ( $end && $event->EndDate != ”) {
echo ” . __(‘Ends’, ‘tribe-events-calendar-pro’) . ‘ ‘;
echo tribe_get_end_date($post->ID);
}
}
?>
<a href="">post_title ?></a>
[/code]