Saturday, 28 December 2013

// // Leave a Comment

How to remove the “Powered by Blogger” Attribution in Blogger?


As you all know, Blogger is the most popular free blogging platform. However, its Templates contains an official Attribution which shows that the blog is the product of Blogger. Normally it appears as “Powered by Blogger“. Every blogger want to remove this “Powered by Blogger” attribution for giving a professional look and feel to their blog. There are so many ways to Delete this attribution widget but I am sharing the easiest one. Actually, this task is not so tough. I am publishing this tutorial on the request of “Parveen Rawat“, who is a novice blogger. After the introduction of new HTML Editor in Blogger, he is quite confused. If you are also finding it difficult to remove the “Powered by Blogger” Attribution then follow the below given steps and enjoy.

How to remove the “Powered by Blogger” Attribution in Blogger?

  • After that, Click on “Edit HTML” option. The below given figure shows the same:

  • After that, Click on “Jump to Widget” drop down list and choose “Attribution 1” option. The below given figure shows the same:

  • Have a look on “<b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>”. You will have to replace “true” with “false”. The screenshot of the same is shown below:


  • Now replace the “true” option with “false“. Once done, click on “Save Template“. The screenshot of the same is shown below:


  • Once done, Click on “Layout” option. You will find this option on the left side as shown below:

  • You would be able to see the layout of your template. Now, find the “Attribution” widget and click on “Edit” link. Below given figure shows the same.



  • Another screen will appear before you. Simply click on “Remove” button. Below given figure shows the same.

  • That’s it. You are done. Now, Log out your account and log in again and enjoy.

Read More
// // Leave a Comment

How to Lock And Unlock Blogger Widgets


By default almost widgets in blogger blogs are editable. By Clicking the edit button, you can either perform edit, remove or cancel functions. You may have observed that some widgets can not be removed from page elements for example the Header widget  which lets you add a background image to your header or add your site logo. All those widgets which can not be removed are LOCKED and we learn today how to UNLOCK those widgets. We will also learn how to LOCK any widget we want so that it could only be edited but not removed.

How To LOCK/UNLOCK a Widget in Blogger?

  1. Go To Blogger > Design
  2. You will see many widgets in your page element  section. Get the ID of the widget you want to remove. You can get the widgetID by placing your mouse cursor at the Edit link of that specific widget. You will see a link appearing near the status bar of your Mozilla/Chrome browser like this,

    3.  Simply note down the widgetID which in my case is HTML12. You widget ID is one that appears between widgetid= and &action
    The Widget that you want to lock looks like this in UNLOCK mode,
    UNLOCK MODE:



    You can clearly see that there are three buttons which are REMOVE, CANCEL andSAVE
        Now we want to delete the REMOVE button so that the widget could only be edited but not removed.
        4. Now go to Blogger > Design > Edit HTML
        5. Backup your template
       6. Search for your widget ID. (In my case I will search for HTML12 
       7. You will find a code similar to this
      Code : " <b:widget id='HTML12' locked='false' title='Subscribe Now!' type='HTML'/> "

    8. Now to LOCK the widget simply let locked to  true 
       9. Save your template and Your Widget is now LOCKED.
    Go to Page Elements section and you will see that your widget has no REMOVE button now.



    To UNLOCK the widget back, simply repeat the same process and change locked to  false
    That's all! Have fun :>
By Prasant...
Read More
// // Leave a Comment

How To Submit Blogger Sitemap To Google Webmaster

We all use Google for searching information that we want to know. Google provides us links of webpages that contains the information that we are looking after. If you own a blog then you might be doing everything possible to get more visits to your blog. To get traffics from search engines your blog must be indexed in the respective search engines. Your blog will be indexed in search engine only when you have submitted your blog to that search engine. 




Today I am going to show you how you can submit your Blogger blog to the giant search Engine - Google. Google is the most popular search engine and number of webpages indexed by Google is uncountable. To make Google find, index and rank your site you need to submit your sitemap of your site to Google Webmaster Tools. Google Webmaster is a good SEO tool to use. You could also keep track of your sites statistics with the help of Google Webmaster Tools. As a new blogger you may not know how to submit your blogger sitemap to Google Webmaster Tools. Here I am to help you.

Steps To Submit Blogger Sitemap To Google Webmaster:-

1) Go to http://www.google.com/webmasters/

2) Sign in to Webmaster Tools with your gmail id and password



3) You can see now a thumbnail and a link of your site. Click on the anyone of them to go to Dashboard of Webmaster Tools.


4) Click on Sitemaps


5) Click on ADD/TEST SITEMAP

Use  http://YOURBLOGNAME.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500  as your blogger sitemap

where red section is the name of your blog

Copy and paste the blue section of your sitemap in the space provided.



6) Click on Submit Sitemap and refresh the page

Your webpages are submitted and waiting to be indexed.

When you login to your Google Webmaster some days later, you should be able to see the indexed pages and statistics of your blogger. Hope this helped you.

Read More
// // Leave a Comment

How to Post Title Followed By Blog Title

By default your Blogger blog title appears first followed by your post title in search engines. People always tend to look for more specific contents. For more effectiveness of click conversion, it will be always a good idea to display your post title first followed by your blog title because your post title shows what is all about your content and it will attract visitors eyes. 




1--> Login to your Blogger account
.
2--> Go to Blogger Admin Page > Template > Click on Edit HTML >Click on Proceed

3--> At the top of your template you should see a code similar to this below.

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

4--> Replace the line 
 <title><data:blog.pageTitle/></title>
with the code below.

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>

5--> Its done. You now your post title will appear first followed by your blog title

Read More
// // Leave a Comment

How To Add 728×90 leaderboard Adsense ads between Header and Post Section in blogger



1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this:

<b:section class='crosscol' id='crosscol' showaddelement='no'/>

4.Now replace above code with below code.

<b:section class='crosscol' id='crosscol' showaddelement='yes'/>

5.Now save your template.
6.Go to Layout > Page Elements
7.Now Click on new 'Add a Gadget' option that will now have appeared between Blog Posts and the Header.


8.Select 'HTML/Javascript' and add your 728x90 leaderboard Adsesne code and click save.
Now you are done.

Read More