how to add ribbon to show old/new post on blog
I think it's not important widget that you have to add to your blog. But i think this widget can help your visitor to know that's old or new post. This ribbon can also make your blog more beautiful and interested.
If you want to use this widget, just follow my instruction
1. log in to your blogger account > Dashboard > Template > Edit HTML
2. find this code
<div class='post hentry'>
3. Paste this code below code
<div class='post hentry'>
<b:if cond='data:blog.pageType != "item"'><b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:post.isFirstPost'>
<span style='display:block;position: absolute;top: -4px;right: -4px;margin: 0;background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixcjbZR3PODlsY00vY4G-vCvCupUGJw02jy5xhtzj_EIEBYW9EZa90ABu2vPXkpqku3yCCKh5dfJSXHDzssqaN8ZJ38a4Q9lall34Udkc_GPvuX29kFSWxpDmf9B8OBH-ykSYbOC-h2Q/s56/New-Ribbon-By-EXEIdeas.png);width: 56px;height: 56px;'/>
<b:else/>
<span style='display:block;position: absolute;top: -4px;right: -4px;margin: 0;background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLVGsWQCvY-PGwVFwOMbDfqFT3PsBXMiX6xehTQXolSweXk0dpidWwp_5TLZtuoSZNoKJ_Tt9vzeEf-CqwG06ScEzPOA-W9nFNIPHK2PWEUalbWvWddUmr7MN1dCWwjAKlAu-MV4Z6vg/s56/Old-Ribbon-By-EXEIdeas.png);width: 56px;height: 56px;'/
</b:if></b:if></b:if>
* This code only show on your home page, if you want to show on your post page, delete the green code
4. find code
</head> and then paste this code below and place it above code
</head>
<style>.post{position:relative;}</style>
5. Save template