If you contain a blog, you may be wondering how to put in your signature after each post on your Blogger or Blogspot blog. This easy tutorial will explain you how to do it in now a few simple steps! :)
1. Search below this line in your Blog template.
- <div class='post-footer-line post-footer-line-1'>
- <p class='post-footer-line post-footer-line-1'>
- <data:post.body/>
a) If individual is writting as an author.
<img src='url_of_your_signature_image' style='border:0px;'/>
Replace red color with Your signature URL .
b) If more then one are authors then.
<b:if cond='data:post.author == "Author1Name"'>
<img src='url_of_author1_signature_image' style='border:0px;'/>
</b:if>
<b:if cond='data:post.author == "Author2Name"'>
<img src='url_of_author1_signature_image' style='border:0px;'/>
</b:if>
If you have more than one authors, you can repeat the blocks so. Codes must be edited with the writer names and the signature image urls.
2. Save your template.

No comments:
Post a Comment