Easily Change Read More Text

Posted by: Shahbaz Malik on 19 November 2011 Under:
Read More or Jump Link, as a name suggest it is used to display a selected amount of text starts from the beginning of each post on the front page of your Blog. So when reader want to read full post they can click "Read more" icon to see the full post. Through this readers go through many article easily. Hence there are many advantage in using "Read more " . So in this article mainly I am going to explain you "How to Change Read more text easily".

     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.
If you enjoyed this article then kindly take 5 seconds to share it!!

0 comments:

Post a Comment

LinkWithin

Related Posts Plugin for WordPress, Blogger...