The theme author should know how to fix this. It’s likely an error in the theme code where the post query isn’t getting properly reset. Can you contact them and file a support ticket? If not, if you send a copy of this theme to support@eventespresso.com we can offer suggestions on how this WordPress theme can be fixed.
Here’s the code in question that starts on line 253 of the theme’s header.php template file:
have_posts() ) : $the_query->the_post();
?>
">
I can advise commenting out the part where it calls the_content() like this:
<?php // the_content();
It will still display any links to posts that belong to category 3, which I think is what you want it to do instead of post content. Then again, I didn’t develop this theme, so it may be best to contact the folks that developed this theme to fix this bug.
Viewing 2 reply threads
The support post ‘EE4 – Registration info shows up in Navigation’ 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.