Blogspot Haber Teması
Haber siteleri için kullanışlı bir tema ile karşınızdayız. Tema gayet şık ve kullanışlıdır.
Bu tema tümüyle etiket sistemi ile çalışmaktadır. İçerikleriniz ana sayfada belirli bölümlerde görünmesi için etiketlere ihtiyaç duyulacak.
DEMO "http://bloggerhabertemasi.blogspot.com/" & İNDİR "http://www.mediafire.com/download/pe42z39uwinlbkm/blogokuluhabertemasi.xml"
Slayt bölümünü oluşturmak için Blogger >> Yerleşim + Gadget ekle bölümünden HTML JavaScript gelerek aşağıdaki kodu ekleyin
Kod:
<div id='featuredContent'>
<div class='sliderwrapper' id='featured-slider'>
<script>
document.write("<script src=\"/feeds/posts/default/-/Slayt?max-results="+numposts3+"&orderby=published&alt=json-in-script&callback=showrecentposts3\"><\/script>");
</script>
</div>
<div id='paginate-featured-slider'>
<ul>
<script>
document.write("<script src=\"/feeds/posts/default/-/Slayt?max-results="+numposts3+"&orderby=published&alt=json-in-script&callback=showrecentposts4\"><\/script>");
</script>
</ul>
<div class='clear'></div>
</div>
<script type='text/javascript'>
featuredcontentslider.init({
id: "featured-slider", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "markup", //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["", ""], //labels for "prev" and "next" links. Set to "" to hide.
revealtype: "mouseover", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
enablefade: [true, 0.4], //[true/false, fadedegree]
autorotate: [true, 5000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})
</script>
</div>
Yukarıdaki kodda kırmızı ile işaretlenmiş "Slayt" yazısına hangi etikete ait konuların manşette gözükmesini istiyorsanız o etiketin ismini yazın.
Comments