Title: Multiple loop pagination
Last modified: August 20, 2016

---

# Multiple loop pagination

 *  Resolved [manthono](https://wordpress.org/support/users/manthono/)
 * (@manthono)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/multiple-loop-pagination/)
 * Hi all,
 * I have a three categories: cat A, cat B, cat C.
 * I want to display an archive page with the three categories each on it’s own 
   pagination, like this:
 * > page title: Archive
   > **cat A**
    - item1
    - item2
    - item3
 * _prev | next| last_
 * **cat B**
    - item1
    - item2
    - item3
 * _prev | next| last_
 * **cat C**
    - item1
    - item2
    - item3
 * _prev | next| last_
 * What is the best approach to do this? and please give me the link to documentation
   or tutorial on this.
 * Thank you very much.

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

 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/multiple-loop-pagination/#post-3614992)
 * See this topic: [http://wordpress.org/support/topic/paginate-custom-post-foreach-loop-by-taxonomy](http://wordpress.org/support/topic/paginate-custom-post-foreach-loop-by-taxonomy)
 * Try it with this in your theme’s functions.php: [http://pastebin.com/2ycanPkD](http://pastebin.com/2ycanPkD)
   
   This is an example of how you would use the loop on a [custom page template](http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates):
   [http://pastebin.com/r31NYqZ2](http://pastebin.com/r31NYqZ2)
 * Change the category ids in `$include_terms = array( 1, 25, 58 ); // the terms
   A B C ids`
 * btw:
    consider creating a [child theme](http://codex.wordpress.org/Child_Themes)
   instead of editing your theme directly – if you upgrade the theme all your modifications
   will be lost.
 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/multiple-loop-pagination/#post-3614995)
 * @kessiemeijer,
 * Thanks!! I’ve been wanting to get into custom post types and how to display specific
   queries. But honestly, the documentation can be a bit overwhelming at times.
 * That is a very clear, concise beginners approach at this very issue. Thank you
   for taking the time with the pastebins!!
 * Cheers!
 *  Thread Starter [manthono](https://wordpress.org/support/users/manthono/)
 * (@manthono)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/multiple-loop-pagination/#post-3615121)
 * awesome! Thank you very much, keesiemeijer. i love WP and all nice people in 
   it 🙂
 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/multiple-loop-pagination/#post-3615123)
 * You’re welcome. I’m glad you’ve got it resolved.

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

The topic ‘Multiple loop pagination’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/multiple-loop-pagination/#post-3615123)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
