$post = new WP_query();. $post->query('cat=3&showposts=1&orderby=rand');. while ($post->have_posts()) : $post->the_post();. <?php the_title(); ?> endwhile;.
確定! 回上一頁