How to query posts with current or future date only

adding the following arguments did the trick

'meta_value' => date('Y-m-d h:i'),
      'meta_compare' => '>',

Leave a Comment

tech