Blogger theme - little help

Discussion in 'HTML & Website Design' started by Speedy_J, Feb 5, 2012.

  1. #1
    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
     
    Speedy_J, Feb 5, 2012 IP
  2. ezprint2008

    ezprint2008 Well-Known Member

    Messages:
    611
    Likes Received:
    15
    Best Answers:
    2
    Trophy Points:
    140
    Digital Goods:
    1
    #2
    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
     
    ezprint2008, Feb 6, 2012 IP