How get category event or start date

Home Forums Calendar Products Events Calendar PRO How get category event or start date

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #122814
    latiuscia
    Participant

    Hi,
    How can I get the category event or start date, I mean something like :
    get_post_meta($post->ID, category, ‘true’)
    I know this code is not working but could you please let me know how get the these informations?

    Thanks a lot

    #123055
    Barry
    Member

    Hi!

    You can get a list of categories assigned to an event with tribe_get_event_taxonomy() – or if you want a ‘raw’ list you can use the appropriate WordPress API function, in this case get_the_term_list().

    To retrieve the start date you can use our tribe_get_start_date() function.

    Does that help?

    #130048
    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How get category event or start date’ is closed to new replies.