|
|
I mostly share tricks about blogger
templates. The reason is that, if you have to blog professionally you have to
learn the blogger template language i.e. xml.its so simple. And the beauty of
blogger template is that it is fully customizable. Before this I shared few
template editing tricks and have a look at them you would surely learn.
- How to Add Multiple Authors (Admins) in Blogger
- How to Change Outer Background in Devils Workshop Blogger Template
- How to Replace(Change) Time Stamp With Date in Blogger Blogs
- Remove "Subscribe To Post (Atom)" Link From Blogger Blogs Easily
And today I will
share how you can remove read more links from blogger. Read more link is kind
of button when clicked display full post. You can set the read more option
anywhere in post. You can use it after a few lines and also at middle and at end.
see in snapshot below how to add read more in post
Now, if you are
interested to remove the read more link follow the steps.
Go to "Template" and then "Edit HTML".
Select "Proceed" tick the "Expand widget
Templates" Box.
Search for <data:post.body/>
You will find a code similar to the
code in snapshot
And delete this code.
<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 have successfully
removed the read more links.
If you have any
query don’t hesitate to post in comments.




0 comments:
Post a Comment