Management Partners

サービス


お知らせ

'post', 'orderby' => 'post_date', 'post_status' => 'publish', 'order' => 'DESC', 'posts_per_page' => -1 // this will retrive all the post that is published ); $result = new WP_Query( $args ); if ( $result-> have_posts() ) : ?> have_posts() ) : $result->the_post(); ?>