Ticker

6/recent/ticker-posts

How to add custom thumbnail to posts in Blogger

When you're writing a post on blogger with multiple images added to it , then the blogger will randomly pick one image as the thumbnail for that post. But what if you need to add a custom thumbnail. Is it possible?

Yes, it is possible to add a custom thumbnail to your posts on blogger, it adds more professional touch to your blogs and helps to drag more readers attention towards your blog. In this article let's see how we can do it on blogger.

Select the desired blog and select the post to which you want to add a custom thumbnail. Let's select the blog Demo, and add thumbnail to the post 'Demo post'. Click on the Demo post.




Add the thumbnail on top of the post.


Right click on the thumbnail and click 'copy image address' and copy the link on a notepad.

Modify the below code by replacing "url" with the image address copied on the notepad in the previous step.
<img src="url" style="display:none;">

Click the pencil icon on the left side under the title and select HTML view.


Click 'Format HTML' and Paste the modified code as the first line.



Switch to compose mode again and remove the picture and click update.



Now the post will have the custom thumbnail.

Post a Comment

0 Comments