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. See the results.
How To Remove Atribution in Blog
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 before 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.
How To Make new Attribution
in layout add gadget choose Html/Javascript and edit your self. after finish move your
html/javascript to footer in layout.
How To Add | - ~ in The Middle Keyword and Title of Blog
Do you want add Keyword | Title or - and ~ in your blog. first time you must find the code
in the blog layout find the code.
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
delete it, and change with this
<b:if cond='data:blog.pageName == ""'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
Simple step 8 ways to add adsense earning tab in blog?