SSL Security You Can Bank On at GoDaddy.com Flexible Cloud Hosting from GoDaddy.com, starting at $.05 per hour!

Saturday, November 19, 2011

Make Blogger Post UnClickable


Many Websites always have a Special and Cool feature that we can't click on their post because they make it UnClickable to users, because of many security reasons you can also use this feature in your blog.

Today I'll tell you How to Make Blogger Post UnClickable.


Follow Steps

  • Login to Blogger > Dashboard > Design > Edit HTML
  • Click on Check Expand Widget.
  • Take Backup of Your Template.
  • Now Search Below Codes via Ctrl+F, remember code will note be same because it depends on template behavior.
  <b:if cond="data:post.title"> 
 
   <h1 class="post-title entry-title"><b:if cond="data:post.link"> 
 
     <a expr:href="data:post.link" href=""><data:post.title></data:post.title></a> 
 
        <b:else> 
 
           <b:if cond="data:post.url"> 
 
              <a expr:href="data:post.url" href=""><data:post.title></data:post.title></a> 
 
       <b:else> 
 
<data:post.title> 
 
   </data:post.title></b:else></b:if> 
 
  </b:else></b:if> 
 
   </h1></b:if> 

  • Now replace above code with below code
     <b:if cond="data:post.title"> 
     
       <h1 class="post-title entry-title"><b:if cond="data:post.link"> 
     
         <a expr:href="data:post.link" href=""><data:post.title></data:post.title></a> 
     
            <b:else> 
     
               <b:if cond="data:post.url"> 
     
                  <a expr:href="data:post.url" href=""><data:post.title></data:post.title></a> 
     
           <b:else> 
     
    <data:post.title> 
     
       </data:post.title></b:else></b:if> 
     
      </b:else></b:if> 
     
       </h1></b:if>  

  • Click on Save Template and You are Done.

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
$1.99 Domains* at GoDaddy.com
Home | Advertise Here | About Author
Blogger Wordpress Gadgets

About Author

Hi....! I'm Hemant Verma, Graduate in Computer Applications in 2012, Love to Make Blogger Hacks and Like to Play with HTML and a Business Man. Read More....

Demanding Tut