Advertising

October 15, 2008

Read More Script at Blogger

Make the boundaries in our writing is very useful, usually in long writing. To make it (read more) follow these step below:

1. Edit your template, enter to layout and edit the HTML. Don't forget to click []Expand Widgets Templates.

2.Look for these code:
[div class='post-body entry-content']
- - - - place for new code
[p][data:post.body/][/p]
- - - - place for new code
[div style='clear: both;'/] [!-- clear for photos floats --]
[/div}.
If you only find post-body, add entry-content beside that

3. Input these code

[div class='post-body entry-content']

[b:if cond='data:blog.pageType == "item"']
[style].fullpost{display:inline;}[/style]
[p][data:post.body/][/p]
[b:else/]
[style].fullpost{display:none;}[/style]

[p][data:post.body/][/p]
a expr:href='data:post.url'>Baca Selengkapnya...[/a]
[/b:if]

[div style='clear: both;'/] [!-- clear for photos floats --]
[/div]

4. Click save
5. When you write or make new posting, you have to in edit html mode, and type
-- shown paragraph
[span class="fullpost"]
-- hidden paragraph
[/span]
P.S.: In this tutorial, I used '[]' but in your edit html you have to change be '<>.
I get this tutorial from my friends Agus Rais

0 comment(s):