Hi there Andrei. Thanks for the note here. Would you want the “XXX” to automatically change from month-to-month, or are you envisioning something static there that remains at all times? Let me know that clarification point and I’ll do what I can to point you in the right direction from there. Thanks!
For example, now when i ho to the events list it says its Upcoming Events and i want it to be “Upcoming evets in townname” or if you enter in a venue “upcoming events in venuename”
or in the calendar view: it has events for april i want it to say “events for april in townname”
The towname ill put it, but for venue name it must pull it from the php
Hey Andrei, in order to accomplish what you’re talking about it would require a fair amount of customization which we cannot help you with. Since events and venues are both post types it seems it would be particularly difficult to query for both on the same page, i.e. where an event also belongs to a specific venue. But you could maybe accomplish this other ways like use categories for venues instead and modify the title to include the category name. Good luck!