Title: Pagination query=paged problem [solved]
Last modified: October 27, 2020

---

# Pagination query=paged problem [solved]

 *  [iantresman](https://wordpress.org/support/users/iantresman/)
 * (@iantresman)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/pagination-querypaged-problem-solved/)
 * This pagination loop did not work for me:
 *     ```
       [loop type=post paged=5 query=paged]
         [field title]
         [content]
       [/loop]
   
       [loopage query=paged]
       ```
   
 * Changing the value “paged” to something else worked, eg:
 *     ```
       [loop type=post paged=5 query=pageno]
         [field title]
         [content]
       [/loop]
   
       [loopage query=pageno]
       ```
   
    -  This topic was modified 5 years, 7 months ago by [iantresman](https://wordpress.org/support/users/iantresman/).

The topic ‘Pagination query=paged problem [solved]’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [iantresman](https://wordpress.org/support/users/iantresman/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/pagination-querypaged-problem-solved/)
 * Status: not a support question