文章标签 ‘随机文章’

随机的10篇文章 <?php $rand_posts = get_posts('numberposts=10&orderby=rand'); foreach( $rand_posts as $post ) : ?> <li><a href="&lt;?php the_permalink(); ?&gt;"> < ?php the_title(); ?> </a></li> <?php endforeach; ?>特注明此...

Read more »

2009年8月5日16:37 | 2 条评论
分类: 主题