Hello,
I'm really getting frustrated. If there isn't one problem with my blog, then it is another. I think once I get over this issues, my problems will be done, so please help me.
My blog is http://www.straightgangsterism.com
For some reason, there is no link at the bottom of my page to my archived posts. I hope that makes since. In my past themes and blogs, there was a link that said "next page" that took you to index pages that displayed past posts in chronological order. How can I get that on my current blog?
Thank you so much.
TransPersonal
Member
Posted 3 years ago #
This may or may not work, but you can try putting these two lines in your
single.php file(if you want the links to appear on your post pages) or in your archive.php file (if you want the links in your yearly archive pages):
<?php next_posts_link('« Previous Entries') ?>
<?php previous_posts_link('Next Entries »') ?>
Check out this:
http://codex.wordpress.org/Template_Tags/next_post_link
<?php next_post_link('format', 'link', 'in_same_cat', 'excluded_categories'); ?>
Hi, thanks for your help. Unfortunately, still not working.