Hey Geoff,
Did that manage to fix the issue but I noticed all throughout the calendar are <p> tags everywhere that shouldn’t be there. I tried using:
remove_filter(‘the_content’, ‘wpautop’);
remove_filter(‘the_excerpt’, ‘wpautop’);
But it’s not removing the <p> anywhere.
Any idea?
Thanks!