After I changed my classic template to facebook template, I can’t show “read more” on the posting. It is make long displaying on the blog. But I wanna the blogger still on the new template and “read more”.
1. Log into blogger.com, choose the bog wanna be edited, click link Layout then choose Edit HTML.
2. Be sure template/ layout on the new version. Check Expand widget templates.
3. Find "post-header-line" on the code. Add this code (red color)
<div class='post-header-line-1'/>
<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>
<div style='clear: both;'/>
<!-- clear for photos floats-->
</div>
4. On the dashboard, Click Settings, choose Formatting, type on Template posting
<span class="fullpost"/>
</span>
5. Please try to post on the blog
Type your summary here
<span class="fullpost">
Type rest of the post here
</span>
No comments:
Post a Comment