Display full event in list main loop

Home Forums Welcome! Pre-Sales Questions Display full event in list main loop

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1158172
    Pedro
    Guest

    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:

    <!-- 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' ) ); ?>
    	<a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Find out more', 'the-events-calendar' ) ?> &raquo;</a>
    </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.

    Thanks for your response.

    #1158355
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar.

    Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.

    The Events Calendar

    Thanks again!

    #1167479
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Display full event in list main loop’ is closed to new replies.