one question // how to using "POST QUERY" add the latest events?

Home Forums Calendar Products Events Calendar PRO one question // how to using "POST QUERY" add the latest events?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27600
    Dusan
    Participant

    how to using “POST QUERY” add the latest events?

    example:
    <?php query_posts(array(
    ‘post_type’ => ´tribe_events´,
    ‘numberposts’ => 30,
    ‘order’ => ´ASC´
    )); ?>
    :: Post type?

    Thanks support 🙂

    #27612
    Jonah
    Participant

    Hey Dusan,

    When using query_posts or WP_Query use:

    'post_type'=>array(TribeEvents::POSTTYPE)

    …for the post_type argument.

    – Jonah

    #27613
    Dusan
    Participant

    Thanks fast support “Jonah West” 😉 Good a nice day!

    #978111
    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘one question // how to using "POST QUERY" add the latest events?’ is closed to new replies.