Title: Paged navigation
Last modified: August 18, 2016

---

# Paged navigation

 *  [fredd](https://wordpress.org/support/users/fredd/)
 * (@fredd)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/)
 * Hi..
    For some time, I’ve been searching for a plugin, that makes it possible
   to browse around in my blog like this: << 1 2 3 >> with fx. 5 posts pr. page.
   I found the “vBulletin Style Page Navigation”, and “ringmaster” writes that he
   ported it to WP1.2 as a plugin.. [http://wordpress.org/support/?action=vthread&forum=10&topic=1542&page=1](http://wordpress.org/support/?action=vthread&forum=10&topic=1542&page=1)
   But.. I can’t find it on his site, and I haven’t had any luck with anything else..
   Anyone who has got a copy of the WP1.2 Plugin, or something similar?

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

 *  Anonymous
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85033)
 * From the wiki:
    [http://www.lesterchan.net/portfolio/programming/wp-pagenavi.zip](http://www.lesterchan.net/portfolio/programming/wp-pagenavi.zip)
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85035)
 * That’s my alias.
 *  Thread Starter [fredd](https://wordpress.org/support/users/fredd/)
 * (@fredd)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85273)
 * I downloaded the zip-file, uploaded the php-file to my plugin-directory, activated
   it, and everything looked like it would work. But.. Here is my maybe stupid question:
   What am I going to write in my index.php to get the paged navigation to show 
   up? And where?
    I tried writing <?php page_navigation() ?> both inside and outside
   the “loop”, but nothing happens.. Not even an error message..
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85289)
 * Are you using WP 1.2? It should work based on the limited information, if correct,
   you have provided.
 *  Thread Starter [fredd](https://wordpress.org/support/users/fredd/)
 * (@fredd)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85402)
 * Yes, I am using WP1.2..
    This is the code I have on the index.php: <?php foreach(
   $posts as $post) { start_wp(); ?> <?php the_date(“d/m-y”,”<h2>”,”</h2>”); ?> 
   <h3 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”<?
   php the_title(); ?>”><?php the_title(); ?></h3> <?php the_content(); ?><?php 
   link_pages(“Pages: “,”“,”number”) ?> _Skrevet af **<?php the\_author() ?>** @“
   ><?php the\_time() ?>_ <?php edit_post_link(__(“RedigÃ©r”), ‘ |’); ?> <?php comments_popup_link(
   __(‘Skriv en kommentar’), __(‘1 kommentar’), __(‘% kommentarer’)); ?>  <?php 
   include (“wordpress/wp-comments.php”); ?> <?php } ?> <?php page_navigation() ?
   > A friend of mine, also tested it on his site – and it doesn’t work there either..
   But, thanks for your help, so far.
 *  [divrom](https://wordpress.org/support/users/divrom/)
 * (@divrom)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85469)
 * Beel, does this work in 1.3? Also, would it work for categories and posts by 
   author? (I’m guessing they would take rewrite rules?)
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85490)
 * No, but there is another thread out there somewhere where I posted what to do
   to fix the plugin (at least for 1.3-alpha-2)
 *  [divrom](https://wordpress.org/support/users/divrom/)
 * (@divrom)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85517)
 * I couldn’t find that thread, Beel. I’ve found one addressing the plug-in in 1.3
   but the solution offered doesn’t work on any of the things I asked about above;
   and I haven’t got the PHP know-how to adapt it.
 *  [edlef](https://wordpress.org/support/users/edlef/)
 * (@edlef)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85613)
 * Hi,
    i have a similiar serious problem with the plugin 😎 It works on my archive
   or category pages, but not on the frontpage (index.php). Is it possible that 
   the plugin stops working if there are to may pages in the blog?? (we have over
   10.000 entries…) The bug: on the frontpage the navigation is missing [http://log.netbib.de](http://log.netbib.de)
   working example with navigation on a categorypage: [http://log.netbib.de/archives/category/open-access/](http://log.netbib.de/archives/category/open-access/)
   TIA and greetings from Lueneburg 😎

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

The topic ‘Paged navigation’ is closed to new replies.

 * 9 replies
 * 5 participants
 * Last reply from: [edlef](https://wordpress.org/support/users/edlef/)
 * Last activity: [21 years, 8 months ago](https://wordpress.org/support/topic/paged-navigation/#post-85613)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
