Title: Multiple Loops, Navigation?
Last modified: August 20, 2016

---

# Multiple Loops, Navigation?

 *  Resolved [chrisando](https://wordpress.org/support/users/chrisando/)
 * (@chrisando)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/multiple-loops-navigation-1/)
 * I have multiple loops on a homepage.
    eg. [http://thelibrarybag.com/](http://thelibrarybag.com/)
 * i have a navigation under the main post. However i want all the loops to go back/
   foward a post.
 * Is this possible?
 * Code Below.
 * [http://pastebin.com/3aAvSf2k](http://pastebin.com/3aAvSf2k)

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/multiple-loops-navigation-1/#post-2141732)
 * after line 7, try and add:
 * `<?php $paged = get_query_var('paged'); ?>`
 * then in line 37, change to:
 * `<?php query_posts('category_name=the_montage&paged=' . $paged); ?>`
 * and in line 47, change to:
 * `<?php query_posts('category_name=the_plug&paged=' . $paged); ?>`
 * make a backup copy of the theme files before editing.
 * (totally untested)
 *  Thread Starter [chrisando](https://wordpress.org/support/users/chrisando/)
 * (@chrisando)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/multiple-loops-navigation-1/#post-2141900)
 * Worked perfectly.
 * Cheers for your help!

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

The topic ‘Multiple Loops, Navigation?’ is closed to new replies.

## Tags

 * [loops](https://wordpress.org/support/topic-tag/loops/)
 * [multiple loops](https://wordpress.org/support/topic-tag/multiple-loops/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [chrisando](https://wordpress.org/support/users/chrisando/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/multiple-loops-navigation-1/#post-2141900)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
