Forums
Forums / Fixing WordPress / Pagination for pages
(@studiosx)
12 years, 1 month ago
I have a page with the most rated posts.
I use WP-PostRatings and the code is: query_posts( array( 'meta_key' => 'ratings_average', 'orderby' => 'meta_value_num', 'order' => 'DESC' ) );
query_posts( array( 'meta_key' => 'ratings_average', 'orderby' => 'meta_value_num', 'order' => 'DESC' ) );
Is there a way to create pagination for pages?
Thank you!
(@vtxyzzy)
You must do two things:
The topic ‘Pagination for pages’ is closed to new replies.