Membuat Popular Posts dengan Satu Gambar - Ringgo News -->

Membuat Popular Posts dengan Satu Gambar

JejakSeru.com - Kali ini saya akan membahas cara membuat widget popular posts dengan satu gambar (thumbnail). Popular post yang akan saya buat kali ini hanya menampilkan satu gambar thumbnail, sedangkan yang lainnya hanya judul saja dan dipercantik dengan adanya nomor.


Cara Memasang Popular Posts dengan Satu Gambar Thumbnail


Langkah 1 : Buka template > edit HTML.

Langkah 2 : Letakan kode di bawah tepat di atas kode ]]></b:skin>

#PopularPosts1 h2{background:#3b5998}
.PopularPosts .widget-content{padding:0;box-sizing:border-box}
.PopularPosts .widget-content ul{width:100%;padding:0;list-style-type:none;background:#1a1a1a}
.PopularPosts .widget-content ul li{margin:0;padding:10px 0 10px 60px;position:relative;overflow:hidden;border-top:1px solid #fafafc}
.PopularPosts .widget-content ul li:last-child{border-bottom:none}
.PopularPosts .widget-content ul li .item-title{color:#fff;line-height:1.1em;padding:0 10px 0 0}
.PopularPosts .widget-content ul li .item-title a{text-decoration:none;font-size:15px;font-weight:400}
.PopularPosts .item-snippet{font-size:14px;font-weight:400;margin-top:10px;line-height:1.1em}
.PopularPosts .widget-content ul li img{width:300px;height:180px;padding-right:0;transition:all .5s ease-out}
.PopularPosts .widget-content ul li:first-child{border-bottom:none;padding:0}
.PopularPosts .widget-content ul li:first-child .item-thumbnail{margin:0;width:100%;height:180px;overflow:hidden;display:block}
.PopularPosts .widget-content ul li:first-child .item-title{position:absolute;left:0;right:0;bottom:0;text-align:left;padding:15px 20px 15px 60px;background:rgba(0,0,0,.7);z-index:1}
.PopularPosts .widget-content ul li:first-child .item-title a{color:#fff}
.PopularPosts .item-snippet,.PopularPosts .widget-content ul li .item-thumbnail{display:none}
.PopularPosts .widget-content ul{padding-left:0;counter-reset:popcount}
.PopularPosts .widget-content ul li .item-title:before{list-style-type:none;padding:0;counter-increment:popcount;content:counter(popcount);position:absolute;left:10px;top:50%;margin-top:-19px;color:#fff;font-size:38px;line-height:1;z-index:2}
.sidebar .PopularPosts .item-title a{color:#fff;text-decoration:none}
.PopularPosts .widget-content ul li:first-child .item-title:before{color:#fff}

Langkah 3 : Letakan kode JavaScript di bawah tepat di atas kode </body>

<script type='text/javascript'>
//<![CDATA[
function resizeThumb(parentID, size) {
    var parent = document.getElementById(parentID),
        image = parent.getElementsByTagName('img');
    for (var i = 0; i < image.length; i++) {
        image[i].src = image[i].src.replace(//s72-c/, "/s" + size + "-c");
        image[i].width = size;
        image[i].height = size;
    }
}
resizeThumb('PopularPosts1', 300);
//]]>
</script>

Langkah 4 : Simpan dan lihat hasilnya
Langkah 5 : Pastikan settingan Popular Posts di centang bagian image thumbnail.

Jika dirasa bermanfaat silahkan share/bagikan ke temen-temen terdekat kamu dan jangan lupa like fanspage facebook kami dan follow twitter kami agar selalu dapat informasi bermanfaat dari kami.

Berlangganan update artikel terbaru via email:

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel