Remove " Olderposts " " Newer Posts " Subscribe toPosts- Atom

M any dont prefer to have the above said links in their blogs.I dont know if its healthy to delete such links.
However for those who have decided not to have these links.. here is how you can avoid showing these links in main page and also in blog page

  1. SAVE AND BACKUP YOUR TEMPLATE
  2. This removes the ” Subscribe toPosts- Atom ” from your Main Blog Page
    • Locate and delete the line
      <b:include data=’feedLinks’ name=’feedLinksBody’/>

  3. This removes the ” Subscribe toPosts- Atom ” from your Blog Post Page.
    • Locate and delete the line
      <b:include data=’post.feedLinks’name=’feedLinksBody’/>

  4. This removes the ” Older Posts ” from your Blog Post Page
    • Locate and delete the line
      <a class=’blog-pager-older-link’ expr:href=’data:olderPageUrl’expr:id=’data:widget.instanceId + “_blog-pager-older-link”‘expr:title=’data:olderPageTitle’>
      <data:olderPageTitle/>
      </a>

  5. This removes the ” Newer Posts ” from your Blog Post Page
    • Locate and delete the line
      <a class=’blog-pager-newer-link’ expr:href=’data:newerPageUrl’expr:id=’data:widget.instanceId + “_blog-pager-newer-link”‘expr:title=’data:newerPageTitle’>
      <data:newerPageTitle/>

  6. This removes the ” Home ” link from your Blog Post Page
    • Locate and delete the line <a class=’home-link’
      expr:href=’data:blog.homepageUrl’>
      <data:homeMsg/>
      </a>

13 Replies to “Remove " Olderposts " " Newer Posts " Subscribe toPosts- Atom”

  1. Welcome Mani
    Eventhough the content of u r blog is in Tamil.. the basic template is in English.. just follow the instructions one by one.. dont forget to backup and save u r template
    🙂

  2. Dear Deepa,
    I don´t know if you explained it before. I would like to remove the background decoration of my blog and I mean the actual background behind everything the brownish paper stuff provided by the Scribe template. Thanks in advance you dont know how much it means to a html/xml ignorant like me to find cool and patient people like you in the net.
    Ps: http://blogafora.blogspot.com but it is in Portuguese….

  3. Hi Marcia.. in u r template look for
    body {
    margin:0;
    padding:0;
    font-size: small;
    text-align:center;
    color:$textColor;
    line-height:1.3em;
    /* background:#483521; url(“http://www.blogblog.com/scribe/bg.gif”) repeat;*/
    }

    background:#483521; url(“http://www.blogblog.com/scribe/bg.gif”) repeat;–

    is responsible for the dark brown background.You can diable this by placing the line between
    /* */.that way the HTML will not process that particular line..
    This is how it will look after u remove the brownish paper thing..

  4. Maniyan..
    I think this is what u want to do..
    HOME — முகப்பு
    OLDER Posts — பழய பதிவுகள்
    NEWER posts — புதிய பதிவுகள்

    Replace <data:olderPageTitle/> with பழய பதிவுகள் (simple copy paste)

    <data:newerPageTitle/> with
    புதிய பதிவுகள்

    <data:homeMsg/> with முகப்பு

    you may substitute with what ever word that you may wish to give in Tamil.Hope this helps

  5. Thank you for your time and prompt response. I have done the changes. I prefer அடுத்த பதிவு & முந்தைய பதிவு as it leads to prevous and next posts. Similarly I substituted data: commentPostedByMsg/ as கூறுகிறார் and data:postCommentMsg/ as மறுமொழியிட.

    For changing the “subscribe to : feed (Atom), I had to remove and a few lines:
    Removed:
    div class= “blog-feeds”
    b:include data= “feedLinks”name=”fedLinksBody”/
    /div
    Inserted:
    div class = ‘feed-links’> திரட்ட:
    a class = ‘feed-link’ href=’http://manimalar2.blogspot.com/feeds/posts/default’ target= _’blank’type= ‘application/atom+xml’ பதிவுகள் (atom)/a
    /div

    note: removed < , > to publish this comment

    This I have done by reverse engineering from source code of published blog page. but I am at a loss to do the same to a post page where I require to have the url of my post page. In older blogger this I can get from bloggertags. In new blogger, how to get the generic post url ?

  6. Dear Deepa,
    in a scale from 0 to 10 your explanation was 15! Thanks so much!
    BTW I linked you.
    Best regards and…I’ll be back!

  7. Thank you Marcia..
    The network trffic is too much.. so i was nto able to add u r link.Comeback to see your name in my blog buddies list

  8. Deepa, thanks a lot for your informations about removing “Olderposts” and others, I used it.
    Didn’t you forget a little HTML tag at the end of the “This removes the ” Newer Posts ” from your Blog Post Page”‘s line?

Leave a Reply

Your email address will not be published. Required fields are marked *