1. Open the Layout menu and then select Edit HTML.
2. Love of the check (check) on the cekbox "expand widget template"
3. Find the following code in your blog template
<p><data:post.body/></p>
to make it easier to press the ctrl + f copy and paste the code above.
4. When the meet and change the code above 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/></p>
<a expr:href='data:post.url'>Read More....»»</a>
</b:if>
<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>
5. Save the results.
6. Then select the Settings menu and select Formatting
7. In the Post Template box fill in the following code:
<span class="fullpost">
</span>
8. Then Save.
9. When posting, always reminded that there are 2 options that is in compose mode and mode edit html.used edit html in writing, the format will look like this:
<span class="fullpost">
</span>
The most major is writing at the time, you need to know in the process of writing, to write articles before the main code and additional news placed between the code
<span class="fullpost">
</span>
to create safe, hopefully useful
Comments :
Post a Comment