The Post Footer contains many elements like the Posted by line, the timestamp, the labels, comments, backlinks and others which you can customize to your blog.CHANGE NAME OF AUTHOR
To change the name of the author you can go to Dashboard >> Edit Profile >> dentity >> Display Name >> Change Name and Save. However if you want to show different names under the posts you can change it in the template. To do this go to Template >> Edit Html >> First backup template using Download Full Template link given on this page.>>Then put a check in Expand Widgets Template text box and scroll down to locate this code in the Blog Posts widget :<p class='post-footer-line post-footer-line-1'>
<span class='post-author'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/> <data:post.author/>
</b:if>
</span>
Delete <data:post.author/> in the fourth line and substitute your nickname. Preview and Save Template.
INSERT AUTHOR PICTURE IN POSTED BY LINE
Delete the same piece of code in the above example and insert this line :<a href="URL OF BLOG"><img src="URL OF YOUR PICTURE" /></a>
Preview and save template.
APPEARANCE OF LABELS
To change the appearance of your labels go to Template >> Edit Html >> First backup template >> Add this code between <b:skin>
0 comments:
Post a Comment