Title: Page Navigation Problem
Last modified: August 19, 2016

---

# Page Navigation Problem

 *  [Amisanoai](https://wordpress.org/support/users/amisanoai/)
 * (@amisanoai)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/page-navigation-problem-3/)
 * Hello, I am using the Prestige Theme and made all the changes I need as said 
   on other topics (if necessary) but I can’t make my homepage go to previous or
   next pages of posts. The url changes to page/2/ but the navigation says it is
   page 1 and the posts are from page 1.
 * I think this piece of code is important:
 *     ```
       // prepeare posts query
                   $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
                   $args=array('paged'=>$paged);
   
                   if($blog_categories != '') { $args['cat'] = $blog_categories; }
                   if($blog_authors_arg != '') { $args['author'] = $blog_authors_arg; }
                   if($excluded != '') { $args['category__not_in'] = $excluded; }
   
                   query_posts($args);
                   $max_page = $wp_query->max_num_pages;
       ```
   
 * What changes do I need to make?
 * Does the permalink structure affects it? I am using /%category%/%postname%/
 * Does the fact that I am using the a page as blog home page affects the navigation?
   mysite.com/home (page) -> mysite.com
 * Using the theme twentyten it works well.
 * The wp-pagenavi plugin also doesn’t work with the same problem.

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

 *  Thread Starter [Amisanoai](https://wordpress.org/support/users/amisanoai/)
 * (@amisanoai)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/page-navigation-problem-3/#post-1895952)
 * Please somebody can help with this?
 *  [Aaron](https://wordpress.org/support/users/amackley/)
 * (@amackley)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/page-navigation-problem-3/#post-1895964)
 * I’m not good with the code and I’m not familiar with the Prestige theme or its
   developer/designer.
 * You said it works with twentyten. I would try two or three other themes to see
   if it is working there. If so, then I would contact the Prestige theme developer,
   if you can.
 * Send me more info and I’ll see if I can help.
 *  [Kassiah](https://wordpress.org/support/users/kassiah/)
 * (@kassiah)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/page-navigation-problem-3/#post-1896293)
 * Hey I don’t know if you still need this, but you have to set Front Page Display.
 * Under Settings, go to Reading. Then set Front Page displays to a “Static Page”
   and choose the page you have your homepage content on.
 * hth
 *  [hockeyfreak](https://wordpress.org/support/users/hockeyfreak/)
 * (@hockeyfreak)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/page-navigation-problem-3/#post-1896303)
 * Hey Amisanoai,
 * Have you found a solution for the problem? ‘Cause I have the same problem as 
   you (had) and I don’t find a solution.
 * Would be nice if you could help me please!
 * Best regards, Alex
 *  Thread Starter [Amisanoai](https://wordpress.org/support/users/amisanoai/)
 * (@amisanoai)
 * [15 years ago](https://wordpress.org/support/topic/page-navigation-problem-3/#post-1896305)
 * No sorry.
 *  [kostas76](https://wordpress.org/support/users/kostas76/)
 * (@kostas76)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/page-navigation-problem-3/#post-1896310)
 * I have the same problem.Could anyone help please???

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

The topic ‘Page Navigation Problem’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 5 participants
 * Last reply from: [kostas76](https://wordpress.org/support/users/kostas76/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/page-navigation-problem-3/#post-1896310)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
