Home › Forums › Support › Events Calendar event excerpt does not appear This topic has 6 replies, 2 voices, and was last updated 5 years, 5 months ago by Leo. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts November 3, 2020 at 9:47 am #1516524 jennifer Hi- I’m using the Events Calendar plugin. The event excerpt does not appear in the list view (URL in private info box) when using GP. It appears fine when I activate theme 2020. The event excerpt uses a normal WP excerpt: https://wordpress.org/support/article/excerpt/ Please let me know. November 3, 2020 at 10:58 am #1516617 LeoStaff Customer Support Hi there, What is your excerpt setting under Customizer > Layout > Blog? November 3, 2020 at 11:02 am #1516625 jennifer It’s set as “excerpt.” I’ve tried switching over to full content, but it doesn’t change the page. November 3, 2020 at 11:24 am #1516660 LeoStaff Customer Support Can you try if this PHP snippet makes a difference? add_filter( 'generate_show_excerpt', function( $excerpt ) { if ( is_post_type_archive( 'tribe_events' ) ) { return true; } return $excerpt; } ); Adding PHP: https://docs.generatepress.com/article/adding-php/ November 3, 2020 at 12:25 pm #1516728 jennifer Sorry, that snippet didn’t change anything. November 3, 2020 at 1:02 pm #1516769 jennifer Just found a workaround. From the plugin settings, if I switch over to “Default Page Template” for the events template, the excerpt appears in the calendar view. November 3, 2020 at 1:11 pm #1516777 LeoStaff Customer Support Glad to hear 🙂 Thanks for sharing the solution! Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In