Hi!
I have installed this plugin, as Flynn wrote that for this one Atahualpa is already prepared.
After I installed it, the pagination appeared on top of my blog's content and I would rather appreciate it did so at the bottom.
So, I added
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
into HTML inserts: Body Bottom, and now pagination appears under my footer's content, ie, under Copyright statement, which is not good, Copyright should be bellow.
So, my questons are:
1. how to remove pagination from my blog's top
2. how to put it under blog's content and still above the the Copyright statement?
Help appreciated!