随机文章代码-wordpress主题
随机的10篇文章
<?php
$rand_posts = get_posts('numberposts=10&orderby=rand');
foreach( $rand_posts as $post ) :
?>
<li><a href="<?php the_permalink(); ?>">
< ?php the_title(); ?>
</a></li>
<?php endforeach; ?>
$rand_posts = get_posts('numberposts=10&orderby=rand');
foreach( $rand_posts as $post ) :
?>
<li><a href="<?php the_permalink(); ?>">
< ?php the_title(); ?>
</a></li>
<?php endforeach; ?>
特注明此代码适用于侧边栏,如使用在single页文章一下的话,建议使用WordPress 中文工具箱插件!因为此代码会一起评论页标题的错误!
| anyShare分享到: | |
| |
上一篇 « 最新评论代码-wordpress主题 下一篇 » 相关文章代码-wordpress主题

不好用啊
[回复]
总报错。。。
[回复]