Anyone have a suggestion for how to add a "View Older Posts" button to the bottom of my (Classic) Blogger pages? I'm pretty happy with my page layout and my Archives are accessible, but I'd also like to have a simple means of allowing readers to go back a page (10 entries) at a time. Rob
This code will display the previous 10 posts: <ul id="recently"> <BloggerPreviousItems> <li><a href="<$BlogItemPermalinkURL$>"><$BlogPreviousItemTitle$></a></li> </BloggerPreviousItems> </ul> You could add it to a customized page featuring earlier posts, and then include a link to that page somewhere on the blog. Hope this helps!
I'm still looking for a way to add a "View Older Posts" button to the bottom of my (Classic) Blogger pages so users could page backwards through my posts. I suspect that my Archives really aren't being used much and that this would help more readers find my older posts.