Posts Tagged ‘query_posts’
Fix pagination on query_posts()
Here is a simple solution for those of you looking to customize your WordPress theme, to use the WordPress query_posts() function to retrieve your blog posts rather than the standard loop.
I created a custom Page Template named “Blog” using query_posts() and assigned this template to be used on a designated Blog page within my more..