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........ Technorati Tags:post footer
The primary customization canbe made by going to Template------->Page Elements------>Click the Edit link in Blog Posts section-------->In popup window choose which items you would like to appear in the post footer by putting a check on their names. See picture below (Click on picture to enlarge it)
CHANGE NAME OF AUTHOR
To change the name of the author you can go to Dashboard------->Edit Profile----->Identity------->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>
Customize the Post Footer.
New Visitor? Like what you read? Then please subscribe to my Blog Feed or sign up for Free Email Updates. Thanks for Visiting!
Posted by vin
What have you to say?
22 VIEWERS CLICKED HERE TO COMMENT ON THIS POST. ADD YOUR COMMENT.
EMail this post to a friend?
Post Labels
Labels: Blogger Hacks, Post Footer |Bookmark This Post
Skip to top of post.
YOUR COMMENTS
Buy Vin a Beer :-) if you liked this post.
22 comments:
My drag-and-drop functionality in the "Blog Posts" section does not work.
Can you tell me how to move the location of these elements directly in the HTML?
In particular, I'm looking to move the "Posted by RFTR" field from the bottom of the post to the top (between the Title and the Post Body).
My blog is at http://rftr.blogspot.com
Thanks!
rftr
I have added this hack at the bottom of above post.