The collections code, when it output the posts, does it's bother to check if the post is published or not. Here it just does a get_post. https://github.com/cftp/post-collections/blob/master/template.php#L24
The collections code, when it output the posts, does it's bother to check if the post is published or not. Here it just does a get_post.
https://github.com/cftp/post-collections/blob/master/template.php#L24