1.Login to your Blogger Dashboard.
2.Go to Design / Edit HTML.
3.Click "Expand Widget Templates".
4.Download the full template before making any change in template.
5.Now search for this code.
<data:post.body/>
6.Below it ,there will be a code like this.
<b:if cond='data:post.hasJumpLink'> <div class='jump-link'> <a expr:href='data:post.url' expr:title='data:post.title'><data:post.jumpText/></a> </div> </b:if>
How toChange Read more text :-
If you want to change the text of Read more text then simply change <data:post.jumpText/> to that text which you want to use in place of Read more i.e ( Continue , More etc. ) for example.
<b:if cond='data:post.hasJumpLink'> <div class='jump-link'> <a expr:href='data:post.url' expr:title='data:post.title'>Continue</a> </div> </b:if>
So now you can easily change your Read More text without nay much understanding of HTML and CSS.
If someone find any difficulty in placing or modifying the code then make comment I will launch you shortly. Valuable suggestion are always appreciable from the readers.
0 comments:
Post a Comment