I able to remove the upcoming events on the event list, but it leaves a big empty box.
I use:
function no_ee_title($t) {
$t = ”;
return $t;
}
add_filter(‘FHEE__archive_espresso_events_template__upcoming_events_h1′,’no_ee_title’);
on child function.php.
I need help to remove the space that used to be the “upcoming events” title.
Thank you for the kind help.
You’ll probably need to remove the <header> and <h1> tags that wrap the title. You can copy the loop-espresso_events.php file from the plugin’s /templates folder, put the copy in your active WordPress theme, then remove the header markup there.
Or another approach is hide the empty box with CSS.
Viewing 1 reply thread
The support post ‘Removing Title \"Upcoming Events\" but Leaving big empty box’ 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.