It is very helpful tips for everyone bloger. I use this tips my download link page. It work goods. Only fallow this steps and you hide or removed or replace your blogs posts atom and older post and newer post and also hide your home page. Enjoy it.
First Fallow this step.
1. Go to Blogger.com and Sign In to your Account.
2. Now choose your Blog and Navigate to Template > Edit HTML.
3. Now Press Ctrl + F for find out ]]></b:skin> and paste hide code ]]></b:skin> Above on save Template.
Now
.home-link {
display: none;
}
.blog-pager-older-link {
display: none;
}
.blog-pager-newer-link {
display: none;
}
.feed-links, .blog-feeds {
display: none;
}
Now paste any code and hide.
Paste this code
Example :
I hide home page then i go to dashboard and edit html. Paste the hide home code above
]]></b:skin>
.home-link {
display: none;
}
]]></b:skin>
First Fallow this step.
1. Go to Blogger.com and Sign In to your Account.
2. Now choose your Blog and Navigate to Template > Edit HTML.
3. Now Press Ctrl + F for find out ]]></b:skin> and paste hide code ]]></b:skin> Above on save Template.
Now
- Hide Home Link :
.home-link {
display: none;
}
- Hide Older Post Link :
.blog-pager-older-link {
display: none;
}
- Hide Newer Post
.blog-pager-newer-link {
display: none;
}
- Hide Post Atom :
.feed-links, .blog-feeds {
display: none;
}
Now paste any code and hide.
Paste this code
Example :
I hide home page then i go to dashboard and edit html. Paste the hide home code above
]]></b:skin>
.home-link {
display: none;
}
]]></b:skin>
0 comments:
Post a Comment