Title: Enable Paged Navigation
Last modified: August 18, 2016

---

# Enable Paged Navigation

 *  [Mkadmin](https://wordpress.org/support/users/mkadmin/)
 * (@mkadmin)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/)
 * The theme that I’m using [2813 WordPress Theme](http://elifoner.com/spotlight/theme/2813/)
   does not have paged navigation enabled in it. I tried using WP PageNavi plugin
   but that too didn’t help. In `theloop.php` the relevant template tag is available:
 * `/* Insert Paged Navigation */ if (!is_single()) { include (TEMPLATEPATH . '/
   navigation.php'); } ?>`
 * Then I opened the `home.php` and added the following at the end:
 *     ```
       <div class = 'navigation'>
       		<?php include('navigation.php'); ?>
       ```
   
 * Still navigation doesn’t display.
 * Would appreciate any help on this. Thanks.

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

 *  Thread Starter [Mkadmin](https://wordpress.org/support/users/mkadmin/)
 * (@mkadmin)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/#post-534815)
 * Somebody please help, at least a hint.
 *  [Jonathan Landrum](https://wordpress.org/support/users/jonlandrum/)
 * (@jonlandrum)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/#post-534820)
 * It seems like the last time I used a home.php template it wouldn’t navigate pages.
   I don’t think it’s a theme issue. Try appending /page/2/ at the end of your root
   URL. If it shows the home page again, then that’s the problem.
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/#post-534838)
 * There has been a problem with “outside the norm” loops and paged navs. I don’t
   know if that’s the problem here, but a search will turn up a lot of posts about
   paged nav problems….
 *  Thread Starter [Mkadmin](https://wordpress.org/support/users/mkadmin/)
 * (@mkadmin)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/#post-534913)
 * jonlandrum,m i don’t think the problem exists with all theme3s home.php. [WP.com also has the same 2813 theme](http://koolinus.wordpress.com/2006/04/23/evolution-how-to-backup/)
   but there the paged navigation worked fine. Wonder how they did it?
 * Also this theme also uses [home.php](http://www.briangardner.com/demos/) and 
   works.
 * And yes, the /page/2 thingy doesn’t work.
 * vkaryl, I found lot of stuff on pag nav probs but nothing thjat would solve me
   problem.
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/#post-535026)
 * wp.com is run on wpmu, so things may be very different….
 *  [Jonathan Landrum](https://wordpress.org/support/users/jonlandrum/)
 * (@jonlandrum)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/#post-535031)
 * And I don’t think WPmu is using a home.php file. I’m pretty sure it uses index.
   php, which pages just fine. I never found any way around it, but that was about
   a year ago. There may be a plugin or something these days.
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/#post-535037)
 * I honestly don’t know, since I never do the “home.php” thing – if I want something
   like that I do it the old-fashioned way….
 *  Thread Starter [Mkadmin](https://wordpress.org/support/users/mkadmin/)
 * (@mkadmin)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/#post-535062)
 * I got pagging to work by deleting the home.php file. it works fine but now i 
   have changed my theme itself. But als this one also uses home.php and paging 
   doesn’t work in this one as well 🙂

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

The topic ‘Enable Paged Navigation’ is closed to new replies.

 * 8 replies
 * 3 participants
 * Last reply from: [Mkadmin](https://wordpress.org/support/users/mkadmin/)
 * Last activity: [19 years, 3 months ago](https://wordpress.org/support/topic/enable-paged-navigation/#post-535062)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
