On the summary.php page, instead of having a "More Posts" link at the bottom, is there a way to go to a "Next Page || Previous Page" setup like in the index.php page?
Generally speaking, no reply means no one has an answer for you. Sometimes it means the person who might have an answered hasn't seen your post. That could happen if, for example, your question is only a bit over an hour old.
Perhaps I have been a little vague.
I would like to know if I can use this as seen in the _main.php page:
<?php link_pages() ?>
in lieu of having:
<a href="<?php blog_list_iteminfo('blogurl', 'raw' ) ?>"><?php echo T_('More posts...') ?></a>
at the bottom of the summary page?
This is the last issue I have before going live with this blog, can anyone PLEASE help me?