• Resolved dala5564

    (@dala5564)


    I have the boring “previous” & “next” buttons on the bottom of my page.. any way to get rid of this and position the plugin where the old buttons used to be?

    I followed the installation instructions and put the proper code in footer.php, but its way too low AND the “previous” and “next” buttons are still there as well.

    Any help would be appreciated, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Look for previous_posts_link() and next_posts_link() in the rest of your theme files and replace as necessary.

    Such files would be index.php, archive.php, category.php etc.

    Thread Starter dala5564

    (@dala5564)

    Thanks scribu.

    I found the necessary “previous_posts_link() and next_posts_link()”, how can I put the code in its place?

    There are different codes in the plugin like:

    pagenavi-css.css
    pagenavi-options.php
    wp-pagnavi.php
    wp-pagenavi.pot

    Thread Starter dala5564

    (@dala5564)

    I chose to use WP-Page numbers because it supplies a custom code to put into the files that you stated. So I went with that.

    Thanks so much for your help!

    You just had to put <?php wp_pagenavi(); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-PageNavi] How to put the code above footer?’ is closed to new replies.