Hi, I customized your-theme/tribe-events/views/single-event.php, and try to load the customized theme. I read the following document but I don’t get how I can load the customized version. https://theeventscalendar.com/knowledgebase/themers-guide/
It seems that I need to select my theme on “Events template” section, but even I created style.css and index.php for tribe-events theme, the theme still doesn’t show up for the selection.
Would you please let me know how I can load the customized one?
For template overrides so long as you create them in the right place they should “just work” without you having to select them via the settings screen.
Looking at the filepath you provided, though, I think there was a slight mistake:
your-theme/tribe-events/views/single-event.php
There is no need for the /views/ segment here. Try:
Hi Barry, thank you for your quick response. I checked the file path again and realized I located the file at the wrong place, and it showed up with the path you told me. Thank you for your support!