Pull specific functions and display them on specific locations

Home Forums Calendar Products Events Calendar PRO Pull specific functions and display them on specific locations

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #916036
    Hridaya
    Participant

    Hi there,

    For our next job we need to pull specific functions and show them on specific locations in the site.
    For example:

    On our own designed event page, we want to display on top the possibility to show only the dates of the previous and next events.

    Is it possible to pull data from the calendar for these kin of functions?

    Thanx

    #916295
    Brian
    Member

    Hi,

    I can help you get started on this customization.

    The events are custom post types in WordPress using these names:

    Events are:

    tribe_events

    Venues are:

    tribe_venue

    Organizers are:

    tribe_organizer

    So you can create a custom loop to get the events.

    http://codex.wordpress.org/Class_Reference/WP_Query

    All our data such as the Event Start Date, End Date, etc is in Custom Fields for each event.

    This is the name of the custom field for the start date:

    _EventStartDate

    We can help answer some questions about customizations, but for the most part they are beyond the support we can provide.

    Let me know if you have any follow up questions.

    Thanks

    #935679
    Brian
    Member

    Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Pull specific functions and display them on specific locations’ is closed to new replies.