Thread Starter
kofoe
(@kofoe)
Anyone please!!!
how to install it when
<div class=”nav-previous”><?php next_posts_link( __( ‘<span class=”meta-nav”>←</span> Older posts’, ‘twentyten’ ) ); ?></div>
<div class=”nav-next”><?php previous_posts_link( __( ‘Newer posts <span class=”meta-nav”>→</span>’, ‘twentyten’ ) ); ?></div>
does not exist in my theme?
In the index.php, you’ll find:
<?php mon_cahier_content_nav( 'nav-below' ); ?>
Just replace that with the pagenavi code. I’ve never tried it, but I’m guessing that’s where it needs to go.
Thread Starter
kofoe
(@kofoe)
Christine u r genius!!!
thank you so much!!!