Hello,
I’ve just purchased the plugin, and I’m trying to customize my views.
I’ve created some events organizers, and I am trying to display their events on each organizer’s page.
The plugin creates pages like /?tribe_organizer=organizer-slug, but these pages contain just the organizer name, and no events.
I would like to loop manually a list of events from a given organizer, could you please provide some pointers?
One approach would be to create a new template to show single organizers (single-tribe_organizer.php, following the template hierarchy conventions) then within the loop – perhaps after the title – you could use code like this: http://pastebin.com/i3KizZf4
That will find events relating to the current organizer and display them in a simple list; you’ll probably want to embellish upon that as it is fairly minimal but it should get you on track.
Ooooh this may help me a bit. Let me try to understand this… Venues have single pages that list out their upcoming events. Is this basically a similar bit of functionality to mimic that?