Hi, I’m sorry if this is an obvious question but I can’t find the answer anywhere. Where in the plugin are category pages generated? For example, I have a category of event called “day trip”, and this has a category page of /events/category/day-trip. I want to change this page – how do I either override it or alter it? Specifically, I want to change the wp_query that feeds it. Thanks.
Presentationally the same views are used as are for non-category requests. In terms of the logic used to build the query, much of this is handled by WordPress itself (as we are leveraging both custom post types and custom taxonomies) however you might be interested in the code in TribeEventsQuery here (which lives in the-events-calendar/lib/tribe-event-query.class.php).
Hi, hansford77. As it’s been a couple of weeks since your last post, I’m going to close this thread. Please feel free to open a new one if you choose to pursue this further.