Title: Please Help with Previous Posts Link
Last modified: August 20, 2016

---

# Please Help with Previous Posts Link

 *  Resolved [Daniella](https://wordpress.org/support/users/ellaj/)
 * (@ellaj)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/please-help-with-previous-posts-link/)
 * Hi,
    On the home page of this site: [http://tomasflintblog.com/](http://tomasflintblog.com/),
   the “Older Entries” link at the bottom is working. However, on this page: [http://tomasflintblog.com/products/](http://tomasflintblog.com/products/),
   it’s not working at all. The Older Entries link goes to the same page. The Template
   Page code is here: [http://pastebin.com/u7hPSrTz](http://pastebin.com/u7hPSrTz).
 * Does anyone know how I can fix this?
    Thank you!

Viewing 1 replies (of 1 total)

 *  Thread Starter [Daniella](https://wordpress.org/support/users/ellaj/)
 * (@ellaj)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/please-help-with-previous-posts-link/#post-2198811)
 * I fixed it…changed the query to:
 *     ```
       query_posts($query_string . "&cat=$que");
       	  $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       	  query_posts( 'cat=193,195,196,197,216&paged=' . $paged);
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Please Help with Previous Posts Link’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [Daniella](https://wordpress.org/support/users/ellaj/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/please-help-with-previous-posts-link/#post-2198811)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
