×
Please Join Softare On Facebook

Don't Forget To Join With Our Community

Enter Your Email Address :-

Please Check Your Email Inbox For Complete Subscription

Keywords

3D Logo Text Mockup Antivirus Apple iOS7 app Icons Backgrounds BisListe Blank t-shirt template Blog Templates Blog Tricks bluestack Brushes business doodles Business Website Template cache cache plus Chrome Chrome Layouts CodeCanyon compress your jpg images Corporate Branding Mockup Dashboard UI Elemets Deals Design Articles Design Bundles Design Inspiration Domain Easter Eggs eCommerce Flat UI Kit Elegant Themes Facebook facebook like all Firefox Fonts Free Photos Free PSD Files Free Stuff Free Wordpress Theme freebies Giveaway Google Google Chrome Themes Graphics Graphics Icons Hosting how to see google cache version webpage HTML Template icons Icons Design Infographic Elements iPhone 5C Mockup iPhone 7 Concept JPEGmini Latest Updates Layouts Light Music UI Elements logos Magento and Opencart Theme Magnifying Glass Miscellaneous Mockup PSD Mockup template parallax Patterns Photoshop Actions Photoshop Gradients Photoshop Patterns Photoshop Resources Photoshop Tutorials PHP PNG Files Premium Blogger Template Premium Wordpress Themes PSD PSD Templates Quotes Responsive Responsive Blogger Template Responsive Wordpress Theme Review and Rating Stars run android apps on pc SEO Shop Sketch App Files Social Media Icons Software Templates Text Effects Textures ThemeForest Themes Timeline Remove Tips Tools & Utilities Top Download Trial Buy Buttons Tricks UI & Mobile Apps UI Element UI Elements UI Kits Uncategorized vector ribbons vectors Web Buttons Website Layouts Website Traffic Websites Windows Wordpress Plugins Wordpress Themes

Monday 16 April 2012

Add Own Signature In Blogger

signature

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'>
or if this one also not found find the following code :-
<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"'>
<img src='url_of_your_signature_image' style='border:0px;'/>
</b:if>

Code should be edited with your signature image URL.
  • 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 == &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_author2_signature_image' style='border:0px;'/>
</b:if>

</b:if>
If you have more number of authors, you can repeat the blocks accordingly (here i have mentioned 2 blocks [blue and red] one for each of the two authors). Codes should be  edited with the author names and the signature image URLs.
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.
As I always here, if you get into troubles, you can use the comment form or Our Facebook Page !

0 comments

Post a Comment

Thanks For Visit :)

Note: only a member of this blog may post a comment.