Management Partners Japan
headquarters

Management Partners Group for system development,web design,web marketing and print design

サービスservice

'post', 'orderby' => 'post_date', 'post_status' => 'publish', 'category_name' => 'service', '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(); ?>

ビジョンvision

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

お知らせnews

'post', 'orderby' => 'post_date', 'post_status' => 'publish', 'category_name' => 'news', '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(); ?>