• Resolved Cogdiss

    (@cogdiss)


    Hiya,

    I’m using the Tribe Events Plugin on a site at the moment where I’m trying to create the event display using Essential Grid.

    I’d like to show the date of the event on the Grid Overview Page, which it sounds as though I should be able to do by setting a meta reference:

    “To make the selection of different existing Meta Datas of other plugins and themes easier within the Essential Grid, we created this Reference Table.
    Define the Internal name (within Essential Grid) and the original Handle Name of the Meta Key, and all these Meta Keys are available anywhere in Essential Grid from now on.”

    But I’m struggling with working out what the handle is that the Tribe plugin uses for the event date. I tried tribe-event-date-start and tribe-events-schedule, but neither of them seem to work.

    If you’re able to let me know what the correct handle is, I’d be hugely grateful!

    Thanks 🙂

    Hannah

    https://ww.wp.xz.cn/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Brook

    (@brook-tribe)

    Howdy Hannah!

    I’d love to help. I believe what you are looking for is _EventStartDate. You can find a full list of even meta keys here.

    Keep in mind though that there is typically a lot of logic that powers showing an event date. Thus it is typically shown by calling the PHP function tribe_events_event_schedule_details() which will show the start date, time (if applicable), and end date/time (if applicable). But this requires you to be able to call a PHP function and not a meta keys.

    Does that all make sense?
    Cheers!
    – Brook

    Thread Starter Cogdiss

    (@cogdiss)

    Hi Brook,

    Yep, that all makes sense, thanks for the help! 🙂

    Hannah

    Glad it’s resolved. Thanks for letting us know.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Event date handle?’ is closed to new replies.