Image Beside Post Title (2)
Tricks are easy to use to add pictures at the right of the post title. This trick now is edit post title code, and is suitable if you want to add pictures at the left of the post title.
How tricks to add images to the post title?
Go to 'edit HTML'
Click on the 'expand widget template'
First, find the following code (easier to use ctrl + F)
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
If you have found, copy the code below and paste the above code.
<img src='http://i43.tinypic.com/33tjz9c.png'/>
Change with your image url.
So that the entire code to be like this:
<img src='http://i43.tinypic.com/33tjz9c.png'/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
If it is finished, save and preview
To get best result, please adjust your image with your post-title height.