Technology Window

Simplifying Technology
Menu
  • how-to
  • About Me
  • Contact Me
  • Privacy Policy

How to remove read more from blogger static pages

Ritesh Nishar August 1, 2013

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.

remove read more from blogger pages

Steps to remove read more from blogger static pages:

Step 1: Go to Template from your blogger dashboard and then select Edit HTML.

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 == &quot;static_page&quot;’><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.

Prev Article
Next Article

Leave a Reply Cancel Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • How to earn money online with NeoBux
  • How to send bulk messages on WhatsApp or WhatsApp Business
  • How to change the color of your WhatsApp
  • How to install OrangeFox recovery and root Redmi Note 5
  • Best Android apps to earn Free Cryptocurrencies




Technology Window

Simplifying Technology
Copyright © 2025 Technology Window