How do I make my pagination work?
The root of your problem is the call to query_posts. You’re asking WordPress to load a page and template, and pull posts from the database, then throw away those queries, and repeat them all over again but with new parameters. It’s like asking a PA for a cup of tea every morning, then throwing it … Read more