Awhile ago I received this message from an unidentified user:
Title: photo for authors
Can you use javascript to show an author’s photo in the footer of a post? I’ve looked everywhere and only find it in the old blogger Any help would be awesome!
While a script based on my new comment author photos could be built to inject the image for the post author (multi-author blogs), I thought it might first be useful to provide basic information about hard-coding this.
- Go to the Template tab on your blog’s dashboard
- Select Edit HTML
- Check the Expand Widget Templates box
- Find the code block starting with
<div class='post-footer'> or after <data:post.body/>
- Insert the content you want there
- Save!