Skip to content

Instantly share code, notes, and snippets.

@tara2
Created August 16, 2013 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tara2/6249991 to your computer and use it in GitHub Desktop.
Save tara2/6249991 to your computer and use it in GitHub Desktop.
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
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment