I would like to change the wording of “Date” to “Start Date” under the registration page. My website is http://www.ryepta.org and you can view what I am talking about directly at http://www.ryepta.org/?page_id=59 (under After School Enrichment tab).
Scroll down and each event lists Price, Date and Available Spaces. I would like to change Date to “Start Date” for all.
Is it only for the event list that you want this change?
There are two methods. You can edit the event_list template files, which will only apply to the event list view (like that page) you’ll need to copy event-espresso/templates/event_list.php and event_list_display.php to wp-content/uploads/espresso/templates/ and edit event_list_display.php there. Line 85:
_e('Date:', 'event_espresso')
Just change it to
_e('Start Date:', 'event_espresso')
Or you can use the plugin/function mentioned documented here to ‘translate’ all instances (everywhere) of ‘Date:’ to ‘Start Date:’
The support post ‘Change text of "Date" to "Start Date" under registration’ 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.