On the Learner Profile page I want to change the language of the header from “Your Registrations” to something else. I’ve created/placed a copy of the content-espresso_my_events-event_section.template.php file into my theme’s child folder, but I can’t for the life of me find the location of “Your Registrations” in this file in order to change the words to something else. What am I missing?
For that title you need the loop-espresso_my_events-event_section.template.php template, on line 35 you’ll have <h3><?php echo $your_events_title; ?></h3> which outputs the title, however…
The [ESPRESSO_MY_EVENTS] shortcode has an attribute you can set to change that which is your_events_title, so change the shortcode to be something like:
Should change the ‘Your registrations’ header to ‘Tony Test’, which you will obviously want to change to suit.
Viewing 1 reply thread
The support post ‘Edit the Title "Your Registrations" in [ESPRESSO_MY_EVENTS] template’ 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.