-->

How to Create Recent Post

Blog-How to Tricks - Recent Post, we have often see it. The function of recent post is to show some of our post.

So, with the recent post, visitors can see some of our posts that have been created. Examples for the use of this recent post can be seen on 'Headline News', at the top of this blog.

How to create Recent Post?

Copy the code below:

<script style="" src="http://www.geocities.com/mezzaluna08@rocketmail.com/recentpost.txt"></script><script style="">var numposts = 5;var showpostdate = true;var showpostsummary = true;var numchars = 100;var standardstyling = true;</script><script src="http://YourBlog.blogspot.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts"></script>


Change YourBlog be your blog Url.

You may change :
  • Var numposts : Amount of post that will show at your Recent Post.
  • Var showpostdate : True if you want your post date appear.
  • Var Showpostsummary : True if you want your post summary appear.
  • var numchars : Numbers of character that appear at your post summary.

Then paste that code to your widget where you want to place your recent post.

Save then preview.

How to Create Recent Post