This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Show short descriptions | |
if (!empty($event_desc) && isset($org_options['display_short_description_in_event_list']) && $org_options['display_short_description_in_event_list'] == 'Y') { | |
?> | |
<div class="event-desc"> | |
<?php echo espresso_format_content($event_desc); ?> | |
<a href="<?php echo $registration_url; ?>">Read more→</a> | |
</div> | |
<?php | |
} | |
?> |