Support

Home Forums Event Espresso Premium Remove "upcoming events" title

Remove "upcoming events" title

Posted: August 5, 2015 at 11:48 pm

Viewing 2 reply threads


Braden Blackmon

August 5, 2015 at 11:48 pm

I would like to remove the title “upcoming events” (but still display the events) and use my theme to supply the title. I am using the DIVI theme and the [ESPRESSO_EVENTS] shortcode to display events. Below is a link to the page that I would like to be able to change so that it does NOT display “upcoming events” as a title.

http://testsite.scshroom.org/test-page-2-text/


Dean

August 6, 2015 at 5:42 am

Hi,

We have a filter that can remove it. Add the following to a site specific function plugin (https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/) :

function no_ee_title($t) {
$t = '';
return $t;
}
add_filter('FHEE__archive_espresso_events_template__upcoming_events_h1','no_ee_title');


Braden Blackmon

August 6, 2015 at 12:37 pm

Thanks Dean. Did as you said and it worked fine.

Cheers,
Braden

Viewing 2 reply threads

The support post ‘Remove "upcoming events" title’ 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.

Event Espresso