Banner 468 x 60px

NOEWPost का डे :–Computer Tips

Tuesday, 18 September 2012

How to list recent post titles by label

0 कमेन्ट
के तपाइ आफ्नो ब्लग मा साइड बार अथवा अन्य कतै राख्न चाहुनु हुन्छ त Label अनुसार Recent Post । हामिले सबैले recent पोस्ट राख्छौ तर त्यो सबै Label को हुन्छ त्यसैले एउटै लेबल को भर्खर पोस्ट गरिएको हाल्नु होस र रमाइलो गर्नुहोस सबै को लागी सजिलो पनि हुन्छ

Now Process
1 . Login गर्नु होस पाहिले ब्ल्गरमा  /
2 . Blogger Dashboard - Design tab - Page Elements . for New ( Layout)
3 . क्लिक गर्नुहोस Add Gadget र  लिस्ट बाट  HTML/JavaScript  छान्नुहोस /
4 . अब तलको मध्य कुनै एक कोड रोज्नुहोस र राखी दिनुहोस /
5 . अब कोड राखी सके पछि शेभ गरी दिनुहोस    / तपाईको काम पूरा भयो हेर्नुहोस /

Copy This Code

<!-- Recent Posts by Label Start -->
<!-- code by BloggerSentral.com -->
<script type="text/javascript">
function recentpostslist(json) {
 document.write('<ul>');
 for (var i = 0; i < json.feed.entry.length; i++)
 {
    for (var j = 0; j < json.feed.entry[i].link.length; j++) {
      if (json.feed.entry[i].link[j].rel == 'alternate') {
        break;
      }
    }
var entryUrl = "'" + json.feed.entry[i].link[j].href + "'";//bs
var entryTitle = json.feed.entry[i].title.$t;
var item = "<li>" + "<a href="+ entryUrl + '" target="_blank">' + entryTitle + "</a> </li>";
 document.write(item);
 }
 document.write('</ul>');
 }
</script>
<script src="YOUR_BLOG_URL/feeds/posts/summary/-/YOUR_LABEL?max-results=SHOW_HOW_MANY&alt=json-in-script&callback=recentpostslist"></script>
<span style="font-size: 80%; float:right;">Get this <a href="http://www.samjhanakophool.blogspot.com/2012/09/how-to-list-recent-post-titles-by-label.html">widget</a></span>
<!-- Recent Posts by Label End -->
Please Replace with your URL and Label Number Post  just your URL,Tags or Label and Number how much you want to show .
This is bulleted due the use of
    if you want to replace with number then just replace
<ul> this code with ol .

0 कमेन्ट:

Post a Comment

यदी कुनै समस्या भए हामिलाई पठाउनुहोस

By Comment

Recent Post