Please, use get_posts() for looping posts, and not WP_Query(). <?php // Set the arguments for the query $args = array( 'numberposts' => -1, ...
確定! 回上一頁