Title: paging problem
Last modified: August 19, 2016

---

# paging problem

 *  [kumaraw](https://wordpress.org/support/users/kumaraw/)
 * (@kumaraw)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/paging-problem-1/)
 * hi i am using the following code,
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com)]_
 * first page is showing good but when clicking on next page it show the same entries
   as 1st page, how to resolve it?

Viewing 1 replies (of 1 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/paging-problem-1/#post-1814188)
 * Need to see your code to be sure, but you probably need to add the ‘paged’ argument
   to the query.
 *     ```
       <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       query_posts("paged=$paged&...");
       ```
   
 * Replace … with your other query arguments.

Viewing 1 replies (of 1 total)

The topic ‘paging problem’ is closed to new replies.

## Tags

 * [paging](https://wordpress.org/support/topic-tag/paging/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/paging-problem-1/#post-1814188)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
