How To Add Signature After Blog Posts

Views:

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)
<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 (Copy)


<b:if cond='data:post.author == &quot;Author1Name&quot;'>
<img src='url_of_author1_signature_image' style='border:0px;'/>
</b:if>



<b:if cond='data:post.author == &quot;Author2Name&quot;'>
<img src='url_of_author1_signature_image' style='border:0px;'/>
</b:if>
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.



5. Save your template
How To Add Signature After Blog Posts How To Add Signature After  Blog Posts Reviewed by Gaint Hackers on 01:47 Rating: 5

No comments:

Powered by Blogger.