• I want to add some custom taxonomies I use across my site to my events. I’ve figured out how to register the custom taxonomies using CTP UI, but I can only see them on the backend. How do I show the taxonomies as a field on the public event submission form and also on the event page?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am also looking for how to add contact + contact email to the event page, and this is what I just replied to following topic [Events Manager] Best way to add Organiser to events? Custom taxonomy for organiser?

    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)

    Hi,

    You might need to modify the templates mentioned in the template file at events-manager/templates/forms/event-editor.php

    to use templates: https://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/forms/event-editor.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Taxonomies on Form’ is closed to new replies.