Resolved problem with excerpt on listing after upgrade

Home Forums Welcome! Pre-Sales Questions Resolved problem with excerpt on listing after upgrade

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1036439
    Igor W Schiaroli, romecentral.com
    Guest

    Hello I’m using the free versione of The bEvent Calendar, Tribe Events.

    I’ve resolved this problem with excerpt noty appeat:
    In the main Events Calendar plugin folder (wp-contet/pligin), navigate to the src > functions > template-tags > general.php file and open it within your preferred text editor.

    Navigate to line #1320 within that file. It should look like:

    $excerpt = wp_trim_excerpt( $excerpt );

    You can change that line to be:

    $excerpt = TribeEvents::truncate(get_the_content(), 100);

    where 100 is is the number of words that you would like the excerpt to be there.

    #1036533
    Brian
    Member

    Great thanks.

    That is what we have been telling people as well until we can get a fix out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Resolved problem with excerpt on listing after upgrade’ is closed to new replies.