Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Change text of "Date" to "Start Date" under registration | Event Espresso - Staging Server
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.