query_posts and pagination, still stuck after much research
Don’t use query_posts. This is a classic example of what happens when you do 🙂 Basically, when WordPress receives an url, it interprets this as a query – it then queries the database to find the results (if any) and serves up an appropriate template (such as 404.php in the case of no results). If … Read more