Title: Pagination
Last modified: August 21, 2016

---

# Pagination

 *  [lucek](https://wordpress.org/support/users/lucek/)
 * (@lucek)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/pagination-115/)
 * I have a very big trouble with pagination,
    I read [https://code.google.com/p/wordpress-custom-content-type-manager/wiki/CCTM_Pagination](https://code.google.com/p/wordpress-custom-content-type-manager/wiki/CCTM_Pagination)
   and i know that this funkcion i not perfect well. But in my site it’s don’t work
   at all, i add `paginate="true" limit="10"` in my sumiraze-post tag and don’t 
   work at all. And wen i ad f.e.
 *     ```
       require_once(CCTM_PATH.'/includes/CCTM_Pagination.php');
       $P = new CCTM_Pagination();
   
       // Read the offset variable (VERY IMPORTANT!)
       if (isset($_GET['offset'])) {
               $P->set_offset($_GET['offset']);
       }
   
       print $P->paginate(1000);
       ```
   
 * in my template file it shows a links but don’t work at all.
    Please help i try
   to doo this for a week
 * [https://wordpress.org/plugins/custom-content-type-manager/](https://wordpress.org/plugins/custom-content-type-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/pagination-115/#post-4671563)
 * This is a duplicate of this post, no? [http://wordpress.org/support/topic/summarize-posts-paginationa?replies=3](http://wordpress.org/support/topic/summarize-posts-paginationa?replies=3)
 * Sorry, this isn’t really documented for end-users yet. I’m working to improve
   the documentation, but pagination is subtly complex and implementing it on your
   site takes some developer know-how.

Viewing 1 replies (of 1 total)

The topic ‘Pagination’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-type-manager_c9c790.
   svg)
 * [Custom Content Type Manager](https://wordpress.org/plugins/custom-content-type-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-content-type-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-type-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-type-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-type-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-type-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/pagination-115/#post-4671563)
 * Status: not resolved