Posts

Showing posts from January, 2012

Remove Automatic Readmore at Static Page Blogger

Image
T here's some questions in my box comment and in my email tells that static page in my every templates didn't work well. Okay, I will give you some reasons, because most Blogger template that I created or modified still using the old version of "automatic readmore" feature. So, if you're using my blogger templates than you need to edit the template manually to remove read more option from the static pages. You need to follow the instructions below to remove automatic read more from blogger static pages. Login to blogger with your account Go to the dashboard >> Design >> Edit HTM L Checklist Expand Templates Widget box Don't forget to backup/download your template first Find this code below, or Press Ctrl+F and search this codes <div class='post-body entry-content'> Then you must add  this code below that codes. <b:if cond='data:blog.pageType == &quot;static_page&quot;'><br/> <data:post.body/> ...