Pagination & get_pages?

I think you can use query_posts() function instead of get_pages(), and use a pagination plugin like wp-pagenavi. The query_posts() will set variables for pagination as well without any afforts.

Leave a Comment