Iklan
Home » , , , » How To Remove Link From Post Titles For Blogger?

How To Remove Link From Post Titles For Blogger?

How To Remove Link From Post Titles For Blogger?

How To Remove Link From Post Titles For Blogger?
Cara Menghaspus Link dari Judul Post di Halaman Dalam (Single Post). This Topic might rank in the search engines. 

Judul jadi lebih mudah diindeks mesin pencari jika tidak menggunakan hyperlink, sebagaimana dikatakan Google sendiri.

1. Go to Template > Edit HTML.

2. Find <b:if cond='data:post.url'> and delete the line of code just after the first occurrence.

3. Delete this line of code: <a expr:href='data:post.url'><data:post.title/></a>

4. Replace of the above deleted line with this codes:

<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>

There are also some other ways to remove link from the Post title. But I find this one easy to implement.

Related Posts

0 komentar:

Post a Comment