• wahlstrom

    (@wahlstrom)


    Can some one explain how to install WP-PageNavi
    I put the php file in the plugin dir.

    I am having a hard time understanding this (in the install readme)

    // Open wp-content/themes/<YOUR THEME NAME>/footer.php

    Add:
    ——————————————————————
    <?php wp_pagenavi(); ?>
    ——————————————————————

    Can you please help me install wp_pagenavi

Viewing 1 replies (of 1 total)
  • Truth

    (@truth)

    Hmm. it means u go to the template file you want to add the page navi on, I didn’t put mine in the footer though, I put it at index.php, so you open up whichever file you want the page navi to appear and where you want it to be add this line

    <?php wp_pagenavi(); ?>

    and the page navi will appear there… 🙂

    activate the plugin though 😉

Viewing 1 replies (of 1 total)
  • The topic ‘Can some one explain how to install WP-PageNavi’ is closed to new replies.