Make Your Post Page Title UnClickable in Blogger

You might have seen that the titles of single post of WordPress blog is unclickable. It means URL of the post is disabled in the post titles. This feature is only implemented in post page but not in homepage. Lets take this blog as an example.


First, visit the homepage of this blog, HackTutors. Now, investigate any of the post title. You see the title is clickable and you can easily go inside the post by clicking the title of a post. Now once you are inside the post page, view the post title. Then you see its unclickble. Finally, you can do this in Blogger!

So, lets see how you can do this in few steps.

Step 1:
Go to BloggerDashBoard > Design > Edit HTML > check Expand Widget Template.

Step 2:
Find the following code. Please note that this code mat not be similar in your template. I use H1 tag. But in your case it might be H2.

  <b:if cond='data:post.title'>
      <h1 class='post-title entry-title'><b:if cond='data:post.link'>
       <a expr:href='data:post.link'><data:post.title/></a>
     <b:else/>
        <b:if cond='data:post.url'>
          <a expr:href='data:post.url'><data:post.title/></a>
        <b:else/>
          <data:post.title/>
        </b:if>
     </b:if>
      </h1>
Now, replace the above code with the following:

 <b:if cond='data:post.title'>
      <h1 class='post-title entry-title'><b:if cond='data:blog.pageType == "item"'>
     <b:if cond='data:post.link'>
       <data:post.title/>
     <b:else/>
        <b:if cond='data:post.url'>
          <data:post.title/>
        <b:else/>
          <data:post.title/>
        </b:if>
</b:if>
 
 <b:else/>
 <b:if cond='data:post.link'>
       <a expr:href='data:post.link'><data:post.title/></a>
     <b:else/>
        <b:if cond='data:post.url'>
          <a expr:href='data:post.url'><data:post.title/></a>
        <b:else/>
          <data:post.title/>
        </b:if>
</b:if>
     </b:if>
      </h1>
Step 3:
Now save the template and you are done!

Finally you can visit you blog homepage and click on the post title and you'll find that your post title are unclickable in post page.

COMMENTS

BLOGGER: 6
Loading...
Hosted by HostGator
Name

Adsense Adsense hacks Advertising Affiliate Marketing Announcement Antivirus Application hacks Applications Backlinks Blog Blogger Blogger Features Blogger Help Blogger Roll Blogger Templates Blogger Widgets Blogging Bluetooth hack Bootable Browsers Business Cell phones Contest Cool tricks CSS Device Download Email Marketing Entertainment Facebook FeedBurner FIFA World CUP Files n Folders Flash Free software Fun with Windows Games Gmail hacks Google Google hacks Google Plus Graphic Hacking tools Hosting How to HTML Info Internet Tips ip address iphone hack Ipod hacks Javascript Keyword Research Make Money Blogging Make money online Mobiles Monetize Nokia hacking Page Rank Password Hacks PC Games PC Hacks Photoshop Promote site Reviews SEO Social Bookmarking Social Media Symbian hack Tips n Tricks Traffic Tutorials USB Virus Web 2.0 Web design Widget Windows Tricks WordPress WordPress Themes
false
ltr
item
Hack Tutors — Blogger Tricks, Blogging and Social Media Tips: Make Your Post Page Title UnClickable in Blogger
Make Your Post Page Title UnClickable in Blogger
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1R1aT1ZdEhdZHLb2mkaK-z4WCxqRvBGFhgh7DPmVoACu8giGea38DBjhdnR_dsQyvQBwl8AcyUSwrLCdtt_oodn-vHmF1pDuovcmwFrtU9ejblBeNdSyGFGENs4FkxwKrzGvnm19k4AE/s1600/post-title-blogger.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1R1aT1ZdEhdZHLb2mkaK-z4WCxqRvBGFhgh7DPmVoACu8giGea38DBjhdnR_dsQyvQBwl8AcyUSwrLCdtt_oodn-vHmF1pDuovcmwFrtU9ejblBeNdSyGFGENs4FkxwKrzGvnm19k4AE/s72-c/post-title-blogger.png
Hack Tutors — Blogger Tricks, Blogging and Social Media Tips
https://www.hacktutors.info/2011/07/make-your-post-page-title-unclikable-in.html
https://www.hacktutors.info/
https://www.hacktutors.info/
https://www.hacktutors.info/2011/07/make-your-post-page-title-unclikable-in.html
true
7369343002377078183
UTF-8
Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy