Support

Home Forums Event Espresso Premium Table (2)

Table (2)

Posted: May 24, 2019 at 8:39 pm

Viewing 3 reply threads


cellbotics

May 24, 2019 at 8:39 pm

I use this code to show a table of 5 events on my website. It currently has the Event name, date and a Register link. I don’t want date to show anymore, how can I get it to just show the Event name and register link.

[ESPRESSO_EVENTS_TABLE_TEMPLATE limit=5 footable=false category_filter=false category_slug=all-courses show_venues=false]


Tony

  • Support Staff

May 27, 2019 at 7:21 am

Hi there,

You can create your own custom version of the template used by that add-on, place that in your themes root directory (preferably a child theme) and load that rather than the default template.

So you could copy the original template from eea-events-table-view-template\templates\ to your theme and remove/add whatever details you prefer. If you leave it with the same filename that it has now EE will always use that template in place of the original.

You can also call custom templates using the template_file attribute on the shortcode, for example:

[ESPRESSO_EVENTS_TABLE_TEMPLATE limit=5 footable=false category_filter=false category_slug=all-courses show_venues=false template_file=tony-custom-espresso-events-table-template.template.php]

Would load a tony-custom-espresso-events-table-template.template.php on that shortcode (again from within your themes root directory).

You’ll find an example of this in the docs here:

https://eventespresso.com/wiki/events-table-view-template-add-on/#customizations


cellbotics

May 29, 2019 at 11:29 am

Thank you for your response but im not sure I understand…I am not a coder, can you give me the cost that removes the date? Im sorry


Tony

  • Support Staff

May 29, 2019 at 12:00 pm

Can you link me to the page so I can take a look? You may be able to hide it with CSS

Viewing 3 reply threads

The support post ‘Table (2)’ 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