Hi Josiah,
If you just use the [qem] shortcode it will display all future events.
And if you upgrade to pro you can use pagination.
[qem] displays ALL events, not just future events. This is not what I am looking for.
Can you go to the plugin settings and see if the ‘Show past events in the events list’ box is checked.
The [qem] shortcode will only display future event by default. If you have checked the box or use the [qem id=archive] short code you will see everything.
The thing is, in one place on my site I want to show all events, past and future, but in another place, I want to show only future events. Have I missed something? Is this possible with the existing settings and shortcode arguments?
Do it like this.
For all events use [qem id=archive]
For all future events use [qem]
You can then combine with other shortcode attributes
Sorry, that does not do what I want:
[qem id=archive] only shows past events, whether “Show past events in the events list” is checked or not.
[qem] does show only future events if “Show past events in the events list” is not checked, and all events if it is checked.
So if I use [qem] with “Show past events in the events list” checked I can see all events, but I still need a way of seeing only future events when “Show past events in the events list” is checked.
Try [qem id=all]
That seems to work for me (I’d forgotten about this shortcode).
Thanks does the trick. Thanks very much.