How To add Image Icon Before or After Post Titles

Posted by Lasantha Bandara File Under : background, image, title 1 Comment

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:-

<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>

4.If you want to add image Before post title then add below code between above 2 lines.

<img src="Your image URL here"/>

Note : Remember to Replace "Your image URL here" with your real image URL.

After adding code, it look like below.

If you want to add image After post title then add the code like this.(after the above 2 lines)

5.Click on "Save Templates" and you are done.

1 thought on “How To add Image Icon Before or After Post Titles

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.