Hello Scribu??
Thanks for your answer, im gonna read it, even the 1st step talks about a code I cant found in my theme i use swift theme, do you know where can i find this code??
<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>
I guess in the second part the code you post is for the case for multipart pages, This is what the “read me” contains:
For multipart pages, you would look for code like this:
<?php wp_link_pages( ... ); ?>
and replace it with this:
<?php wp_pagenavi( array( 'type' => 'multipart' ) ); ?>
i have changed this code but it doesnt work, in this theme (swiftPremium) is writen a code like this:
if(function_exists(‘swift_pagenavi’)) swift_pagenavi();
that i suppose is the pagenavi owned of the theme but if I replace it here it just shows a number 1 into a circle.
Hope you know this thing to make it work