<?php
query_posts(‘showposts=6&orderby=rand’);
//showposts=10表示10篇
while(have_posts()): the_post();
?>
<li> <a href=”<?php the_permalink(); ?>” ><?php the_title(); ?></a><span><?php the_time(‘Y- n -j ‘); ?></span> </li>
<?php
endwhile;
?>
发布时间:2022 年 8 月 20 日
点击次数:578
<?php
query_posts(‘showposts=6&orderby=rand’);
//showposts=10表示10篇
while(have_posts()): the_post();
?>
<li> <a href=”<?php the_permalink(); ?>” ><?php the_title(); ?></a><span><?php the_time(‘Y- n -j ‘); ?></span> </li>
<?php
endwhile;
?>
问题本身还是很简单的,只是对于不熟悉的网友来说不知道什么原因,如果英语不太好的话,就以为自己买了个假主题了。问题本身还是很简单的,只是对于不熟悉的网友来说不知道什么原因,如果英语不太好的话,就以为自己买了个假主题了。