Remove default links from individual Blogger Posts and Page Titles

Here's on how to delete default links from individual Blogger Posts and Page Titles.

Individual posts and pages contain title links which points to the same post/page, which is not required. Read this tutorial to remove link from individual post titles and page titles.

How to do this:

Step 1: Navigate to Template > Edit HTML - Tick on Expand Widget Templates.

Note:
Before you this please take time to back-up your Blogger Template.

Step 2: Press Ctrl+F and find the first occurrence of <b:if cond='data:post.url'> and delete the following code coming just after above code.

<a expr:href='data:post.url'><data:post.title/></a>

Add this html code in place of above deleted code.

<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>

Got Something to Add?
0 comments: Post a Comment

Older Post