"; //var_dump($typenames); //print "
"; /// デバッグ用 //print "
category: ".$posttype; //print "
taxonomy: ".$taxonomy; $args = array( 'post_type' => $posttype, 'numberposts' => -1, 'tax_query' => array( array( 'taxonomy' => $taxonomy, 'terms' => $typenames, 'field' => 'slug', 'operator' => 'IN' ), 'relation' => 'AND' ), ); // 上記の条件を元に現在のtaxonomy、term値を取得する // 1.現在のページタイプ 2. taxonomyに所属する全てのスラッグからのterm $tterms = get_posts( $args ); //print "件数: ".count($tterms); //print "
"; //var_dump($tterms); //print "
"; // 日付比較用 $last_modified = 0; $tmp = array(); foreach ($tterms as $key1 => $term) { foreach ($term as $key2 => $t) { if ($key2=='post_modified') { array_push($tmp, (int) strtotime($t)); } } } // 日付けの比較 foreach($tmp as $t) { if ($last_modified < $t) { $last_modified = $t; } //print "
".date("Y-m-d", $t)."
"; } ?>
(2021年07月24日 更新)
タイプ名 |
部屋 |
賃室面積 |
賃料 |
共益費 |
間取り図 |
---|---|---|---|---|---|
B type |
805号室 |
24.33㎡ |
75,000円 |
25,000円 |
|
B type |
207号室 |
24.33㎡ |
80,000円 |
25,000円 |
|
E type |
913号室 |
40.04㎡ |
104,000円 |
35,000円 |
|
E type |
613号室 |
40.04㎡ |
103,000円 |
35,000円 |
|
E type |
213号室 |
40.04㎡ |
101,000円 |
35,000円 |
|
D type |
812号室 |
25.54㎡ |
82,000円 |
25,000円 |
|
D type |
612号室 |
25.54㎡ |
81,000円 |
25,000円 |
|
B3 type |
1105号室 |
23.97㎡ |
77,000円 |
25,000円 |
|
B2 type |
611号室 |
24.20㎡ |
75,000円 |
25,000円 |
|
A type |
906号室 |
20.83㎡ |
70,000円 |
25,000円 |


