Forums

[Plugin: WP-Paginate] Not VIsible pagination (5 posts)

  1. wickedsunny1
    Member
    Posted 2 years ago #

    Hiiz,
    i just installd thsi mod but nothing visible in my navigation div. need assistance.
    http://www.designzzz.com
    Designzzz

    http://wordpress.org/extend/plugins/wp-paginate/

  2. Eric Martin
    Member
    Posted 2 years ago #

    Hello,

    Did you update your theme files to include the wp_paginate function [1]?

    You need to edit index.php, archive.php and search.php and replace:

    <div class="navigation">
    	<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    	<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    </div>

    With:

    <?php if(function_exists('wp_paginate')) {
        wp_paginate();
    } ?>

    If that doesn't get it working, let me know.

    [1] http://wordpress.org/extend/plugins/wp-paginate/installation/

  3. wickedsunny1
    Member
    Posted 2 years ago #

    woo hoo superb man !! works like a charm , full ratings :)

  4. origogrp
    Member
    Posted 2 years ago #

    Eric,

    I have changed the navigation code on my index.php, search.php, and archive.php, however the pagination shows on all the pages EXCEPT for the first page. Please take a look at my site.

    Thanks

  5. origogrp
    Member
    Posted 2 years ago #

    eeep! nevermind, i fixed it somehow.

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic