• 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.. https://www.ads-software.com/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)
  • That’s my alias.

    Thread Starter fredd

    (@fredd)

    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..

    Are you using WP 1.2? It should work based on the limited information, if correct, you have provided.

    Thread Starter fredd

    (@fredd)

    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.

    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?)

    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)

    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.

    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
    https://log.netbib.de
    working example with navigation on a categorypage:
    https://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.