If you have a blog, you may be wondering how to add your signature after every post on your Blogger or Blogspot blog. This simple tutorial will show you how to do it in just a few easy steps! :)
Hit Expand Widget Templates
1. Find this: Copy html script placed below this line.
<div class='post-footer-line post-footer-line-1'>
OR
<p class='post-footer-line post-footer-line-1'>
OR
<data:post.body/>
a) If only one person is writting as an author. (Copy)
Replace red color with Your signature URL .<img src='url_of_your_signature_image' style='border:0px;'/>
b) If more then one are authors then (Copy)
<b:if cond='data:post.author == "Author1Name"'>If you have more number of authors, you can repeat the blocks accordingly (here i have mentioned 2 blocks[blue and brown] one for each of the two authors).Codes should be edited with the author names and the signature image urls.
<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>
5. Save your template
0 comments