deneme

When you install a Blogger template of mine, your posts will start to display as summaries on homepage, label pages, archive pages and sea...

When you install a Blogger template of mine, your posts will start to display as summaries on homepage, label pages, archive pages and search pages. To view full content of a post, need to go to that post page. If you don't want to display post summaries like this, follow the steps in this tutorial to remove blogger auto read more feature.
First go to "Edit HTML" page of your blog.
Find this code in your template (It can be different according to the template you are using) :
<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>
</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>
Replace it with this:
<data:post.body/>
Now we need to remove read more button. Scroll down slowly until you find a code more similar to this:
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div style='float:right;padding-right:10px;margin-top:10px;'>
<a class='morer' expr:href='data:post.url'>Read More</a>
</div>
</b:if>
</b:if>
Remove it and save your template.
Refresh your site. Now you will see full post content on homepage.

COMMENTS

Ad

ltr
item
Deneme: deneme
deneme
Deneme
https://deneme1234567d.blogspot.com/2019/07/deneme.html
https://deneme1234567d.blogspot.com/
https://deneme1234567d.blogspot.com/
https://deneme1234567d.blogspot.com/2019/07/deneme.html
true
8560292245234336490
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content