• Resolved benmez

    (@benmez)


    Hello,

    on the list of events, I would like to display the full content of the event instead of a truncated excerpt. I saw a previous chat on that subject here: https://www.ads-software.com/support/topic/the-events-calendar-complete-description-in-list-view-2/ but when I tried, I found the paths are not the same as in my wp-content….

    Here is what I did, I retrieved the single-event.php + single-events-blocks.php files and then created this path WP-content/Cream-magazine-child/tribe/events/list/ and copied the 2 files there. The content is still truncated….

    could you please help me figure out how to get the entire content of the events, or at least how to get a “read more”option

    Thks in advance for your help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support iammarta

    (@iammarta)

    Hi @benmez ,

    Thanks for reaching out!

    You can set it to show the actual event content by customizing this file:?/the-events-calendar/src/views/v2/list/event/description.php

    Now, you will need to create a copy of the file and place it here:?[your-theme]/tribe/events/v2/list/event/

    In line 24 where it says?$event->excerpt, replace it with?$event->post_content

    Hope that helps!

    Best regards,
    Marta

    Thread Starter benmez

    (@benmez)

    Thanks Marta, it worked fine !! I appreciate the help:)

    I will do the same procedure on the actual website later this week and I will let you know if it also worked.

    Plugin Support iammarta

    (@iammarta)

    Hi @benmez ,

    Great to hear! You are always welcome.

    I’ll go ahead and mark this one as Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.

    Best regards,
    Marta

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Events list display: truncated content’ is closed to new replies.