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 == "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'>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 !
2 comments:
XML error message: The element type "div" must be terminated by the matching end-tag "
kenapa keluar arahan tu ye
in my blogs this works
Posting Komentar