Adding Author Profile below blog posts is a great way to increase your footprint, and getting noticed to the readers. Google now displays picture of the author in its search result. Once a visitor gets impressed by your article and glanced through your profile when visiting your website, are likely to select content by you appeared in the search result. Blogger a few months back added the feature to Show Author Profile Below Blog Post automatically without tweaking the code.
Profile Picture, and other Profile information displayed in the author profile is taken from the Google plus profile associated with your blog. So make sure before adding author profile that you have entered some data in your profile and profile visibility is set to Public. Otherwise author profile will not be visible underneath the post.
How to Add Author Profile?
Step 1: Go to your Layout in the Blogger Dashboard.
Step 2: Click on Edit in the Blog Post wizard.
Step 3: Scroll down to the bottom of the newly appeared screen, then Check the Box of Show Author Profile Below Post.
Step 4: Now click on Save, this will close the window. Next select Save Arrangement in Layout tab.
Now you will see your profile below each of your post. However, your profile will also appear in your blogger home page where you might not want it to appear.
To prevent it from showing in your home page you have make some changes in the code. Before proceeding to making changes to code keep a Backup of your template. After finishing the backup open code editor(Template->Edit HTML) then search(CTRL + F) the following line:
Now replace these few lines of code next to <div class='post-footer-line post-footer-line-3'/>:
With
Profile Picture, and other Profile information displayed in the author profile is taken from the Google plus profile associated with your blog. So make sure before adding author profile that you have entered some data in your profile and profile visibility is set to Public. Otherwise author profile will not be visible underneath the post.
How to Add Author Profile?
Step 1: Go to your Layout in the Blogger Dashboard.
Step 2: Click on Edit in the Blog Post wizard.
Step 3: Scroll down to the bottom of the newly appeared screen, then Check the Box of Show Author Profile Below Post.
Step 4: Now click on Save, this will close the window. Next select Save Arrangement in Layout tab.
Now you will see your profile below each of your post. However, your profile will also appear in your blogger home page where you might not want it to appear.
To prevent it from showing in your home page you have make some changes in the code. Before proceeding to making changes to code keep a Backup of your template. After finishing the backup open code editor(Template->Edit HTML) then search(CTRL + F) the following line:
<div class='post-footer-line post-footer-line-3'/>
Now replace these few lines of code next to <div class='post-footer-line post-footer-line-3'/>:
With
Updated On: 20/06/2014
No comments :
Post a Comment