Title: Paging Example?
Last modified: August 24, 2016

---

# Paging Example?

 *  [Dave Navarro, Jr.](https://wordpress.org/support/users/dnavarrojr/)
 * (@dnavarrojr)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/paging-example/)
 * Is there an example of paging?
 * I am using CCS to display posts from a custom post-type and the page is getting
   too long. I need to add paging so that visitors can still access ALL of the posts.
 * [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)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/paging-example/#post-5985661)
 * Hello,
 * There is a (very) beta version of a plugin for pagination. You can see it [here](http://eliotakira.com/plugin/paginator).
 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/paging-example/#post-5985687)
 * In the newest plugin update, I added a paging feature to the loop. A basic example
   is:
 *     ```
       [loop type="post" paged="5"]
         [field title]
       [/loop]
       [loopage]
       ```
   
 * Please see the documentation for details.

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

The topic ‘Paging Example?’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/paging-example/#post-5985687)
 * Status: not resolved