Title: Problem with [loop offset=x]
Last modified: August 30, 2016

---

# Problem with [loop offset=x]

 *  Resolved [indrayn](https://wordpress.org/support/users/indrayn/)
 * (@indrayn)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-loop-offsetx/)
 * Hi Eliot,
    I have code like this
 *     ```
       [loop type=post paged=8 offset=1]
       [h3][field title-link][/h3]
       [content words=40 sentence=true more=' Continue Reading → ']
       [/loop]
       [br][loopage]
       ```
   
 * First page is displayed correctly with one post skipped, pagination displayed
   at the bottom.
    But if we click the number/pagination, the content is still the
   same, does not change to other page, but the number at pagination is changed.
   If parameter “offset” is removed, it works.
 * Thanks
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/problem-with-loop-offsetx/#post-6602864)
 * Hi Indrayn,
 * I tested this and confirmed the strange behavior. Looking deeper, I found that
   WP_Query doesn’t handle offset and pagination together – it requires a tricky
   workaround: [Codex: Making Custom Queries using Offset and Pagination](http://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination).
   I managed to implement it in the newest plugin update, so it should work correctly
   now.
 *  Thread Starter [indrayn](https://wordpress.org/support/users/indrayn/)
 * (@indrayn)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/problem-with-loop-offsetx/#post-6602872)
 * Thank you Eliot, it works well !
    Great plugin, awesome support always.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with [loop offset=x]’ 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/)

## Tags

 * [loop](https://wordpress.org/support/topic-tag/loop/)
 * [offset](https://wordpress.org/support/topic-tag/offset/)
 * [paged](https://wordpress.org/support/topic-tag/paged/)
 * [pagination](https://wordpress.org/support/topic-tag/pagination/)
 * [skip](https://wordpress.org/support/topic-tag/skip/)

 * 2 replies
 * 2 participants
 * Last reply from: [indrayn](https://wordpress.org/support/users/indrayn/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/problem-with-loop-offsetx/#post-6602872)
 * Status: resolved