<style scoped='' type="text/css">Silahkan atur alamat blog dan label yang digunakan beserta stylenya.
ul#recent-posts{list-style:none;margin:0;padding:0}
li.recent-posts{display:block;clear:both;overflow:hidden;list-style:none;padding:3px 0;margin:0;}
</style>
<ul id="recent-posts">
<script>
//<![CDATA[
function showlatestposts(json){document.write('<ul id="recent-posts">');for(var i=0;i<5;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=\"www.tuntas.net/feeds/posts/default/?orderby=published&alt=json-in-script&callback=showlatestposts\"></scr" + "ipt>");
//]]>
</script>
</ul>
Kode Recent Post by Tag, Ringan
On 18.57.00 with No comments
Kode recent post by tag atau label simpel dan ringan, silahkan gunakan kode berikut: