How To Display Read More Link in Blogger Post Summaries - My Blogger Market

Breaking

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

9/22/2013

How To Display Read More Link in Blogger Post Summaries

To make your site load faster, to prevent your site from duplicate content and for a better SEO score many bloggers suggests using summaries (excerpts). Post summaries provide a tiny-description of your content which usually consists of four to five sentences, which is there to give an idea to the reader about the whole story in just a few lines. To see a live example, check our homepage where you might notice a read more link present towards the bottom of post excerpts. In this article, we will show you how to automatically add a Read more Link in Blogger Post summaries.

First and foremost you need to login into your blogger account. After that go to Settings >> Template >> Edit HTML >> and search for the <data:post.body/>. After finding the tag just below it paste the following piece of coding.

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

Remember: In case it does not works or, your template has too many <data:post.body/> tags then search for <div class='post-footer'> instead, and above it paste the code. Once everything is done, press "Save Template" button present on the top of your screen.

Congratulations: You have successfully added Read More Links in Blogger Post summaries. Now go check your site and see if it works perfectly. You can also Stylize the outlook of you link through #readmore{} CSS.

We hope this article may have helped you in learning how to display read more links in blogger post summaries. If you are not using post summaries, then it is your turn to make a switch. Let us know how things worked for you by leaving a comment below.

No comments:

Post a Comment

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.

Post Top Ad

Responsive Ads Here