get_posts – find out if querystring was crap and fallback is used
If you look at how the query works, this is not a case of … Check to see if the passed query conditions return posts Else run a fallback query What happens is that your conditions are merged with certain defaults via a very complicated sequence of conditionals. At the end of that, you have … Read more