内容来源于网络!
随机文章:
<p>随机文章</p>
<?php $args = array( 'numberposts' => 5, 'orderby' => 'rand', 'post_status' => 'publish' ); $rand_posts = get_posts( $args ); foreach( $rand_posts as $post ) : ?> <a href="<?php the_permalink(); ?>" rel="external nofollow" rel="external nofollow" > <?php the_title(); ?></a> <?php endforeach; ?>
编辑整理:数学课,如若转载,请注明出处:https://www.shuxueke.net/2022/12/8.html