The Read More Or Jump break is loved by some bloggers and some desire to remove it from their blog. In this article I will show you two easiest way by which you can remove read more link from your blogger blog with small css values. This trick is listed on very few blogs and I found this trick unique and like to post it on my blog. In most of the blogger templates there are automatic read more button and if we add jump break to our posts then two read more links are shown on our blog which makes it unprofessional. So removing this link is best option for those blogger that using template having auto read more hack. So lets start the tutorial to remove this link from your blog.
Deleting Jump Break from Your Blogger Blog:
Method 1:
- Go to Blogger > Design > Edit HTML
- Backup your template.
- Click the "Expand widget Templates" Box
- Search for this,
<b:if cond='data:post.hasJumpLink'>5. and just below it find and delete this code,
<b:if cond='data:post.hasJumpLink'>6. Save your template and you are done!
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if >
Method 2:
Follow Below easy steps to remove it from blogger-
- Go To Blogger Dashboard
- Click on Template Tab
- Now Click On Edit HTML>>Proceed
- Find ]]></b:skin>
- Paste Below Code Above ]]></b:skin>
.jump-link{
display:none
}
Thank you ...It worked for me..
ReplyDeleteit worked. thanks!
ReplyDeleteThank you ...It worked
ReplyDeletethanks it also workd on my blog
ReplyDeleteAnyway to remove the "read more" from a specifc page only?
ReplyDelete