Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label Newbies. Show all posts
Showing posts with label Newbies. Show all posts

How To Remove The Powered By Blogger Attribution From Your Blog

The Footer Design series will cover all the latest and old redesigns that can be done on the blogger Footer of any blogger blog.


This post contains the first tutorials which shows you how to simply remove the Powered By Blogger attribution at the end of your blog (you'd have to scroll down to see it.)
The Attribution gadget is the gadget in the footer that contains the "Powered by Blogger" icon below every blogger blog - and of course, this tutorial will be centered on how we can remove it.
 On a normal ground, it’s impossible to remove the Attribution gadget that shows the “Powered by Blogger” because it’s locked into your blog’s template.
To remove it, you'd have to unlock it first before you may be able to remove it.

To remove it, you’d have to unlock it first before you may be able to remove it.
seo basics

Follow this simple tutorial below on how to easily remove the Attribution widget/Powered by Blogger from a blogger blog.

Firstly, login to your Dashboard; click on Template, then on Edit HTML



Secondly, click on the "Format Template" button (it’s has the same function just like the former “Expand widget box”)
blogger tips

Thirdly, click on the text area (shown above as the 1st stepto take above) and search for this code snippet below using CTRL F: 
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
 (Tip: press down CTRL and F at once on your keyboard to make the search box appear. Do this after clicking on the text area)
If you didn't see the code above in your blogger template, then search for Attribution1
website seo

I found my own code when I searched for Attribution1 only. The image below is showing me exactly where my own Attribution1is located. I marked it with an “X” as you can clearly see below (that’s exactly how your own would look like). 

guest blogging

Fourthly- Once you have found the code, proceed to replace or change the 'true' in  locked:‘true’ with false. This will be the new code after replacing the ‘true’ with ‘false’ -
From . . . 
  
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
To. . .
  
<b:widget id='Attribution1' locked='false' title='' type='Attribution'>

After doing that, you may now click on Save.
Basically, what we have just done is to free the widget from being locked; having done that, we can easily remove it from our blogger template widget.
Note: If the locked function in your attribution is like this as default -  

  
<b:widget id='Attribution1' locked='false' title='' type='Attribution'>

Just replace the red ‘false’ with ‘true’ and click on Save. After saving, search for the Attribution1again and change the ‘true’ back to ‘false’, then click onSave, it will surely work.
The Attribution gadget is now unlocked and can be easily removed at once.
To do that, head straight to Layout, scroll down, locate and Edit the Attribution Gadget.

blogging tips

Now, as you can see, there is a new button titled “Remove” (see picture below). Click on it to remove the Powered by Blogger attribution gadget. 

blogging tips
And that it!
Don't forget to subscribe t my tutorial and seo tips using the red gadget subscribe at the beginning of this blog.
In case you have any problem removing the attribution gadget carrying Powered by Blogger, please don't hesitate to tell me in the comment section below.
Thanks for reading, don't forget to share!



How to add border around posts in blogger

Adding borders around individual posts in your blog makes your blog look well arranged. It also makes your posts look better. Post borders can be easily added by editing blogger template. For adding post borders to your blog read our complete guide exclusively nairotech.com.. We just made the whole process easier and simpler



how to add border line around blog post
Nairotech.com

Method:

1.Go to blogger dashboard.
2.Select template. Please, do Backup your template

3.Click edit HTML and click proceed.
4.Search for the following code.


.post {
margin: 0 0 45px 0;
}

5.Now replace the above code with following one.

.post {
margin:0 0 45px 0;
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
padding-left:10px;
border: 1px solid #e9e9e9;
}

6.Save the template and you are done.




Note:

The line  border: 1px solid #e9e9e9 ;  specifies border color and its width.You can modify it according to your own choice.



How to Backup/Restore Template in the new blogger interface | NairotechBlog

I made several mistakes as a Newbie when i started blogging, one of them is not always backing my  Template before editting.. It really cost me a lot in the sense that i kept creating countless blogs which i later abandoned. These Trait is pretty common with the Newbies On Blogger.
 So, I'm glad to share this crucial topic on Nairotech ...  Blogger recently Upgraded to New Blogger Interface. Backup/Restore Of Template is very important for Old/New Bloggers.

I'll show how to achieve this with this easy steps...                      
Step To Backup Template In New Blogger Upgraded Interface:
   Step 1: Visit Your Blogger Account.  Choose Template as seen below..
How to Backup/Restore Template in the new blogger interface
  Click the Button Backup/Restore [Left Top] .

After You've Clicked Backup/Restore Button, A Box Will Appear As Shown Below..


Now, Click on Download Full Template to download Template.  You can now Save It.
You Can Click on  Browse to Restore the downloaded Template.
Alas! You Are Done...
Hope This Helps ? Please, don't forget to share this info to your Pals.. Enjoy!