您好,我将以下代码作为小部件写入我的博客(Blogger),但是我需要一个字母数字类型的帖子,而不是最新的。谁能帮我?
<div id="hlrpsb">
<script style="text/javascript" src="http://helplogger.googlecode.com/svn/trunk/recent-posts-with-titles-only.js"></script>
<script style="text/javascript">
var numposts = 10;
var showpostdate = false;
var showpostsummary = false;
var standardstyling = true;
</script>
<script src="http://myblogaddress.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
</div>