In the postings, which is simple readmore with code like this:
<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'><b>Readmore.....</b></a>
</b:if>
You can change only slightly with the code </p:if> from the first position to the position as below :
<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/>
<a expr:href='data:post.url'><b>Readmore.....</b></a></p>
</b:if>
At the time of posting, do not use code like this:
<div class="fullpost">
</div>
But use the code like this:
<span class="fullpost">
</span>
If you perform the steps above, then any posts or more will be more in line with your post.
Ayo Like Facebooknya
Tag :
Blogging