Comparing Dates and Making Events List
In this short video we are going to make event list which is going to show future events but is going to hide past events.
To make this events list we are going to use Wordpress custom query and meta_query functionality. To make events custom post type and necessary fields we are going to continue using WP Types plugin.
If you are unclear what is going on with the custom post types please check previous videos about custom post types.