Viewing 2 replies - 1 through 2 (of 2 total)
  • I would like that too. That is exactly what I am trying to figure out right now. I need to be able to list all events by ‘instructor’.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    You can list events by user by using e.g.

    [events_list owner=”x”]

    where x is the user id of your user.

    I’d argue that user fields for an organizer should be managed with another plugin that deals with user profiles, given the organizer is a WP user. e.g. themes have an ‘author’ page, which is effectively what you’d want to modify.

    if in php you could then do e.g.

    echo EM_Events::output(array('owner'=>x));

    If you want things like a URL for a location, then I’d suggest the #_ATTS placeholder – http://wp-events-plugin.com/documentation/event-attributes/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Events Manager] Feature request: Add database fields and UI for event organizer info’ is closed to new replies.