I would like to customize the layout of the My Event Registrations page.
– remove columns (example Location and/or Tickets)
– more complicated; I would like to expand the Actions or frankly just use the table within each event/actions to lost the actions beside the Title/When/Actions. I don’t need all the event info.
I would be happy with Title | When | Actions in a single row
If you’re using the default template (events_section) you’ll copy over the following templates from the WP User Plugin’s templates folder, to your active WordPress theme:
loop-espresso_my_events-event_section.template.php
content-espresso_my_events-event_section.template.php
content-espresso_my_events-event_section_tickets.template.php
If you’re using the other template (e.g. the shortcode is [ESPRESSO_MY_EVENTS template=simple_list_table])
then you’ll copy these templates to your active WordPress theme:
loop-espresso_my_events-simple_list_table.template.php
content-espresso_my_events-simple_list_table.template.php
In either case, the loop- templates will output the column headings, and the content- templates will output the individual table cells for each row.
For example when you’re removing a column, you’ll need to be sure to remove the table heading (or <th>) from the loop- file and its corresponding table cell (or <td>) from the content- file.
The support post ‘My Event Registrations – customizing table/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.