• Currently I’m using Categories as a way to add who is organising to an event. Is there a better way? A custom taxonomy would probably be better, and then use categories for type of event?

    There used to be a guide on how to add custom taxonomies to Event Manager, but I can’t find it now?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    I am also struggling with this…
    I understand we can add custom keys #_CONTACTNAME an #_CONTACTEMAIL to the event page (after adding them in the backoffice settings), but cannot figure out how to do it. I would like to use what is done for the Date (see following), but would need to know how to replace date elements by contact elements in the following:

    `<section class=”em-event-when”>
    <h3>Date </h3>
    <div class=”em-item-meta-line em-event-date em-event-meta-datetime”>
    <span class=”em-icon-calendar em-icon”></span>
    {has_category_30,85,86}Date limite<br>
    {/has_category_30,85,86}
    #_EVENTDATES????
    </div>
    {has_time}
    <div class=”em-item-meta-line em-event-time em-event-meta-datetime”>
    <span class=”em-icon-clock em-icon”></span>
    #_EVENTTIMES
    </div>
    {/has_time}
    {is_future}
    #_EVENTADDTOCALENDAR
    {/is_future}
    </section>

    Thank you for your help !

    Plugin Support angelo_nwl

    (@angelo_nwl)

    At the moment this is not yet available, however, you can also try Events Categories or using other WP plugin which supports custom post type (CPT)

    Thread Starter audunmb

    (@audunmb)

    I made a simple plugin to add Organiser as a taxonomy to Events. It lacks a placeholder for now, but I’ll look into it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Best way to add Organiser to events? Custom taxonomy for organiser?’ is closed to new replies.