You might want to add a custom automatic signature below each of your blog posts. This would be more useful if you are running a Team Blog with multiple authors. You can use unique signatures for each author.The same can be done on a single author blog also !
Adding Signature to Single Author / Multi Author Blogger Blogs :-
- Create a Signature using Photoshop or some online Generators like My Live Signature.
- Upload this Signature Image to blogger. Once its uploaded hit preview and copy the image location (Note Down the URL of the image).
- Now Go to Layout > Edit HTML and click on Expand Your Widget Templates
- Now find the following code :-
<div class='post-footer-line post-footer-line-1'>If you cant find it then try finding this one :-
<p class='post-footer-line post-footer-line-1'>
<data:post.body/>
- Now If you are using a Single Author Blog, Paste the following code below the code you found :-
<b:if cond='data:blog.pageType == "item"'>Code should be edited with your signature image URL.
<img src='url_of_your_signature_image' style='border:0px;'/>
</b:if>
- If you are on a Team Blog, Paste the following code just below the code you found :-
<b:if cond='data:blog.pageType == "item"'>
<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_author2_signature_image' style='border:0px;'/>
</b:if>
</b:if>
If you want the Signature to appear on your Blog’s main page as well, then you will have to remove those two "Black Highlighted Lines" in the code.
- Save your template and you should see the signature in action.
0 comments
Post a Comment
Thanks For Visit :)
Note: only a member of this blog may post a comment.