• Hello, can someone please tell me what php file and what code I have to replace to get this plugin working please? Has the navigation code moved to loop.php in this new version? pretty confused! thanks.

Viewing 1 replies (of 1 total)
  • If you’re talking about the default Twenty Ten theme, then yes, you need to replace the code within the loop.php file.

    There are two instances of the default post navigation, which are on lines 22-28, and on lines 170-176. You should replace those with the wp-paginate code:

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

    I know you posted a while ago, but if this still applies, then I hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘wp-paginate on wordpress 3.0.1’ is closed to new replies.