Good day! Could you help me with plugin 'WP-PageNavi 2.81'. I need to do: 'In your theme, you need to find calls to next_posts_link() and previous_posts_link() and replace them. In the Twentyten theme, it looks like this:
php next_posts_link( __( '← Older posts', 'twentyten' ) ); ?>
php previous_posts_link( __( 'Newer posts →', 'twentyten' ) ); ?>
You would replace those two lines with this: php wp_pagenavi(); ?> 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' ) ); ?>'
Could you say to me where in theme "PageLines" I need to insert and replace the code? Thanks a lot for you help!
Plugin WP-PageNavi
Started by
ismehigreh
, Jan 22 2012 01:00 PM
5 replies to this topic
#1
Posted 22 January 2012 - 01:00 PM
#2
Posted 22 January 2012 - 01:35 PM
If you install the plugin, it should do this for you automatically. Have you done that?
#3
Posted 22 January 2012 - 01:41 PM
I installed the plugin, configured it, but page navigation was the same.
#4
Posted 22 January 2012 - 02:20 PM
Please provide a link to your site.
#6
Posted 22 January 2012 - 07:38 PM
I would suggest writing to the plugin author. There is likely a conflict with other plugins you have installed or with Cyrillic letters on your site.










