... 'meta_value' => 1 ); $the_posts = get_posts( $args ); ... while ( $the_query->have_posts() ) { $the_query->the_post(); echo '<li>' . get_the_title() .
確定! 回上一頁