WP-PageNavi problem

vlad8

Newbie
Joined
Jan 10, 2012
Messages
13
Reaction score
1
On the bottom of the page where it should be the pages (1,2,3) there is nothing .What's the problem ?I have installed the WP-PageNavi plugin
 
In order that plugin to work you need to put this code on the page you want the pagenavi to appear:
PHP:
<?php wp_pagenavi(); ?>
 
Back
Top