Hi Luke, the only template files supported are:
eventbrite-index.php
eventbrite-single.php
While there isn’t a separate template for venues, you can still tweak the venue pages with CSS in a child theme or custom CSS plugin.
Thread Starter
lukehm
(@lukehm)
Hi Kathryn
I’ve created an eventbrite folder in my theme. The venue page appears to be using eventbrite-index.php.
Can you suggest how I might know when its being used for an index page or a venue page?
So I can add a map on the venue page.
Many Thanks
Luke
You might try adding a condition in the template file to detect the word “venue” in the URL path.
http://php.net/manual/en/function.pathinfo.php
Thread Starter
lukehm
(@lukehm)
Thanks Kathryn
I can do that
Seems a bit of a kludge
Maybe one for future development
Best
Luke