How to Make Recent Post on Blog

make recent post
You wanna show the latest post (Recent Post) in the sidebar of your blog? Here's how:

1. Login to Blogger, select "Layout"
2. Click on the "Page Elements" then select "Add a Gadget -> HTML / Javascript" (The place is up to you).
3. Copy the code below and put it in the box "content".


<script src="http://www.geocities.com/uddin_81/recent-post.js"></script>
<script>var numposts = 10; var showpostdate = false; var showpostsummary = false; var numchars = 100; </script>
<script src="http://YOURBLOGNAME.blogspot.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=rp">
</script>


4. CHANGE "YOUR BLOG NAME" with the name of your blog.
5. The number "10" indicates the number of "Recent Posts" displayed, you can replace it
6. Keep on Save.



Good Luck... !!! 

0 comments:

Post a Comment