Monday, March 17, 2008

How To Remove Blogspot Post (Atom) And Older Posts

Print Screen from .projeckt69 blog


Explanation

In Blogger we can see at the bottom of the main wrapper there are the words "Older Post" and "Subscribe to: Posts (Atom)". Nevertheless, some people may like a neater layout by removing there links. Like me :3 . Service like Feedburner, they will provide you with better landing pages for reader to add your blog feed. Putting at the side wrapper may catch more attention instead of the bottom.


Steps

Step 1
Go to "Dasboard"->"Layout"->Page Element tab->Click "Add a Page Element"->Choose "HTML/JavaScript".

Step 2a - Remove Blogger Post (Atom)
Add the red codes





.feed-links {
display: none;
}

Just press "Ctrl+F" and "copy" then "paste" the key words if face the problem to find the codes.

Step 2b - Remove Blogger Older Posts
Same..Add the red codes





#blog-pager-newer-link {
display: none;
}

#blog-pager-older-link {
display: none;
}

#blog-pager {
display: none;
}


Step 3
Click "Save Changes"->"View Blog"->You're Done!
Note that, you always can change back to original by removing the red codes.