Skip to content

Instantly share code, notes, and snippets.

@tara2
tara2 / Read More code not working
Created August 16, 2013 13:30
Read More code not working
//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&rarr;</a>
</div>
<?php
}
?>