
Caranya:
1) Sign in akaun blogger
2) Dashboard > Design > Edit HTML > Tick kotak "Expand Widget Templates"
3) Dengan menggunakan ctrl + F (tekan serentak pada keyboard), cari kod
<b:includable id='post' var='post'>
4) Bila dah jumpa, highlight kod di bawah
<div class='post hentry uncustomized-post-template'><a expr:name='data:post.id'/><b:if cond='data:post.title'><h3 class='post-title entry-title'><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/><data:post.title/></b:if></b:if></h3></b:if>
5) Gantikan kod yang korang highlight di langkah 4 tadi dengan kod di bawah:
<b:includable id='post' var='post'><div class='post hentry uncustomized-post-template'><a expr:name='data:post.id'/><b:if cond='data:post.title'><marquee direction='left'><h3 class='post-title entry-title'><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/><data:post.title/></b:if></b:if></h3></marquee></b:if>
6) Klik preview, kalau takde error, klik save template
Selamat mencuba! :)

