Remove Blogger/Blogspot Auto Read More



Most of my blogs has changed template for more than at least 5 times, the reason is I am having problems with blogger.com's flexibility so I keep looking and switching themes. When I found a great template I always encounter problems with its static page, if you click the page you will see it looks like a post but you can't see it as a whole page.

I have looked for tips on removing automatic jumpbreak but some of them doesn't work. And I keep on looking until I found this one that actually worked and I used it for my other blog which has problems with its static page.

Now I am going to share it to you guys. If you have the same problem with your template just follow the simple instructions below.


Steps on removing auto read more 



1. Go to your blogger dashboard and click on template > edit HTML > click expand widgets

Find this code on the template:

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
<div class='readmorecontent'><a class='readmore' expr:href='data:post.url'><b>Read more &#187;</b></a></div>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>

Note: Some of the code might be different according to your blogger template but you can find it easily. 
2. Replace the above code with the code below

<data:post.body/>

If you can see the "read more" on static page, then search for this code and remove it

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div class='readmore-wrap'> <a class='readmore' expr:href='data:post.url'>Read More</a>
</div>
</b:if>
</b:if>

Note: And again some codes may not look like exactly as shown above but they look almost the same so you won't have a hard time identifying them.

3. Save template


Did I miss something? Let me read your thoughts


[image: rediscover youth]


Facebook Blogger Plugin: Bloggerized by Bloggerpreneur Enhanced by fromhobby2money.blogspot.com

Search This Blog

Visitors