Monday 4 February 2013

How to add 'About the author' at the end of every post




Steps to follow to add about the author below post:
Step 1: Go to your blogger dashboard>>edit template>>expand widget template.(Backup your template first)

Step 2: Now find the below code  on it. Use “ctrl+f” for that one.
<data:post.body/>
You will get this code on two places sometimes you will get this code in more than three places.

Step 3: Now add the below given code in below the line you find  in step 2 in any one. You just have to change the colors given in code and than add it.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class="about-author">
<h3>About Author:</h3>
<img align="left" src=" paste url of your image here ">
</img>
<p>
 Write something about yourself</p>
<p>Follow him @ <a href="http://twitter.com/yourtwittername" rel="nofollow" target="_blank">Twitter</a> | <a href="https://www.facebook.com/facebookfanpagename" rel="nofollow" target="_blank">Facebook</a></p>
</div>
</b:if>
Step 4: Before adding this code just do the simple modifications in highlighted colours.


Print Page

Do you like this post? Please link back to this article by copying one of the codes below.

URL: HTML link code: BB link code:

About Author:

Raja Sekhar is the founder of this blog. He has been blogging since 2010 and is an active contributor of many blogs.

0 comments :

Post a Comment

Related Posts Plugin for WordPress, Blogger...