Title: red321's Replies | WordPress.org

---

# red321

  [  ](https://wordpress.org/support/users/red321/)

 *   [Profile](https://wordpress.org/support/users/red321/)
 *   [Topics Started](https://wordpress.org/support/users/red321/topics/)
 *   [Replies Created](https://wordpress.org/support/users/red321/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/red321/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/red321/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/red321/engagements/)
 *   [Favorites](https://wordpress.org/support/users/red321/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] Upcoming Events Query](https://wordpress.org/support/topic/plugin-the-events-calendar-upcoming-events-query/)
 *  [red321](https://wordpress.org/support/users/red321/)
 * (@red321)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-the-events-calendar-upcoming-events-query/#post-1945117)
 * Take a look at the FAQ
    [http://wordpress.org/extend/plugins/the-events-calendar/other_notes/](http://wordpress.org/extend/plugins/the-events-calendar/other_notes/)
 * This may be a better option for you
 * eventDisplay=upcoming
 * `<?php $custom=new WP_Query('cat=7&eventDisplay=upcoming'); ?>`
 * This automatically filters events so only the upcoming events show so you don’t
   need to do the date comparison.
 * I did find that to limit the number of events utilizing this method I had to 
   utilize a post counter.

Viewing 1 replies (of 1 total)