You may often find a website that has a "Read More", and indeed most of the website is a website that has many articles, so they only displays a summary of it on the front page. But now "Read More" to be a necessity, because the demand for design. and make your website or blog seem more attractive to visitors.;)
EASY WAY
This is the most easy way to change "Read More" on blogger.
1. Go to your blog dashboard
2. Select "Layout"
Now you can change the READ MORE with anything you want. Try it. You dont have to backup your blog template on this level.
MEDIUM WAY
Now the medium part, you have to backup your blog template on this level. Do you know how to backup your blog template ? Click here if you dont know how.
1. Go to your blog dashboard
2. Select "Template"
3. Click "Edit HTML"
Relax, if you realy blind about html, dont worry if you already backup your template, and do not worry too because you are here to learn, right? and i will guide you clearly ;)And after you click "Edit Html", a popup will show, like this :
then click PROCEED, and the blog HTML will show, like this
Check "Expand Widget Templates"
Press F3 on your keyboard, look at right corner your browser, it will show something like this :
then type "JUMP" (without quote), and you will find on the html code which contain "jump" word
<b:if cond='data:post.hasJumpLink'><div class='jump-link'><a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a></div></b:if>
You see the red word ? Change that with anything you like
<b:if cond='data:post.hasJumpLink'><div class='jump-link'><a expr:href='data:post.url + "#more"' expr:title='data:post.title'>LET'S READ</a></div></b:if>






