Pagination not work on page but work on category
it is working perfectly fine on category page but when I do similar query on page, then it is not working I can see why you used query_posts() — your pagination function (kriesi_pagination()) uses the main query (the global $wp_query variable) to get the number of pages for your query, so you thought that altering … Read more