'artisans', 'posts_per_page' => -1, 'post_status' => 'any', )); foreach ($test->posts as $post) { if ($post->post_status == 'publish' || $post->post_status == 'offline') continue; // write_log($post->post_title); // write_log($post->ID); // write_log($post->post_status); } ?>