Another user seems to had the same problem. Here’s a copy of his original post that describes my problem in better way:
I try to display the full event in the list view but i dont found a function to do this. The change will be in this line in the single-event.php file:
1
2
3
4
5
6
7
<!– Event Content –>
<?php do_action( ‘tribe_events_before_the_content’ ) ?>
<div class=”tribe-events-list-event-description tribe-events-content”>
<?php tribe_events_get_the_excerpt( null, wp_kses_allowed_html( ‘post’ ) ); ?>
” class=”tribe-events-read-more” rel=”bookmark”><?php esc_html_e( ‘Find out more’, ‘the-events-calendar’ ) ?> »
</div><!– .tribe-events-list-event-description –>
<?php
tribe_events-get_the_excerpt its the line i supposed to be replace for the_content(); what function is this in the events calendar to replace the excerpt with the full event informatión.