How to Add a Special Paragraph Automatically at the End of Each Post Appear in All Post Pages
![]() |
| How to Add a Special Paragraph Automatically at the End of Each Post Appear in All Post Pages |
How to Edit Blogger HTML?
- Log in to your Blogger account and choose your blog.
- Now click on Theme (on the left sidebar).
- Then click on Edit HTML (Before that please backup your Blog Template).
- Now it will open the Blogger HTML Editor and where you can edit your HTML, CSS and JavaScript etc.
| How to Add a Special Para at End Of the Post - Blogger |
- Open Edit HTML on your blog template.
- Now find <data:post.body/> (You may find many occur try the last one)
- Now paste the below code just below of it.
<b:if cond='data:blog.pageType == "item"'>
WRITE YOUR SPECIAL PARAGRAPH HERE
</b:if></div>
- If not success then you can try the second <data:post.body/> from the last.
- Or If you are using Social Share link or icon, then find the section in your blogger template and paste the code just above it.
Bold and Justify Text HTML Code:
</div>
<div style="text-align: justify;">
<b:if cond='data:blog.pageType == "item"'>
<b>
</div>
<div style="text-align: justify;">
<span style="font-family: "verdana" , sans-serif;">
<b:if cond='data:blog.pageType == "item"'>
<b>
WRITE YOUR SPECIAL PARAGRAPH HERE
</b>
</b:if></div></span>
Text Background Color HTML Code:
</div>
<div style="text-align: justify;">
<span style="background-color: #ffe599;"><span style="font-family: "verdana" , sans-serif;">
<b:if cond='data:blog.pageType == "item"'>
<b>
WRITE YOUR SPECIAL PARAGRAPH HERE
</b>
</b:if></div></span></span>
CONCLUSION:
In this way you can add a special paragraph or a special Note or some words you want to add at the end of the each post. With the above condition the paragraph will appear on post page only, if you want to show the quote on your home page then just remove the <b:if cond=....> tag, write the only the paragraph.

This blog was... how do you say it? Relevant!! Finally I've found something which
ReplyDeletehelped me. Appreciate it!