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 How to add event time on event list page | Event Espresso - Staging Server
I am using this two short code [ESPRESSO_EVENTS] and [EVENT_LIST events_per_page=10] on the different page.By default it shows price,Available Spaces, and date.It not showing start time and end time on the page ,it will visible when we click on REGISTER button.
But In my case i want start time and end time on the same page where all event listing by default its showing on registration page.
Is there a way to do that ?
Forcefully I am adding some php in uploads/espresso/templates/event-list.php code
echo event_espresso_time_dropdown($event_id);
its woking fine if event have single time but when time coming in dropdown and we select that its not working in this case we again need to select on registration page.I want if i already select that on event list it would be selected on registration page as well
It needs to be added to wp-content/uploads/espresso/custom_functions.php and it is called with
echo deans_amazing_time($event_id);
It’s just a starting point, and is not supported/will not be updated, but it might help with getting what you need done.
Viewing 1 reply thread
The support post ‘How to add event time on event list page’ 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.