Is there a way for full event description to show in List view?

Home Forums Calendar Products Events Calendar PRO Is there a way for full event description to show in List view?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1102874
    rappnews
    Participant

    For reasons that are probably too complicated to explain, we need to (temporarily) force the List view to show the full description — rather than a part of it followed by “Find Out More>”

    I am looking at the file at src/views/list/loop.php, but I’m not sure how to do that, or if it’s even possible by editing the loop.

    Any suggestions? Thanks.

    #1103188
    Geoff
    Member

    Good question!

    Yes, that’s totally doable. It will be in the list/single-event.php template at line 69:

    <?php echo tribe_events_get_the_excerpt(); ?>
    <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>

    Swap that out for the full content and that should do the trick. 🙂

    Cheers,
    Geoff

    #1109125
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Is there a way for full event description to show in List view?’ is closed to new replies.