When we create an about or contact,sitemap pages on blog.You need to change remove read more options on a template.See the Below Fallowing the steps how to remove static page read more option on blogger template.
Its simple to change 5 steps only with step by step screen shot I'll explain you.Before that I advise you to take the backup of your template..
Step by Step Remove read more Options on Static page
Step 1
Go to the Template on Dashboard.Click Edit on HTML
Step 2
Find the Following Code Ctrl + F <div class='post-body entry-content'>
Step 3
Paste the Follwoing code after the above code
<b:if cond='data:blog.pageType == "static_page"'><br/>
<data:post.body/>
<b:else/>
See the below screen Shot How did this step
Step 4
Find the Following code Ctrl+F
<div style='clear: both;'/> <!-- clear for photos floats -->
Step 5
Paste the Following code Below
</b:if>
See the below screen Shot How did this step
Save the Template.Done your job you can check your page no read more options showing
Please feel free to enter any comments and queries related to this post
0 comments