Basic Way
Adding the simple "Read More>>" Is very simple to do. Just simply start writing a post and click the "Insert jump break" on the toolbar as shown in picture.
Pressing that will add in a symbol which goes from left to right looking something like this:
Now wherever you see that jump break, when a user is viewing blogs on your home page everything below
Advanced Way
The advanced way is not much harder then the Basic Way but does require you to edit HTML code. I suggest you make a backup of your template before we move on.
Now with the backup complete we may start!
- You should still be in "Design" and "Edit HTML" tab
2. You should see this box full of confusing things. Now make sure "Expand Widget Templates" is checked
3. Search for the following code (windows users use control + F):
/* Variable definitions4. Then paste in:
====================
<Group description="Read More" selector=".jump-link"> <Variable name="rm.font" description="Font" type="font" default="normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif" value="normal normal 12px 'Trebuchet MS',Trebuchet,Verdana,sans-serif"/> <Variable name="rm.color" description="Color" type="color" default="#f9f9f9" value="#eeeeee"/> <Variable name="rm.h.color" description="Hover Color" type="color" default="#eeeeee" value="#eeeeee"/> </Group> <Group description="Read More Background" selector=".jump-link"> <Variable name="rm.bg.color" description="Color [www.betatemplates.com]" type="color" default="#000000" value="#000000"/> </Group>5. Now find:
]]></b:skin>6. Then right before that paste:
{ float: right; font: $(rm.font); background: $(rm.bg.color); } .jump-link a, .jump-link a:visited { color: $(rm.color); } .jump-link a:hover { color: $(rm.h.color); }
Now when you head over to "template designer" you will have 2 new tabs for customizing your "Read More>>"
Credit: Answered question on yahoo answers simplified.
I don't know if it still works, but I've been able to add in these breaks by going to the html and adding "", and that breaks the post where that comment is placed.
ReplyDeleteinformative.
ReplyDeleteInteresting, might try it thanks!
ReplyDeleteI was wondering how people did this, although I think I will stick with the easy method. Insert Jump Break it is!
ReplyDeleteVery helpful. I've never been a big html buff but you made this very understandable!
ReplyDeleteNice, thanks for the tutorial :D
ReplyDeleteThanks a bunch! I've been considering adding this to my blog since my posts can get kinda long-winded at times.
ReplyDeleteNice tutorial !
ReplyDeleteGreat, Thanks!
ReplyDeleteGood to know, thanks! I'll probably implement it sooner or later.
ReplyDeleteVery useful. Thanks a bunch!
ReplyDeleteGood tutorial. Why dont you make one about maximizing ad profits
ReplyDeletethanks
ReplyDeleteNot a bad idea to do this, actually. Good luck with it.
ReplyDeleteAlso, I was wondering how to do this and couldn't find out how haha. I'm really glad you posted this haha
Thanks a lot. I may use these for my unusally longer posts, so I can keep at least a week up fgor reading.
ReplyDeleteThanks for the tut, it came in handy.
ReplyDeleteOh, thanks for this! Helped a lot. :D
ReplyDeletethanks for the tut.
ReplyDelete