Tagged Questions
0
votes
1answer
300 views
Wordpress & PHP sessions
I am using a plugin called WP events manager, I would like to add custom functionality so that each event can be 'added' to a 'basket' then at the end the user can go the the 'checkout' and register ...
5
votes
2answers
580 views
Only Showing Upcoming Events
In the sidebar of this page: http://lifebridgecypress.org/our-people, I have a list of upcoming events using this code...
<ul id="upcoming-events">
<?php
$latestPosts = new WP_Query();
...
0
votes
1answer
478 views
How to Configure Events List in Wordpress to Disappear Event Once Date is Past
I currently have some code setup to display upcoming events set by the admin based on the date of the event. The upcoming events are sorted by the next upcoming event, starting from the top, and then ...