質問編集履歴
1
追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,6 +30,8 @@
|
|
30
30
|
|
31
31
|
```
|
32
32
|
|
33
|
+
//ループ内です
|
34
|
+
|
33
35
|
<?php if(has_term):?> //条件がこれであっているのか不明
|
34
36
|
|
35
37
|
<label class="label-checkbox"><input class="checkbox" type="checkbox" name="area_cat" value="<?php echo $value->slug ?>"><span><?php echo $value->name . "(" . $value->count . ")"; ?></span></label>
|