How To Get Rid Of "Read More..." In Blogger Post
>> Sunday, February 7, 2010
Unlike the other articles that discuss how to add or create Read more.. in blogger posts, I just have a problem to get rid of.it.
After change my template and try to make modification on it (look at http://doit2us.blogspot.com/2010/02/why-my-google-adsense-suddenly.html), All of my posts have "Read more..." facilities at the end of the posts, although I don't break the page. This became odd because almost all of my articles finished in one page, no need "Read more.." anymore.
Eventually, I've found that this technique works for me...
1. Go to Dashboard >> Layout >> Edit HTML and ensure you have checked the "Expand widget templates" box.
2. Then using your browser's search function, locate the following line of code:
<data:post.body/>3. Depending on your individual template, you may find this enclosed between <p> or <div> tags. We need to leave these tags intact.
4. If you've added any other "Read more" hacks to your template (or have added other conditional statements to the Blog Posts section), you may discover more than one instance of
The following example is on my HTML Template...
5. Delete script line below this (or similar <div class='post-body'...> on yours)
<div class='post-body' expr:id='"post-" data:post.id'>and leave one of <data:post.body/>. This is finally modification script on my mine:
6. Click Save Template and preview your changes. If this has worked properly, your test post should display normally and clear without Read more... at the end of posts.


