blog tutorial : how to create read more
Never find the message as above ... do not panic if ever, this is only a notification message from the service if the bloggers are doing maintenance repairs on the server. this message only lasts about a few minutes after that will be normal again. Hopefully this information helps:) Readmore .. »
To make readmore follow the steps below:
First steps:
Go to Template - Edit HTML - Provide a check on the "Expand widget template"
Step two:
Do not Forget blogger backup by clicking the "full dowlnoad template"
Third step:
Find the code below:
<div class='post-header-line-1'/> <div class='post-body'>
If you have found the code above, the Copy-Paste the code below and code under the code above.
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
Then, under the code above we will find the code:
<p><data:post.body/></p>
Make a Copy-Paste the code below under the code above
<a expr:href='data:post.url'>Readmore.....</a>
</b:if>
Code if more views will appear as follows:
<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'>Readmore »»</a>
</b:if>
<div style='clear: both;'/>
When you are finished do not forget to keep in ok ...!!!
Step Four:
Once the code is stored on our back and go to Settings tab -> Format -> search for "Post Template" Then enter the code in the box below
<div class="fullpost">
</div>
Do not forget to save:)
Step Five:
Now when we want to post there will have any posts like this
<div class="fullpost">
</div>
Do not remove. Write your post code on the back
</div>
When you have finished writing your post, choose the words you want to display on the home page the way you cut the post with the code
<div class="fullpost">
And the end of any posts you add code
</div>
Already completed. GOOD TRY MY FREINDS.....!!!!!


