Support

Home Forums Event Espresso Premium Change text of "Date" to "Start Date" under registration

Change text of "Date" to "Start Date" under registration

Posted: January 16, 2014 at 6:46 am

Viewing 3 reply threads


Kristin Scully

January 16, 2014 at 6:46 am

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.

Thank you,
Kristin


Tony

  • Support Staff

January 16, 2014 at 7:13 am

Hi Kristin,

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:’


Kristin Scully

January 16, 2014 at 8:18 am

Thank you, Tony! Works perfectly.


Tony

  • Support Staff

January 16, 2014 at 8:37 am

No problem Kristin 🙂

Out of curiosity, which method did you use?

Viewing 3 reply threads

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.

Event Espresso