Created
August 16, 2013 13:30
-
-
Save tara2/6249991 to your computer and use it in GitHub Desktop.
Read More code not working
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 | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment