• I have latest version of EO and I’ve added a custom field to the “events” field type using ACF. The field shows up in the editor, however when I attempt to output the custom field’s value between the [eo_events][/eo_events] pair it I can’t. I’ve tried allowing php and and going that route to retrieve the fields valure but that isn’t working between thge [eo_events] tags either.

    [eo_events]%event_title%[/eo_events]

    The reason is that I need the resulting links to be custom external links.
    Thanks for any assistance you can provide.

    http://wordpress.org/extend/plugins/event-organiser/

Viewing 1 replies (of 1 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    You can’t do that with shortcode tags I’m afraid. To use ACF in the list you’d need to create a template / widget / shortcode which lists the events and includes the custom fields from ACF.

    I’ll look into introducing ‘meta’ tags though.

Viewing 1 replies (of 1 total)

The topic ‘Custom Event fields’ is closed to new replies.