Archive for the ‘Loop Hacks’ Category

WordPress Pagination in Custom Loop

If you use custom loops in WordPress you may run into pagination issues. Specifically, no matter what page you’re on, only the first page’s worth of posts are displayed. Here’s a really quick solution to that problem using the query_posts() function.

Read more