Events Meta Data

Home Forums Calendar Products Events Calendar PRO Events Meta Data

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41559
    aidin
    Participant

    Is there a way to get meta data from the Event post itself, for example, I don’t want the whole venue address, but just the City. These are not custom fields.

    #41587
    Barry
    Member

    Hi Aidin,

    Have you looked at the tribe_get_city() function? If you are within the loop on an events page it will assume the current event, or alternatively you can pass in the post ID of an event:

    $city = tribe_get_city(503);

    Does that help here?

    #41642
    aidin
    Participant

    Yes that worked. Thank you. Where can I find a list of all those functions?

    #41706
    Barry
    Member

    Many are documented in the Template Tags & Standard Functions section of our docs.

    We’ve also got a handy link in our Useful Resources widget over on the right of this page that you can use to visit the technical docs if you can’t find any useful posts or snippets in the forum.

    #978742
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Events Meta Data’ is closed to new replies.