‘orderby’ => ‘rand’
));
if ($random_posts) {
echo ‘
‘;
echo ‘
echo ‘
随机推荐文章
‘;
echo ‘
-
- ‘;
-
- foreach ($random_posts as $post) {
-
- setup_postdata($post);
-
- echo ‘
- ‘ . get_the_title() . ‘
‘;
}
echo ‘
‘;
echo ‘
‘;
wp_reset_postdata();
}
?>