最新の元気倶楽部通信
「元気倶楽部通信」は2ケ月一回、当社で企画・発行しているまめ新聞です。竣工後のお住まいのご紹介、お料理のご紹介、健康に関するお話などなど、購読をご希望の方は下記ダウンロードボタンよりダウンロードしてご購読ください。
’10’, // 1ページに表示する記事数。-1 ならすべての投稿を取得。
‘post_type’ => ‘vigour’, //カスタムポストのタイプを指定。
‘post_status’ => ‘publish’, //(公開済み)のみ呼び出す。
//’orderby’ => ‘rand’,
//’year’ => ‘2011’ // 「video-tag」タクソノミーの「drama」
‘taxonomy’ => ‘vigour’,
‘term’ => ‘new’ // 「video-tag」タクソノミーの「drama」
);
$myQuery->query($param); // クエリにパラメータを渡す
?>have_posts()): while($myQuery->have_posts()) : $myQuery->the_post(); ?>
‘post_type’ => ‘vigour’, //カスタムポストのタイプを指定。
‘post_status’ => ‘publish’, //(公開済み)のみ呼び出す。
//’orderby’ => ‘rand’,
//’year’ => ‘2011’ // 「video-tag」タクソノミーの「drama」
‘taxonomy’ => ‘vigour’,
‘term’ => ‘new’ // 「video-tag」タクソノミーの「drama」
);
$myQuery->query($param); // クエリにパラメータを渡す
?>have_posts()): while($myQuery->have_posts()) : $myQuery->the_post(); ?>