How To Remove 'Showing Post With Label' Message From Blogger

In Blogger when any labels link is open we notice a message "Showing Posts with labels XXXXXXX" above the posts. Its looks very irritating and most of you dont want it to appear in your blogger blog. It just looks like the picture given below.



I am sharing a easy trick to completely remove this message from your blog.



Steps To Follow To Remove "Showing post with label XXXXXXX" From Blogger:-

1--> Login to your Blogger Account.

2--> Go to Blogger Admin Page > Template > Click on Edit HTML.

3--> Click Expand Widgets

4--> Search for codes gven below


<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>



5--> Now replace above codes with below :-

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Its all done :)
Continue Reading

How To Remove 'Subscribe to: Posts (Atom)' Link From Blogger

If you notice carefully there is a link 'Subscribe to: Posts (Atom)' on every pages of blogger below your posts.


If you dont want it to show up in your blog then follow the following steps given below.


Steps To Remove 'Subscribe to: Posts (Atom)' Link From Blogger


1--> Login to your Blogger Account.

2--> Go to Blogger Admin Page > Template > Click on Edit HTML.

3--> Check Expand Template.


4--> Ctrl + F and search for the following line of code and remove it.

                    <b:include name='feedLinks'/>


5--> Finally Save Your template. This is it.


There is another method to do so by using CSS




Steps To Remove 'Subscribe to: Posts (Atom)' Link From Blogger By Using CSS


1--> Login to your Blogger Account.

2--> Go to Blogger Admin Page > Template > Click on Edit HTML.

3--> Check Expand Template.


4--> Ctrl + F and search ]]></b:skin>

5--> You just copy the below code and paste it before ]]></b:skin> tag

                 .blog-feeds{display:none !important;}


6--> Save Your template

Continue Reading

How To Stop Your Blog Posts From Being Copied

Being blogger it hurts a lot when your work i.e your blog posts are copied by some other fellows and they post it in their blogs same to same without altering any of the words. What will you do to stop others from doing this? Today I am going to tell you how to disable copy and paste from your blog.

Instructions To Follow To Stop Your Blog Posts From Being Copied :-

1--> Login to your Blogger Account.

2--> Go to Blogger Admin Page > Template > Click on Edit HTML.

3--> Ctrl + F and search <head>.

4--> Just below <head> copy and paste the codes

<!--Disable Copy And Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

Its done :)




Continue Reading

Role Of Social Media In Promotion Of A Blog Or Website.

There are many ways of promoting blog or website. We discussed few of them in our earlier post 5 Ways Of Promoting Your Blog For More Traffics. Today I am going to write about the role of social media (facebook, twitter, google plus, youtube etc.) in the promotion of a blog or website.





Todays Internet life is all about social media. Almost all of the Internet users have their accounts in social media sites. Even we conversate with our friends more through social media than direct conversaton. Social media is becoming part of our life. So we can see how much important is social media in our life.

If you own any blog or website, social media could be a great platform for promotion of your blog or website. A large number of visitors could be gained through social media. By seeing popularity of social media you could imagine how much effective it will be in promoting your blog or website via social media. 

Talking about social media, the most popular social media sites includes facebook, twitter, youtube, google plus,  etc. Create your account in these sites and promote your links there. These social media sites could drive endless traffics to your blog or website.
Continue Reading

5 Ways Of Promoting Your Blog For More Traffic

More readers that is what all writers and bloggers wants. Readers don't come easily. If you are having a blog then you need to promote your blog. To get more traffic to your blog you need to try all possible steps that drives visitors to your blog. I am pointing out some of the common methods that can lead your blog for more visitors easily.




Here goes the 5 ways of promoting your blog for getting more traffic. 

1--> Use Social Media:-

Social Networking is the most effective way of increasing traffic as most of the people in this world is using social networking sites.  So a large no of visitors can be achieved via social networking . Create pages and groups in social networking sites for your blog and try to increase nos. of fans and followers in that pages and groups. Facebook and twitter are the most popular among all social networking sites.    

2--> Join Blogging Communites:-

Join blogging communities to make your presence in blogosphere. Follow other bloggers and make them follow you. Share your posts and views with other bloggers in the communities. I am using communities like techonorati, bloggers, indibloggers.  

3--> Leave Comments on Other Blogs:-

Leave your valuable comments on other blogs that are more higher in ranking than yours and also do not forget to leave a link of your blog there. Try to leave comments on the blogs that are more related to your blog otherwise commenting on blogs that are not related to your blog may leave an impression you as spammer. 

4--> Guest Blogging:-

Guest Blogging is one of the good idea that every blogger should try. Writing articles for blogs that are much higher in ranking than yours could be a good decision towards the success of your blog. As you are writing in a blog that gets a large number of visitors and has a large number of regular readers, a portion of that blog readers may get attracted to your blog too. As guest blogger try to use unique posts since blog allowing guest blogging will approve your post only if your post is unique and related to his blog.

5--> Update Blog with Unique Post Regularly:-

Write more and more posts regularly. Your post must be unique since that is what all readers wants. More posts will give you more page-views in return. Readers will coming back to your blog more frequently if you update your blog with new and unique contents regularly.

 


Continue Reading

New Google Calculator

Google, the giant name in the search engine category has uncountable features. Google always come up with new and innovative features. I guess you know about the mathematician Google. Google is very good in mathematics. Google can solve any mathematical calculation in seconds.


Continue Reading