So, "the Loop" starts with:
if ($posts) { foreach ($posts as $post)
Now, where does the content of $posts come from? What function should I look at to understand how this is done?
(Note: the main reason I want to know is to see how WP decides which posts to show and which to hide. So, if point me to where this decision is made, first.)