Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Mike,

    At the moment, you’d need to create a custom version of the template at /events-manager/templates/forms/event-editor.php.

    This tutorial explains how to create custom templates that are upgrade safe:

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

    Thread Starter michaelpfaff

    (@michaelpfaff)

    @caimin_nwl, I’ve copied the templates into my theme, but not sure which code to add to create a tags section for the form.

    Would I just copy this:

    <?php if(get_option(‘dbem_categories_enabled’)) { em_locate_template(‘forms/event/categories-public.php’,true); } ?>

    And, change categories to tags? I’m not seeing a tags-public.php file though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event Tags’ is closed to new replies.