Forums
(@kants)
14 years, 1 month ago
if(is_array($q[‘post_status’])){ $q_status = $q[‘post_status’]; }else{ $q_status = explode(‘,’, $q[‘post_status’]); } use this one