Minggu, 02 Desember 2007

Make readmore in your blog

In first step you must open side "Template" after that open "Edit HTML".

Find that code :

<div class='post-body entry-content'>
<p><data:post.body/></p>


replace code with this :

<div class='post-body'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<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'>Read More......</a>
</b:if>

After this you must save it, then open side "Settings" in your blog and
open side "Formatting" scroll down fill in "PostTemplate" with this
code :

<div class="fullpost">


</div>

Now you ready to post with readmore in "Edit Html" not in "Compose"

Write your part message in before
<div class="fullpost"> and full message before </div>

Good luck !

Related Post :



2 comments:

Tawakkal mengatakan...

XML error message: The element type "div" must be terminated by the matching end-tag "

kenapa keluar arahan tu ye

redalert3d mengatakan...

in my blogs this works

R