Count Upcoming Events

Home Forums Calendar Products Events Calendar PRO Count Upcoming Events

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #892680
    NMAMA
    Participant

    I am trying to display the number of upcoming evens. Right now this is my code:
    php $published_posts = wp_count_posts(‘tribe_events’)->publish;
    But that pulls in ALL published events. How do I single out just the upcoming events?

    #893746
    Brian
    Keymaster

    Hi,

    I looked up that function and it appears only to return the WordPress status of the post so Published, Draft, etc..

    So it does not have the capability of only returning future events.

    I did come up with a snippet that runs a WordPress Query for Future events only and then you can echo the post count or assign it to a variable or anything else you would like.

    Here is the coding:

    https://gist.github.com/jesseeproductions/ebc7fbaa44f2ce336dbe

    That should get you close, but you may have to play around with it to get it closer.

    Let me know if you have any follow up questions.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Count Upcoming Events’ is closed to new replies.