Create a page only show past event Post date Home › Forums › Calendar Products › Events Calendar PRO › Create a page only show past event This topic has 11 replies, 4 voices, and was last updated 11 years ago by Support Droid. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts November 14, 2011 at 1:02 am #11022 wayneParticipant Hi, Is that possible to create a page only showcase past events in listing view? November 14, 2011 at 5:01 am #11028 TinekeParticipant Also have this question November 14, 2011 at 5:07 am #11029 TinekeParticipant Found it: $loop = new WP_Query( array( ‘post_type’ => ‘tribe_events’, ‘posts_per_page’ => 2, ‘orderby’ => ‘date’, ‘order’ => ‘ASC’, ‘paged’, ‘eventDisplay’ => ‘past’) ); November 14, 2011 at 11:13 am #11048 RobMember Excellent to hear you found that Tineke. Wayne: does that answer your question? November 14, 2011 at 4:46 pm #11084 RobMember Thanks Tineke. Wayne, let me know if her suggestion gives you what you need. November 15, 2011 at 5:51 am #11098 wayneParticipant May I know wht is the full script to show this loop? sorry, I not familiar with this.. Please help ‘tribe_events’, ‘posts_per_page’ => 2, ‘orderby’ => ‘date’, ‘order’ => ‘ASC’, ‘paged’, ‘eventDisplay’ => ‘past’) ); show content? ?> November 15, 2011 at 11:39 am #11108 RobMember Let me see if Jonah can chime in on this one, Wayne. November 15, 2011 at 3:15 pm #11132 RobMember Hey Tineke, do you have what Wayne is requesting here? If you’d be willing to share, let me now…otherwise I can get a dev to jump in. November 15, 2011 at 7:38 pm #11145 TinekeParticipant Hey Rob/Wayne, My full past-events template code can be found here: http://pastebin.com/adA9xEZh November 16, 2011 at 12:32 am #11154 wayneParticipant Hi Tineke, It’s working! Thank you very much 😀 Rob, Thanks for your help too. November 16, 2011 at 9:10 am #11167 RobMember Thanks to all involved 🙂 Let us know if any other issues arise. July 2, 2015 at 7:33 am #974627 Support DroidKeymaster 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. Author Posts Viewing 12 posts - 1 through 12 (of 12 total) The topic ‘Create a page only show past event’ is closed to new replies. → Please verify your API key is correctly entered on the settings