Yes, but you will need to alter the templates used for the registration page to do it.
If you go to /event-espresso/templates/
You’ll find registration_page.php and registration_page_display.php
registration_page.php basically sets up all of the variables for the event and then registration_page_dipslay.php uses those variables to output the details, so you need to copy BOTH of those templates to:
I am curious, can I add the specific code to the custom_functions.php page or are you suggesting replicating the 2 files under /wp-content/uploads/espresso/templates/ as being the better option?
You can add the function to custom_functions.php if you prefer however using the template files is easier to manage in the long run if you need to add additional details within the templates at any point, you would then need the above anyway (and would need to remember the changes in custom_templates.php)
The support post ‘Event registration 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.
Support forum for Event Espresso 3 and Event Espresso 4.