1.Masuk Ke Tata Letak
2.Tambah Widget Dan Pilih HTML/JavaScript
3.Copy Code Dibawah Ini

<div id='newsidebar-wrap319'>
<div id='sidebartop-wrap'><div id='sidebartop-wrap2'>
<div class='sidebar section section' id='newsidebartop'><div class='widget linklist' id='linklist1'>
<div class='widget-content'>
<ul>
<script>
// ----------------------------------------
// TAMPILKAN DAFTAR ISI
// ----------------------------------------
// Version:1
//// Author:  Rama ZOne
// URL:     http://nicky-zone.blogspot.com/
// ----------------------------------------

function showrecentposts(json) {

  for (var i = 0; i < numposts; i++) {
    var entry = json.feed.entry[i];
    var posttitle = entry.title.$t;
    var posturl;
    if (i == json.feed.entry.length) break;
    for (var k = 0; k < entry.link.length; k++) {
      if (entry.link[k].rel == 'alternate') {
        posturl = entry.link[k].href;
        break;
      }
    }
    posttitle = posttitle.link(posturl);
    if ("content" in entry) {
      var postcontent = entry.content.$t;}
    else var postcontent = "";
    var re = /<\S[^>]*>/g;
    document.write("<li>"+posttitle+"</li>");
    }
}


var numposts = 1000;var showpostdate = false;var showpostsummary = false;var numchars = 100;var standardstyling = true;
</script>
<script src="http://C-look.blogspot.com//feeds/posts/default?orderby=published&alt=json-in-script&max-results=6&callback=showrecentposts"></script>
</ul></div></div></div></div></div></div>

SELESAI 

Copyright © 2012 Creativity Looking Template Design by RzaaL 1306