I have the settings set at showing 5 summarys per page.
Normally, there is a next, previous and page count shown at the bottom of the page.
This doesn't appear to be functioning. Am I missing something?
Http://beyondisight.com/blog/
I have the settings set at showing 5 summarys per page.
Normally, there is a next, previous and page count shown at the bottom of the page.
This doesn't appear to be functioning. Am I missing something?
Http://beyondisight.com/blog/
was the loop modified? Try this plugin http://wordpress.org/extend/plugins/wp-pagenavi/ Or make sure you have
<?php next_posts_link( __( '← Older posts', 'twentyten' ) ); ?>
<?php previous_posts_link( __( 'Newer posts →', 'twentyten' ) ); ?>netxm -
Thanks I'll check out both.
I suppose since I am using theme 'Pyrmont V2' I can replace 'twentyten' with that.
I will look at the code and try that first - I'll let you know the results.
Thanks for the feedback.
There was screwy coding in the layout in the theme Pyrmont V2 - but using the plugin worked great - thanks again.
You must log in to post.