paging query results
-
hey, i tried to page the query results on my theme but the next page link is *link*&paged=5.
i dont know why it writes paged and not page.
can someone tell me how to fix it?$wp_query = new WP_Query( 'showposts=5&page=' . get_query_var( 'page' ). '&orderby=id&order=DESC' ); next_posts_link('More »', 5);
thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘paging query results’ is closed to new replies.