If you want to display the widget recent article [Recent Post] on your blog, there are two options you can choose from the latest artike the first widget with pictures and options both widgets accompanied his recent article without thumbnail. well this time I will give a tutorial that option recent articles without images
For those of you who are curious as to whether the recent post widget that is not accompanied by a picture? You can see the demo below that I took from the blog skipper Cipir. oh yes tricks to make the most of this article widget is easy, you know you do not need to edit html
Here's How to Make a Widget Latest Articles Without Pictures on the blog
3. Then copy and paste the following javascript code in column Html / JavaScript this
<script type = "text / javascript">
showrecentposts function (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 (vark=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttitle.link(posturl);if(standardstyling)document.write('<li>');document.write(posttitle)}if(standardstyling)document.write('</li>')}
</ script>
<script type = "text / javascript"> var numposts = 10; var showpostdate = true; var showpostsummary = true; var NUMCHARS = 100; var standardstyling = true; </ script> <script type = "text / javascript"src="http://mannersecret.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
Rename mannersecret.blogspot.com with your blog url
4. Finished, make it easy: D
Well that's how Easy Banget Creating and Memesang Widget Latest Articles Without Pictures on your blog, the tutorial may be useful for you. good luck and good luck
For those of you who are curious as to whether the recent post widget that is not accompanied by a picture? You can see the demo below that I took from the blog skipper Cipir. oh yes tricks to make the most of this article widget is easy, you know you do not need to edit html
Here's How to Make a Widget Latest Articles Without Pictures on the blog
- First entry first to dasbhor friend
- Then Select the Layout => Add Gadegt => Html / JavaScript
3. Then copy and paste the following javascript code in column Html / JavaScript this
<script type = "text / javascript">
showrecentposts function (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 (vark=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttitle.link(posturl);if(standardstyling)document.write('<li>');document.write(posttitle)}if(standardstyling)document.write('</li>')}
</ script>
<script type = "text / javascript"> var numposts = 10; var showpostdate = true; var showpostsummary = true; var NUMCHARS = 100; var standardstyling = true; </ script> <script type = "text / javascript"src="http://mannersecret.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
Rename mannersecret.blogspot.com with your blog url
4. Finished, make it easy: D
Well that's how Easy Banget Creating and Memesang Widget Latest Articles Without Pictures on your blog, the tutorial may be useful for you. good luck and good luck
0 Komentar untuk "How to Make a Widget Latest Articles Without Pictures on the blog"