Tutorial : Menambahkan Recent Post

Udah pada tau belum gimana caranya nambahin Recent Post di Blog?
Buat yang belum tau langsung aja aku share ya...
Aku punya 2 model Recent Post, tinggal pilih atau bisa langsung edit-edit sendiri deh~


Ikutin dulu Step nya :
1. Login Blog kamu
2. Dashboard > Layout
3. Pilih Add Gadget
4. Pilih Html / Java script
5. Copy Paste Kode ini :


<style type="text/css">
#rp_plus_img{height:377px;}
#rp_plus_img li {height:60px;padding:5px;list-style:none;align: center;
background-color:#transparent;
border:solid 1px #62A9FF;-moz-border-radius: 20px;
border-radius: 20px;}
#rp_plus_img a{color:#transparent;}
#rp_plus_img .news-title{display:block;font-weight:bold ;margin-bottom:4px;font-size:11px;
text-align:justify;
-moz-border-radius: 5px;}
#rp_plus_img img{float:left;margin-right:12px;padding:2px;border:solid 1px #transparent;width:58px;height:58px;}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="https://sites.google.com/site/jombinabeloganimatedrecentpost/recentpost.js"></script>
<script type="text/javascript">
var speed = 1500;
var pause = 3500;
$(document).ready(function(){
rpnewsticker();
interval = setInterval(rpnewsticker, pause);
});
</script>
<ul id="rp_plus_img">
<script style="text/javascript">
var numposts = 5;
var numchars = 0;
</script>
<script src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=rpthumbnt"></script>
</ul><small><a href="http://hanabidewi.blogspot.co.id/2017/10/tutorial-menambahkan-recent-post.html" target="_blank" target="_blank"></a></small>


Hasilnya Yang Ini

Atau,
Copy Paste Kode yang ini :

<style type="text/css">
#rp_plus_img{height:377px;}
#rp_plus_img li {height:60px;padding:5px;list-style:none;
background-color:#FFFFCC;
border:solid 1px #FF6699;}
#rp_plus_img a{color:#00000;}
#rp_plus_img .news-title{display:block;font-weight:bold ;margin-bottom:4px;font-size:11px;
text-align:justify;
-moz-border-radius: 5px;}
#rp_plus_img img{float:left;margin-right:14px;padding:4px;border:solid 1px #00000;width:55px;height:55px;}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="https://sites.google.com/site/jombinabeloganimatedrecentpost/recentpost.js"></script>
<script type="text/javascript">
var speed = 1500;
var pause = 3500;
$(document).ready(function(){
rpnewsticker();
interval = setInterval(rpnewsticker, pause);
});
</script>
<ul id="rp_plus_img">
<script style="text/javascript">
var numposts = 5;
var numchars = 0;
</script>
<script src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=rpthumbnt"></script>
</ul><small><a href="http://hanabidewi.blogspot.co.id/2017/10/tutorial-menambahkan-recent-post.html" target="_blank">get this widget here</a></small>

Hasilnya yang ini
 Oke, semoga bermanfaat yaa ...


Terima Kasih Sudah Berkunjung dan Membaca Artikel ini ya ^^

1 komentar: