How To Remove Link from Post Titles in Blogger





How To Remove Link from Post Titles in Blogger? Most of blogger templates has hyperlink single post title. If you want remove link from post title you have to follow below steps:-

1. Login to your blogger account.



2. Than dashboard >> layout >> Edit HTML.



3. Don't forget to backup your template first.



4. Check the Expand Widget Templates box.



5. Find where you see the below code:-




<h3 class='post-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>

</h3>

</b:if>

6. Now Replace above code with below code.


<h3 class='post-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'>

<data:post.title/>

</b:if>

</h3>

</b:if>

7. Save your template and you are done.

Subscribe to Get Newest Articles By Email!

Follow us!

0 comments:

Post a Comment