Hi, having some problems.
I have 4 custom post types each containing approx 8 meta fields. In each custom post type there is a field that contains a date as dd/mm/yyyy.
What i am trying to do is remove posts that contain a meta date field with a date past todays date.
I really am lost any help would be appreciated.
My custom post types are 'ukhol', 'holabroad', 'specevent' & 'daybreak'
My date meta fields are 'ukhol_ddate_meta', 'holabroad_ddate_meta', 'specevent_ddate_meta' & 'daybreak_ddate_meta'
The relevenat fields match the relevant post types ('ukhol_ddate_meta' is in custom post type 'ukhol')
I have tried so many different ways that i have started working backwards!