Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lester Chan

    (@gamerz)

    I would suggest context your theme author. It differs from theme to theme VERY differently, so I can’t help you with it.

    There’s a lign with the word “nav” somewhere in it in the file Main Index Template (index.php). It comes after <?php endwhile; ?> and before <?php else : ?>. I already changed it, so I can’t find back the original lign, sorry. Anyway, replace that whole lign with the WP-PageNavi code. Hope this helped!

    Okay, got it! In the Main Index Template (index.php) file, there’s the following lign:

    <?php athemes_content_nav( 'nav-below' ); ?>

    Replace it by the WP-PageNavi code (<?php wp_pagenavi(); ?>).

    There you go, that should work!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Where to insert the code?’ is closed to new replies.