Teacher/instructor/lecturer for an event?

WordPress Event Management, Calendars & Registration Forums General Question Teacher/instructor/lecturer for an event?

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 8 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23139

    Any good advice how (if) I can add one or several instructors to an event and also get a list of events each instructor have.

    Love this plugin and it’s the only piece I miss from it.

    Nina Beck
    #23160

    Hi Nina,

    I would implement teachers as a custom taxonomy. If additional fields are required then WordPress’ hooks allow you to add these, and the data can be stored in the term meta data API introduced in 4.4

    Querying events that are associated with particular teacher(s) is then just a matter of using eo_get_events() or WP_Query with an appropriate tax_query. This would allow you to fetch events that are linked to all, or some, or even none of the specified teachers.

    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.