Jump break or popularly known as Read more is one of the best feature of blogger. Some peoples love it(me as well) and some people do not want it in their blog. But there is no simple way to remove it. It takes a big process to remove read more text. So i am gonna provide you one of the simplest way to remove read more text.
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
</div>
</b:if>
.jump-link{
display:none
}
Steps To Remove Read More Text From Blogger
- Go to Blogger Dashboard.
- Go to Template >> Edit Html.
- Tick the "Expand the Widget".
- Find for the below text.
JumpLink
- You will get something like below.
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
</div>
</b:if>
- Delete the whole script as shown above.
Alternative Method
- Go to Blogger Dashboard.
- Go to Templates.
- Find for ]]></b:skin>
- Paste the below code before ]]></b:skin> tag.
.jump-link{
display:none
}
- Click on Save the Template.
It's Done.
Categories:
Blogger Tricks
,
CSS
0 comments:
Post a Comment