Most probably it was already answered somewhere on the forum, but I haven’t found the right discussion then 🙂
How can I have a page with a list of all organizers with some of their details (e.g. phone, website)? I’m using the organizer for training teacher and I’d like a page to list of all them with a link to their detailed page (with the course, etc.)
Organizers are just a post type so you could easily run a custom query using WP_Query to pull all the organizers on your site. Here is a sample of some code you could put somewhere: https://gist.github.com/3865393