Cara Buat Postingan Terbaru Berhasil 100 Persen

To the point saja Bos lansung ke TKP!
1. Login Ke Akun Blogger anda jangan ke akun teman hehehe..
2. Kemudian Pilih Tata Letak
3. Tentukan dimana Widget Postingan Terbaru [Recent Post] itu akan di Letakkan
3. Setelah itu Klik Tambah Gedget >> HTML/JavaScript
4. Jangan lupa masukkan Script Di bawah ini!
<script> //<![CDATA[ function showlatestposts(json){document.write('<ul id="recent-posts">');for(var i=0;i<9;i++){var entry=json.feed.entry[i];var posttitle=entry.title.$t;var postsurl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){postsurl=entry.link[k].href;break;}} document.write('<li class="recent-posts">');document.write('<a href="'+ postsurl+'" target ="_top" title="'+ posttitle+'">'+ posttitle+'</a>');document.write('</li>');} document.write('</ul>');}; document.write("<scr" + "ipt type="text/javascript" src="/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showlatestposts"></scr" + "ipt>"); //]]> </script> <style type='text/css'> #recent-posts{ width:auto; padding:0 0; margin:0 auto; } #recent-posts ul,#recent-posts li { list-style:none; } #recent-posts a{ text-decoration:none; } #recent-posts li{ padding:6px 0 } #recent-posts li:first-child{ border-top:none; } </style>
5. Setelah Itu Klik Save/simpan Template
6. Lihat hasilnya..., sepertinya sahabat sudah punya recent post keren [SELAMAT MENCOBA]
Postingan Terkait

Belum ada tanggapan untuk "Cara Buat Postingan Terbaru Berhasil 100 Persen"

Post a Comment