Making Read More or Artikel Snippet, follow the steps below :
- Login to account blogger
- First, backup your template, click Download Full Template
- Select "Layout --> Edit HTML"
- Check the box "Expand Widget Template"
- Find the folowing script
- Remove the script above, and change with the script below
- Save Template
<data:post.body/> or <p><data:post.body/></p>
<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'><strong>Read More...</strong></a></p>
</b:if>
Next Step:
- Select "Setting --> Formatting "
- At the bottom of the box labeled "Post Template (Template Post)", fill the empty area with code below :
- Save setting
<span class="fullpost">
</span>
How to Post the Articles:
- Select Post
- Select "Edit HTML" not the " Compose", then the code automatically appears that we have been setting before, namely:
- Write articles that appear on the blog before the code: <span class="fullpost">
- While the rest of the article after the above code, and before the code: </span>
- Publish your articles
<span class="fullpost">
0 comments:
Post a Comment