-->

How to Add Link List of Post

Often we want to a list of all post in the sidebar of blog to show all the post, here is a nice way to do it.


1.  Log in to your blogger account.
2.  Hit Design Tab.
  













3. Go to "Add a Gadget"
                                  
4. HTML/Java Script


5. copy the given code to "content" and give it appropriate name suitable to your blog. Do not forget to change the code written in red color to your blog name and address. Save and find beautiful looking post link in blog.


























<span style="color: rgb(0, 51, 102);font-family:verdana;" > YOUR TITLE </span> <script style="" src="http://home.kpn.nl/oosti468/downloads/showrecentposts2.js"></script><script style="">var numposts = 500;var showpostdate = false;var showpostsummary = true;var numchars = 50;var standardstyling = true;</script> <script src="http://abcd.blogspot.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts"></script>


















Replace YOUR TITLE to heading such as Recent Post or All Post. Replace abcd.blogspot. to your blogs address.


var numposts = 500 shows how may post you want to show in the blog
var numchars = 50 shows how may characters for description. you can change it for your connivance.




Thanks


Arvind

Baca juga

1 comment

Post a Comment

Your Suggestions are valuable for me.