I'm using a blogger theme on a custom domain. I just noticed that on the main page I don't have a 'next page' option at the end of posts. How do i add that? On a post page, I do have the 'older post/newer post', but it's missing on the main page. If anyone knows how to make this change in html editing, plz tell me Site is efstasy dot com Thanks
If it can't be made in the sites posting structure. Then at the bottom of your post assuming you're the one that blogs on it use the <a href> tag , If you know the next page of your blog or will create one when you have completed the original page. example: <a href="http://www.my_blog_site.com/page2.html"> Next Page >> </a> if you want it to open in a new window which would be ridiculous but just so you know you use <a href="http://www.my_blog_site.com/page2.html" target="new"> Next Page >> </a> (target="new" target ="_blank" target="_new" should be the code , check see if which 'new' target works. Its not recalling at the moment