Tutorial Blog

Konten [Tampil]
- How To Remove ATOM in blog.

On some blogs sometimes we get posts Subscribe to: Post Comments (Atom), the link is actually 

to subscribe via atom. But some people are also disturbed by the posts Subscribe to: Post 

Comments (Atom). Yes ... may return to their respective tastes.

For those of you who feel less comfortable with the words Subscribe to: Post Comments (Atom), 

now I try to share about how to remove posts Subscribe Posts Atom, like where do I? Please 

follow the easy steps below:

1. Log in to Blogger
2. Click the Template> Edit HTML> Continue
3. Find the code ]]> </ b: skin>, for easy use Ctrl + F
4. Save the following code before ]]> </ b: skin>
. feed-links {display: none;}
5. Save Template
6. Please see the results.

- How To Remove Atribution in Blog 

Remove blogger attribution itself can be attributed to a violation of the terms and conditions of use  

blogger. More info please see the Blogger Terms of Service page. However, the fact that so many  

bloggers do not care about these violations. The proof is now we often come across a blogspot  

based blogs that are no longer included attribution blogger and still exist are not getting banned 

by blogger.

Most of the templates provided by a third party is no longer included attribution blogger. However,  


if  we are still using the default template from the template blogger will be automatically installed  

attribution blogger who can not be removed manually. Problems arise when there are bloggers 

who still want to use the default template blogger but also want to remove attribution blogger  

in the template for some reason.

Although can not be removed manually, but we still can remove attribution blogger on the default 

template by adding code to hide the attribution widget by editing the HTML template directly.  

As for how to remove attribution blogger on blogger default template is as follows.

Note:
- Click Ctrl + F on your keyboard to speed up the process of finding code that we want in the blog template.
- Download templates blog as a backup if the first template editing process failure.
1. Log into your account each blogger.
2. Click the design.
3. Click on edit HTML.
4. Check expand widget templates list.
5. Find the following code.

     ]]> </ b: skin>

6. Enter the following code in it.

# Attribution1 {
height: 0px;
visibility: hidden;
display: none
}


7. Click save and you're done.


- How To Remove Home (Beranda/Veranda)

 same and simple step, use CTRL+F and find 

<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>

delete it, and you are done.   :)