You might have added custom blogger template and want to remove read more option from the pages you’ve created. It is true that we don’t want those read more links when we make an about or contact page on our blogger blog. I’ll explain you in the following steps about how to remove those auto read more links from static pages but before that I suggest you to take the backup of your template.
Steps to remove read more from blogger static pages:
Step 2: Now search for the following piece of code by pressing Ctrl+F.
<div class=’post-header-line-1’/><br/>
<div class=’post-body entry-content’>
Step 3: Add the following code after the above code.
<b:if cond=’data:blog.pageType == "static_page"’><br/>
<data:post.body/>
<b:else/>
Step 4: Now search for the following code by pressing Ctrl+F.
<div style=’clear: both;’/> <!– clear for photos floats –>
Step 5: Below this code add the following code and save your template.
</b:if>
After applying all of the above steps, you should see no more read more links on static pages. If you’ve any queries related to this then please comment below. I’ll definitely answer your queries.