Backup your Blogger Template

Before playing with your Blogger Template the most important step to be taken is to Get a Back up file downloaded or else you might end up facing a great trouble. Read the instruction below to backup your valuable blogger template.

1. First "Login" to your Blogger account

2. Click on "Design"

3. Click on "Edit HTML"

4. Finally, Click on "Download Full Template"

5. Save the XML File on your computer.

IMPORTANT TIPS:
  • You can use that XML file to restore your blogger template if you ended wrongly while Editing your blogger template.

You are Done !!! Happy Blogging

Remove Date and Author from Blogger post

Today I am going to write a Very Simple post, This post is specially Dedicated to begginers. This post is for those guys who want to "Remove date from the Blogger post" or "Remove Authors name from Blogger post". Both of these tasks can be done at the same time and is simple to do.

In the Image shown below there is date Stamp in blogger post, now we are going to remove this Date time Stamp along with many other components in very few Steps




1. First "Login" to your Blogger account

2. Go to "Design" > "Edit " in Blog Posts as shown in image below




3. Now select the Items you want to show in your Blogger post and Check the Boxes as shown below




4. Save the Changes.


You are Done !!! Happy Blogging

Display Code in Blogger Post


In my previous post Adding Meta Tags to Blogger. I was quiet struggling to insert a code in the blog post , But after several Trial and Error methods finally I suceeded in inserting code in my blogger post and want to share this valuable but simple trick with all my blog readers.

1. Go to "Design" > "Edit HTML" and search for the "css" section
2. Now Copy and Paste the code shown below in css section of your blog .


.postCode{
background:lightyellow none repeat scroll 0 0;
border:1px inset orange;
height:150px;
margin:10px;
overflow:auto;
padding:6px;
text-align:left;
}
3. Save the Changes done.

4. Now whenever you want to insert code in your post use following format:

<pre class="postCode">
YOUR CODE
</pre>

5. Don't forget to encode the code which you want to display in blog post CLICK HERE

6. After Encoding the Code Goto Step 4

IMPORTANT TIPS
  • Don't forget to take back up of your template before editing it

You are Done !!! Happy Blogging

Adding Meta Tags to Blogger

Meta tags are very important for the SEO of the blog. Meta tags help search engine crawlers know about the content of the blog,website or post. Now I will Explain the tutorial of Adding Meta Tags to Blogger.


How to add meta tags to blogger


1. Go to "Design" > "Edit HTML" and search for the code shown below using keyboard buttons CTRL+F


<b:include data='blog' name='all-head-content'/>

2. Now Add this Code just after the above code:

<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>

Changes to do in above Code:

DESCRIPTION HERE: Write about your blog description
KEYWORDS HERE: Write the keywords of your blog
AUTHOR NAME HERE: Write the Your name

3. Don't forget to save the changes.

Important Tips:

  • Don't repeat the keywords more than 3 times.
  • Don't forget to take back up of your template before editing it

You are Done !!! Happy Blogging.

Any Query related to any Post please feel free to comment on it so that I can Improve and provide you with better blog