• hi everybody,

    I need help in the configuration of pagenvi. It is been installed but I want that pagenavi only works in home page.

    So the code for this is:

    <?php if( is_home() ) {
    wp_pagenavi();
    } ?>

    The problem is:

    In this page, http://trancebrothers.vacau.com/2012/09/ the configuration of pagenavi still there, in other words, 4 posts per page and I can’t get access to other posts.

    There are any way to get a list of all posts in that page?? Certainly is in the code but I don’t understand this.. lol

    Thanks a lot for the attention..

    I hope for a solution.

    Bruno Araújo

  • The topic ‘HELP PAGENAVI – URGENT’ is closed to new replies.