Pages

Monday, April 14, 2014

How to delete Read more link


How to delete Read more link
It is a simple template edit.









  • Go to “Template” and then “Edit HTML”.
  • Select “Proceed” and don’t forget to tick the “Expand widget Templates” Box.
  • Search for <data:post.body/>.
  • Below find the following code and delete it and save the template.
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if >
You are done, now check your blog.

0 comments:

Post a Comment