Hi!
I was wondering if anyone can help me. Basically I uploaded the plugin called "WP-Paginate" which is a simple and flexible pagination plugin that provides users with better navigation on my site. The thing is that I'm suppose to add this code to enable it:
Code:
<?php if(function_exists('wp_paginate')) {
wp_paginate();
} ?>
Question is, where do I add it? To be of more help I've added a picture of where I would like this plugin to show:
http://img46.imageshack.us/img46/3570/postlo.jpg
That's a screen shot of my front page but at the bottom of all my posts. Any help would be greatly appreciated!
-Derek