One important thing to know is there isn’t actually an Event Espresso event template. Instead, what happens is Event Espresso adds the event’s content via the WordPress the_content filter hook. The problem with Specular is it overrides the WordPress the_content filter hook.
Here’s a solution for this:
Open up /wp-content/themes/specular/includes/view/blog/loop-index.php and comment out/remove the code on line 21, which has this:
$content = str_replace(']]>', ']]>', apply_filters('the_content', $content ));
Or you can also wrap the above in a conditional:
Thanks a lot, Josh, that helped quick and perfectly!
Viewing 2 reply threads
The support post ‘EE event template does not come up’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.