Tuesday, August 14, 2012

How to Add Awesome Signature after every Blog Post


Some People want to be a famous person they people are struggled and going so far. Signatures are very smart way to show your trades mark or logos, you may simply write your name or add logo of your business.

Edit your signature's by any image editor and make a jpg file/

1. find this:

<div class='post-footer-line post-footer-line-1'>

if its not found then try to find it:

<p class='post-footer-line post-footer-line-1'>

or this one

<data:post.body/>

a) if only one of the person is writting as an author thenadd this below:

<img src='url_of_your_signature_image' style='border:0px;'/>

write your signatures URL up there

b)) if more then one are authors then..

<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 now 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. what about this post good or excellent.

5.Save your template and you should see the signature in action to your blog post sincerely :)

No comments:

Post a Comment