wordpress主题–随机文章代码

{Graygift} 2009年06月30日 星期二5:47 下午. 点击量:50 次
?Download download.txt
1
2
3
4
5
6
7
8
        < ?php
$rand_posts = get_posts('numberposts=8&orderby=rand');
foreach( $rand_posts as $post ) :
?>
        <li><a href="<?php the_permalink(); ?>">
          < ?php the_title(); ?>
          </a></li>
        < ?php endforeach; ?>

没有评论 , 快去抢沙发 !

对《wordpress主题–随机文章代码》评论

XHTML:您可以使用这些标签:<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

:| :x :twisted: :roll: :oops: :o :mrgreen: :lol: :idea: :evil: :cry: :arrow: :P :D :?: :? :) :( :!: 8O 8)