Remove Threaded Comments in blogger Easily trick revealed

Posted by Unknown

remove threaded comments blogger
This is a simple article explaining How to remove Blogger 's New Threaded commenting system easily.There are some problems with it,Many users report that when a user click on post link,it takes control to the bottom of the page(to the comment section).Would you think that Threaded commenting system is not Good for Blog? Then you can remove it.
I am not going to say too much about Threaded commenting System,because i hope you know about it.
Follow the instructions below carefully.


Before Editing Template,you must Backup your template(How to Backup Template?)

  • Go to Design-> Edit HTML
  • Tick on Check box  Expanded Widget Templates
  • Find the code data:post.showThreadedComments easily using ctrl+F
  • You will found code snippet like this
<b:if cond='data:post.showThreadedComments'>
            <b:include data='post' name='threaded_comments'/>
          <b:else/>
            <b:include data='post' name='comments'/>
          </b:if>
        </b:if>
        <b:if cond='data:blog.pageType == &quot;item&quot;'>
          <b:if cond='data:post.showThreadedComments'>
            <b:include data='post' name='threaded_comments'/>
          <b:else/>
            <b:include data='post' name='comments'/>
          </b:if>
        </b:if>
  • Replace it carefully with the following code [Note: You will find the above code twice,replace it twice]
<b:include data='post' name='comments'/>
          </b:if>
               <b:if cond='data:blog.pageType == &quot;item&quot;'>
                     <b:include data='post' name='comments'/>
      
        </b:if>
  • Save it ,
No longer Threaded commenting appear on your blog.Normal commenting will back.
Cheers..!

More aboutRemove Threaded Comments in blogger Easily trick revealed

Awesome Random Posts Widget for blogger Blog

Posted by Unknown

random posts widget
Random Posts widget is an awesome widget for your Blogger Blog.Most important feature of this widget is it lets your Blog visitors to surf more blog posts in your blog.Surely it increases your Blog's internal links that lets your blog higher traffic.
Its let your users to spend more time in your Blog.






Install Random posts widget

Make sure you are Sign In to your Blogger Account.

If you are a beginner in Blogger Editing ,use our one click Widget
  • Click the below Add to Blogger Button to install

Manually Add Random posts Widget

  • Sign In to your Blogger Account.
  • Go to Design->Page Elements
  • Click on Add Gadget and look for HTML/Javascript take it
  • Give the title as you need(eg:Random Posts)
  • Copy and paste the below code to the content section
<style type="text/css">
.noop-random-posts ul li {
    list-style-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaO8Vp91KmGdU5ySxdA2gEr_alZVZjZbCVWEMt6JMyzPOHtMU4iT6lwJfO7o1AiYFV88JqG6EMUDDkg1SZUxugM5yADdmmYTpWTR1xrD43ENvbti28raO_2Wvn0KnrQZ-LQKcB5i-7Oxs/s1600/tick+list+style.png");
}
</style>
<div class="noop-random-posts"><script type="text/javascript">
    var randarray = new Array();var l=0;var flag;
    var numofpost=5;function nooprandomposts(json){
    var total = parseInt(json.feed.openSearch$totalResults.$t,10);
    for(i=0;i < numofpost;){flag=0;randarray.length=numofpost;l=Math.floor(Math.random()*total);for(j in randarray){if(l==randarray[j]){ flag=1;}}
    if(flag==0&&l!=0){randarray[i++]=l;}}document.write('<ul>');
    for(n in randarray){ var p=randarray[n];var entry=json.feed.entry[p-1];
    for(k=0; k < entry.link.length; k++){if(entry.link[k].rel=='alternate'){var item = "<li>" + "<a href=" + entry.link[k].href + ">" + entry.title.$t + "</a> </li>";
    document.write(item);}}
    }document.write('</ul>');}
    </script><a href="http://fe-blogger.blogspot.com" style="font-size:0pt">Blogger Widgets</a>
<script type="text/javascript" src="/feeds/posts/default?alt=json-in-script&start-index=1&max-results=1000&callback=nooprandomposts"></script></div>

Click on Save and its Done...If you have any doubts don't hesitate to ask.Please Comment.
I hope you had enjoyed this post.Leave Comments...
More aboutAwesome Random Posts Widget for blogger Blog

Awesome Stylish 404 Error Pages For Blogger

Posted by Unknown

Custom 404 Error Page for Blogger
404 Error or Page Not Found Error generated by Blogger when a user enters an invalid URL or 404 Error is an HTTP status code that means the page you are trying to reach on your Blog couldn't found or Page not exist in the Server.
By Default Blogger shows Error page message in a box and its not look Style.
Here I am saying about how to Customize it much better...




Only Custom message [No Style]

If you want to show only a custom message then First Go to updated Blogger Interface
Then Go to Setting->Search Preferences

Error Message with Stylish 404 images

If you want Colorful Stylish  404 page do the following.
  • Go to Design->Edit HTML
  • Find </head> and copy the below code just above it.
<b:if cond='data:blog.pageType == "error_page"'>
<style type="text/css">.status-msg-wrap{font-size:100%;margin:none;position:static;width:100%}.status-msg-border{display:none}.status-msg-body{padding:none;position:static;text-align:inherit;width:100%;z-index:auto}.status-msg-wrap a{padding:none;text-decoration:inherit}</style>
</b:if>
  • Save the Template

Error Page Style 1

Custom 404 error page for blogger 1

  •  Go to Setting->Search Preferences
  • Copy below code in Custom Page Not Found section [as shown in fig. first]
<h2 style="font-size: 35px;margin: 0;text-align: center;">Oops..! </h2>
<h3 style="font-size:17px;">Sorry,You are trying to reach an invalid page...!<br><a href="/">Click here</a> to go to Homepage <br> Have a nice Day...</h3><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCQWIbzK0D4lEb9g0j5tgNNVdpCD6n264clrfRGscH5AMMzEJwf5coJsQY6JNnHkMbyW2z4QL0qAtmG1Zl2frP0Bn6qcjZIFxLjGRyyZfArkbOksXrq8LWlzuLbDjT6ZyeQdDAqbaGalE/s1600/404+error+page+1.jpg"/>

Error Page Style 2

Blogger custom Error page
  • Go to Setting->Search Preferences
  • Copy below code in Custom Page Not Found section [as shown in fig. first]
<h2 style="font-size: 35px;margin: 0;text-align: center;">Oops..! </h2>
<h3 style="font-size:17px;">Sorry,You are trying to reach an invalid page...!<br><a href="/">Click here</a> to go to Homepage <br> Have a nice Day...</h3><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipv2XvCGiD_8QgLzl8Eg3LunWnQo8A1C_9qOt52eRiRQzQF2EHB1laVSbryoKBlcn48gDHrFQEfqN0WVrvPRpPqBzFbJS-WrJA5B4IISA2o0f4JBGb6al2CdOKL-cv8gJkM20DfhlEsJw/s1600/404+error+page+2.jpg"/>

Error Page Style 3


  • Go to Setting->Search Preferences
  • Copy below code in Custom Page Not Found section [as shown in fig. first]
<h2 style="font-size: 35px;margin: 0;text-align: center;">Oops..! </h2>
<h3 style="font-size:17px;">Sorry,You are trying to reach an invalid page...!<br><a href="/">Click here</a> to go to Homepage <br> Have a nice Day...</h3><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZi1TFP1lz4VQQf0Iy-OI8jFvuL642VgHOHcsZNSR0B0RYPA5iggU8SONg6siZ8EnhXJR63Ge7e1lPY_lbkfU6Ovm6slnZizlMX-8j5G0gw5jHB8PvIEPXSlid2sstfgNzH0iCokZhKrE/s1600/404+error+page+4.jpg"/>

Error Page Style 4

blogger custom 404 error page
  • Go to Setting->Search Preferences
  • Copy below code in Custom Page Not Found section [as shown in fig. first]
<h2 style="font-size: 35px;margin: 0;text-align: center;">Oops..! </h2>
<h3 style="font-size:17px;">Sorry,You are trying to reach an invalid page...!<br><a href="/">Click here</a> to go to Homepage <br> Have a nice Day...</h3><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLVh-JPQoNbB-Xn98bQDeQy6R051p1zMYda_Nb5vX3hm-kkuFeA0Shq6MlAnN166-UZJr4cGc_veNQtxhZxGL80LtNen3rVneagAMxY99aZ80q7atooySscoRGRJL8p9w4A5RY3hDi05U/s320/404+error+page+6.jpg"/>

Error Page Style 5


  • Go to Setting->Search Preferences
  • Copy below code in Custom Page Not Found section [as shown in fig. first]
<h2 style="font-size: 35px;margin: 0;text-align: center;">Oops..! </h2>
<h3 style="font-size:17px;">Sorry,You are trying to reach an invalid page...!<br><a href="/">Click here</a> to go to Homepage <br> Have a nice Day...</h3><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMZA8HFes24PdIwRXjrufF18d54QPyZsJr7BxAHos5v8_VsjLpSmerA3BnW3mWBi8knDU_s37-JTn2rG0Fs9jYP1_zAsy16GggxH6Aw5k2en-87QEDE40Y7PfjwHyiKyWRbpF4Byg80m0/s1600/404+error+page+7.jpg"/>

Error Page Style 6


  • Go to Setting->Search Preferences
  • Copy below code in Custom Page Not Found section [as shown in fig. first]
<h2 style="font-size: 35px;margin: 0;text-align: center;">Oops..! </h2>
<h3 style="font-size:17px;">Sorry,You are trying to reach an invalid page...!<br><a href="/">Click here</a> to go to Homepage <br> Have a nice Day...</h3><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOIQKQeKwIkCRvSiJwz7kab6VoODHQjaa_J-V93H01qBr0z4MuNp_IsEylWr-VmMhcqQnpF6IV5I5IQGEbG4c2XVIAQEfqcl5eJK6qFDHRKRuOfK8w5vT8fFCm6h2OY-R4IGF6lx7rgvU/s1600/404+error+page+3.jpg"/>

Then Click Save..That all..
First thanks to Bloggerplugins.com for the custom error page code, visit here. Then i made some changes and add beautiful 404 images that i was inspired from HongKiat .

I thinks this article helped you..If any bugs of doubts don't hesitate to ask..do comment...
Like and share...
More aboutAwesome Stylish 404 Error Pages For Blogger