Forums

Can some one explain how to install WP-PageNavi (2 posts)

  1. wahlstrom
    Member
    Posted 6 years ago #

    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

  2. Truth
    Member
    Posted 6 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic