質問編集履歴
2
phpのコードを修正しました
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
$text = "窓:";
|
|
50
50
|
if($cfcb) {
|
|
51
51
|
foreach((array)$cfcbId as $v) {
|
|
52
|
-
echo '<div class="bg-'. $v. '">' . $text .
|
|
52
|
+
echo '<div class="bg-'. $v. '">' . $text . $cfcb['choices'][$v] .'</div>';
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
?>
|
1
タイトルを変更しました
title
CHANGED
|
@@ -1,1 +1,1 @@
|
|
|
1
|
-
|
|
1
|
+
Advanced Custom Fields「チェックボックス」によって表示を切り替えたい
|
body
CHANGED
|
File without changes
|