Please download a copy of your template before applying any changes.
Login To Blogger Go To > Design > Edit HTML.
and mark the tick box "Expand Widget Templates"
Then, find (CTRL+F) this code in the template.
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More </a>
</div>
</b:if >
if you found the code in your template, ok you have to skip this step<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More </a>
</div>
</b:if >
but before you skip it,
make sure that the third line in the code looks like this
<a expr:href='data:post.url + "#more"'>Read More </a>
And not<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
if you found it like the second one, please replace it with the first oneif it’s not in your template you’ll have to add it
So,find (CTRL+F) this code in the template.
<data:post.body/>
and just after it, add the next code, <b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More </a>
</div>
</b:if >
Now we finished adding the require code for customizing this trick.<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More </a>
</div>
</b:if >
after applying the first step to your template, you should have this code added to your template :
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More</a>
</div>
</b:if >
This code will display your read more link in this format : Read More<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More</a>
</div>
</b:if >
and to change the text to image / button , we should replace the word Read More in the code with the following
<img border="0" src="Paste here the button Image URL"/>
so you should have some thing like this <img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbbevmmT7Dn88CkQQ5oLuFKJph14fZqQ81Bj1-Rf6rAENao80ATLfrWt6pfHu3ZSDWzLcB49kDYG_FxLoBo1jyNwe2I-BYAMvCl1DvDaIGbppKynzVjERxQKIuOSV5EH5QMTdYj2XVSykn/s1600/images.jpg"/>
if you want to control where it’ll be displayed, you should add small tag for the code, and the new added tag in red color.
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><p align="Left"><img border="0" src="Paste here the button Image URL"/></p></a>
</div>
</b:if >
This will display read more in image button aligned to left.<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><p align="Left"><img border="0" src="Paste here the button Image URL"/></p></a>
</div>
</b:if >
or
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><p align="right"><img border="0" src="Paste here the button Image URL"/></p></a>
</div>
</b:if >
This will display read more in image button aligned to right<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><p align="right"><img border="0" src="Paste here the button Image URL"/></p></a>
</div>
</b:if >
Now click Save Template.
Here is some good samples for read more buttons :
And you can find more buttons by searching in google for “read more button”.
4 comments so far:
Thanks!! all your tricks are working for my blog. So far so good!! Keep it up!
i was searching for this….thanks…great post.. thanks
Boy, this is all I need. Thanks a million
Love this!! Using for my website www.flavamix.com
Post a Comment