Tagged Questions
2
votes
2answers
480 views
specify meta_key / meta_value condition for prev_post_link and next_post_link
I've got a custom post type (CPT) called event. Every event has got an associated meta_key called event_date.
I want to make sure that events with empty event_date won't appear in my list of all ...