| Installing the wordpress WP Navi Plugin |
|
The wordpress WP PageNavi plugin allows you to create paginated navigation for your wordpress blog instead of the traditional next, previous style navigation. Most users are confused that the paginated navigation does not appear after they have installed the wordpress WP PageNavi plugin. This is because they will need to add the chunk of code below somewhere in their index.php in the theme they are using before that happens. <?php if(function_exists('wp_pagenavi')) { |
