1) Enable the Jump Break function in Blogger
Go to your Blogger 'Design' > Edit HTML and tick "Expand Widget Templates".
Search (Ctrl + F) for:
<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>
2) If you have it, then move on to next step. If you don't...
Add the code I pasted above directly beneath 'post-header-line-1' (find it in your template).
3) Edit the code
After pasting the code, do the following :
1) Change <data:post.jumpText/> with <img border='0' src='YOUR READ MORE BUTTON IMAGE LINK'/>
Replace 'YOUR READ MORE BUTTON IMAGE LINK' with the link to your read more button's link.
For example, my picture's link is:
http://img687.imageshack.us/img687/8092/11largeallblogtools.jpg
So, the code is
<img border='0' src='http://img687.imageshack.us/img687/8092/11largeallblogtools.jpg'/>
4) Preview your blog
Preview your blog before saving it (Remember to use the JumpBreak function in every post to make this work!). Once you're satisfied, click "save template". You can try out your new button by using the page break function at your post editor's top.
7 comments:
thanks for tips but I prefer my readers to write all without the jump.
Thanks for giving me a post idea! :D
I may try it out! THX.
eh, it can't work...:O
Hmm? Try it again. Maybe you did something wrong in between. I'll help you if it still can't work. :D
I so need this tips! :) thank you
btw do u know how you can make the blog page load faster? cos most of my friends told me my blog loads extremely slow TT
@Adrian : It's quite simple. Just remove widgets you don't need! For example, I think that blog traffic counter is unnecessary, so you should remove all the widgets related to that.
Post a Comment