
So today, we'll see how to add multiple author boxes only once, and each time a particular author writes a post, his author bio would be shown up automatically below their post. This Sounds better Right!
Live Demo :-
How To Add Multiple Author's Bio Widget For Blogger :-
Adding author bio widget can be done by two simple steps. Following are the two simple steps.Adding CSS Part Of The Author Bio Widget :-
- Go to Design > Edit HTML (New interface: Template > Edit HTML).
- Now search for
]]></b:skin>
- Above that place the css code given below
.btnt-about-author-containter{ background: #eee; border-bottom: 1px solid #ddd; color: #111 !important; border-radius: 10px 10px 10px 10px; margin-bottom: 24px; padding: 16px; font-family: Georgia,"Times New Roman",Times,serif; font-size: 18px; font-style: italic; line-height: 26px; text-align: center; display: inline-block; }
.btnt-about-author-containter p{ margin:0; padding:0; margin: 0 0 10px; }
.btnt-about-author-containter .btnt-heading { margin:0; padding:0; font-size:23px; }
.btnt-about-author-pic{ background: #eee; border: 1px solid #e7e7e7; float: left; height: 100px; width: 100px; padding: 4px; margin-right: 5px; }
.btnt-about-author-pic img{ width: 100px; padding: 0; } - Now save your template.
Adding HTML Part Of The Author's Bio Widget
- Expand your template, that is, make sure you have a tick mark in box next to "Expand Widget Template". Now, search using "CTRL+F" for
<div class='post-footer-line post-footer-line-1'/>
- Copy the code below. Now paste the code just below the line you searched in step:1 <!--BLOG ADMINISTRATOR WIDGET STARTS-->
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.author == "ADMIN"'>
<div class='btnt-about-author-containter'><div class='btnt-about-author-pic'><img alt='' class='avatar avatar-100 photo' height='100' src='http://i1203.photobucket.com/albums/bb382/chandeep10/blogger-logo.png' width='100'/></div><div class='btnt-about-author-text'><div class='btnt-heading'>About the Author</div>
<p>ADMIN-AUTHOR-BIO You can follow him on <a href='YOUR-TWITTER-URL'>Twitter</a>, <a href='YOUR-FACEBOOK-URL'>Facebook</a> or <a href='YOUR-GOOGLE-PLUS-URL?rel=author'>Google+</a></p>
<div style='text-align: right; line-height: 0;'>
<a href='http://www.blogtipsntricks.com/' style='text-decoration: none; color: #BBBBBB; font-size: 50%;'>[Get this widget]</a></div></div></div>
</b:if></b:if>
<!--BLOG ADMINISTRATOR WIDGET ENDS-->
<!--GUEST BLOGGER WIDGET STARTS-->
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.author == "GUEST-AUTHOR-NAME"'>
<div class='btnt-about-author-containter'><div class='btnt-about-author-pic'><img alt='' class='avatar avatar-100 photo' height='100' src='http://i1203.photobucket.com/albums/bb382/chandeep10/guest-author-img.gif' width='100'/></div><div class='btnt-about-author-text'><div class='btnt-heading'>About the Author</div>
<p>GUEST-AUTHOR-BIO</p>
<div style='text-align: right; line-height: 0;'>
<a href='http://www.blogtipsntricks.com/' style='text-decoration: none; color: #BBBBBB; font-size: 50%;'>[Get this widget]</a></div></div></div>
</b:if></b:if>
<!--GUEST BLOGGER WIDGET ENDS--> - Replace the Highlighted code above as shown below.
- ADMIN - Replace this with Your name (i.e. Chan Deep for blogtipsntricks.com admin).
- GUEST-AUTHOR-NAME - Replace this with Guest author of your blog.
- YOUR-TWITTER-URL - Replace this with your twitter profile url.
- YOUR-FACEBOOK-URL - Replace this with your facebook fan page url.
- YOUR-GOOGLE-PLUS-URL - Replace this with your google plus profile url.
- ADMIN-AUTHOR-BIO - Replace this with your author bio.
- GUEST-AUTHOR-BIO - Replace this with your guest author's bio.
- That's it!!! Save your template. View the widget on your post pages.
Note:- You should repeat the code for guest author each time you get a new author for your blog. The number of guest author bio widget you have in your template depends on the number of guest authors you have.
Long waiting for this widget from you. Will apply this now to one of my site.
ReplyDeleteThanks for having time to help others.
That's my pleasure. :)
DeleteError parsing XML, line 1183, column 7: The element type "b:if" must be terminated by the matching end-tag "".
ReplyDeleteI am getting the above error.
Just place the HTML code After the <div class='post-footer-line post-footer-line-1'/>
DeleteStill getting error. Contact me with the Explained procedure you followed And also give your Blog URL.
I'm here to help you. :)
Hey, why can you convert and publish this theme, can you give any timeline if you are on it?
ReplyDeletehttp://demo.kolakube.com/aroxis/
I will publish it but it take time Because I'm currently working on marketers delight 2 and I have my exams, So it takes up-to one month to publish. Please Wait..
DeleteHi,
ReplyDeleteGreat info... I am using it for my blog Bytes and Banter (bytesandbanter.blogspot.in). I also want to modify the footer w.r.t. the label using data:label.name but my label.name field doesn't produce the desired result. Do you have any suggestions as to how I can change this?
Why the hell it doesn't work for me
ReplyDeleteLet me Know about the problem You're getting.
DeleteI'll help you to fix it :)
i have paste the code below div class='post-footer-line post-footer-line-1'>
ReplyDeletebut getting this error
Error parsing XML, line 1413, column 3: The element type "b:if" must be terminated by the matching end-tag "".
Hi Danial,
DeleteI Just checked the code it's fine. Please try it another time.
Still getting the error kindly contact me through contact form I'll help you.
Thanks Bro... ;)
Chan, i am using a free template on my blogger blog. I have added my friend as an author to my blog but his posts show my author box...I want to keep my css for style, but having trouble understanding the blogger variables to add the second author box. Can you please help me?
ReplyDeleteURL for my site is www.motor-heads.co.uk if that helps.
DeleteThanks for creating this beautiful widget but I have three guest blogger, how can I mention three authors with this widget ??
ReplyDeleteJust repeat the code three from here <!--GUEST BLOGGER WIDGET STARTS-->
DeleteAnd replace the author name and details ;)
this is not automatic and I think. Could you tell me how to make it be automatic, I mean by using profil widget code?
ReplyDeleteHi Randy,
DeleteIt's automatic, Just follow the instruction one by one ;)
Thanks for your comment.
Chan i would like to have an unique template with most of the features of a magazine template and i also need some guarantee like thing to make sure that you are always available to customize it....So how much will it cost
ReplyDeleteHi Hari,
DeleteFor query related to theme designing.
Kindly Contact me using Contact form or email me at contact [at] blogtipsntricks [d0t] com
Thanks ;)
Good and stylish multiple author bio widget... It really help bloggers in showing up on their blogs or websites..
ReplyDeleteAwesome Post bro.. I want to ask a question also want a widget i mentioned below..
ReplyDeleteI have added auto author box, like you share above.. Now i received some guest posts and i want to remove my author box but not from all posts, i don't want to show my author box in guest posts..
If you correctly followed the procedures given above it'll not show your author box in guest posts, So make sure you've added it correctly. :)
Deletewaw waw amazingggg :))
ReplyDeleteHi I Followed your procedure.. I saved the template, I didn't get any error but the author Bio box is not showing. I don't know if its because of the template am using. Please Reply me when you have the chance..
ReplyDeleteHere is my URL www.lautechparole.com
Hi, I followed the instructions and was able to get the widget to work for my guest authors but not my own posts (I'm the admin). You can view the site at www.naturallyflywilmington.blogspot.com. The site is still under construction, but you can see that the author boxes are on all of the posts except mine.
ReplyDeleteHi I followed all the steps correctly but still It is not showing author box below the post please check our blog http://navatelanganajobs.blogspot.com/
ReplyDeletepls reply...
Hi There
ReplyDeleteThanks so much for this.
Am having an issue with something, I copied the admin code thrice (cause there are 3x administrators) and it keeps picking up errors eg.
Error parsing XML, line 1533, column 82: The value of attribute "href" associated with an element type "a" must not contain the '<' character.
help appreciated
my blog url is http://coolgreatandrandom.blogspot.com/
Kindly Repeat the Process. The error message indicate that the link tag is broken. which means you've made a mistake while changing the links.
DeleteSo, Reinstall the widget it'll fix the problem :)
hey not working..can u help me to fix it :)
ReplyDeleteSure, The widget works fine.
DeleteSo, Kindly let me know what type of problem you experience :)
Thanks
Not working in my template :( Will somebody help me please :(
ReplyDeletesee my template: www.onlineitsofts.com
Give solution by comenting on my blog please :D
Thank y0u!
Nice one brother....its working this is great its really working see here www.liloloo.com
ReplyDeleteHey, your blog is pretty splendid. Did you use a template or design it from scratch?
DeleteCan you help. I am looking for a unique blogger template for my blog. My blog is regarding the guidance for jobs and hihger studies
ReplyDeleteHello chandeep The code you provide is not working for me
ReplyDeleteI want to use this in a separate side bar and not at the post body footer. I tried to use this code but I can't get things to work properly. If I use this code without post.author conditional (meaning I evaluate the pageType to be item) then it works. No author on homepage but only on item pages. When I add back the post.author evalutation I get an error or no author box. Please help!! I would send you a beer money if you can help me fix. If I can't fix this I have to port all of my authors to WordPress or Drupal and I am so not ready to start over at this time.
ReplyDeleteI cant find the second html code in my html coding... :/
ReplyDeletewidge not displayed in my blog..
ReplyDeletecannot find < div class='post-footer-line post-footer-line-1' / >
ReplyDeletecannot find < div class='post-footer-line post-footer-line-1' / >
ReplyDeletenot working on my blog, or probably on my template. followed the exact procedure, code has been accepted too. but when one of my guest author posted, it is not showing author box below post. please help me
ReplyDeletemy blog is: www.ownworldinspiration.in
ReplyDeleteI It didn't work perfectly. if you don't mind can you edit my HTML template.
ReplyDeleteMessage me through facebook.
Facebook:- www.fb.com/saifudeenhisham
Hello, i try to use it, but nothing show in my blog. Did this widget work?
ReplyDeletehey bro i cantt find div class=’post-footer-line post-footer-line-1′> help me to get it please
ReplyDeleteHello I added admin section in my blogger template but nothing shows up my blog http://www.thetechtrackers.com/
ReplyDelete