• Hi
    Since the plugin itself has no support for custom fields for categories (only events and locations), had to create some with ACF. So far so good.
    The problem is, that can’t display their value on frontend.
    We treid with:
    the_field(‘eventtype’);
    the_field(‘eventtype’,$EM_Category->term_id);
    get_field_object(‘eventtype’);
    None works.
    How can retrieve category custom fields created with ACF?
    Thanks

  • The topic ‘Event category custom fields’ is closed to new replies.