$args = array( 'posts_per_page' => get_option( 'posts_per_page' ), 'paged' => $paged ); $custom_query = new WP_Query( $args );.
確定! 回上一頁