Tweaking the Events Calendar so it displays HTML
Have you noticed that html is missing from Events Calendar excerpts? The excerpts used in The Events Calendar summaries are a bit lack lustre to me. If like me you want a bit more content and html in your events calendar posts here is a tweak. The events calendar aggressively trims out html from the page excerpt and reduces it to 55 characters by default. This happens in the following file: in this section: This line is what does most of the damage: $excerpt = wp_trim_words( $excerpt, $excerpt_length, $excerpt_more ); The wp_trim_words() function strips out any html before it does […]
Tweaking the Events Calendar so it displays HTML Read More ยป
