Wednesday, June 13, 2018

How To Add Author Box Below Every Post In Blogger


  Hi ! Today i'm  going to share an awesome post about How To Add  Author Box Below Every Post In Blogger, About the author widget is one of the compulsory and important widget to add in your blog. It helps the visitor to know more about the author and his/her blog. The widget which i have shared today is very minimal and elegant and doesn't affect your blog loading time . Lets move further and see How To Add Simple Author Box Below Every Post In Blogger. You can check the photo below.

 LET'S START
  
The First thing you need to do is to login into your Blogger account and go to > Template > Edit HTML and search for the ending ]]></b:skin> tag and just above it paste the following code.

/* ######## Author Widget By Sorabloggingtips.com ######################### */
.sora-author-box {
border: 1px solid #f2f2f2;
background: #f8f8f8;
overflow: hidden;
padding: 10px;
margin: 10px 0;
}
.sora-author-box img {
float: left;
margin-right: 10px;
border-radius: 50%;
}
.sora-author-box p {
padding: 10px;
}
.sora-author-box b {
font-size: 20px;
}

ADDING HTML

In the template, search for the <data:post.body/> tag  and just below it paste the following HTML Coding. In case, you are unable to find <data:post.body/>,  then you can paste it just below <div class='post-footer'> or <div class='post-footer-line post-footer-line-1'></div>.





NOTE:  If you want to display the widget in every page ( Homepage, postpage, indexpage, searchpage, archive page etc.) Then remove the lines which are marked in red from the above code.

NOTE* Change the text in blue line with your detail.

 Congrats !! You have made it.  Visit your blog and check the awesome widget live in action, hope you liked this tutorial, if you enjoyed then please share it with your friends.

Credit to: SoraBloggingTips





Thank you for using my tutorial's ^^ Leave a comment here ! so i can re-visit you!

No comments:

Post a Comment