Hello there and thank you for supporting this wonderful package,
I am using the following code:
<?php posts_nav_link(' - ','« Prev','Next »'); ?>
Peculiarly, the ' - ' does not work. Next and previous are right up against one another.
When Next is clicked on the first page, the URL--as expected--becomes:
http://server.org/nameOfPage/page/2/
However, the same content from
appears. Clicking next again yields the same result.