質問編集履歴

2

stackoverflowへのリンク追加

2022/02/12 07:28

投稿

tomtom199
tomtom199

スコア10

test CHANGED
File without changes
test CHANGED
@@ -48,10 +48,12 @@
48
48
  <?php echo $cat->name;>
49
49
  </option>
50
50
  <?php endforeach; ?>
51
+ ```
51
52
 
52
-
53
- ```
54
53
 
55
54
  もしアドバイスいただけたらとても助かります。よろしくお願いします。
56
55
 
56
+ [stackoverflow](https://ja.stackoverflow.com/questions/86284/%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc%e4%b8%80%e8%a6%a7%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%a7-%e3%81%82%e3%82%8b%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc%e3%81%8c%e4%bb%96%e3%81%ae%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc%e3%81%ab%e5%b1%9e%e3%81%97%e3%81%a6%e3%81%84%e3%82%8b%e3%81%8b%e7%a2%ba%e8%aa%8d%e3%81%97%e3%81%a6%e8%a1%a8%e7%a4%ba%e3%81%97%e3%81%9f%e3%81%84%e3%81%a7%e3%81%99)でも同じ質問をしました。
57
57
 
58
+
59
+

1

コードの編集

2022/02/11 17:53

投稿

tomtom199
tomtom199

スコア10

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
  'hierarchical' => 0
45
45
  ));
46
46
  foreach ($travel_topics as $cat) : ?>
47
- <option class="category__filter__dropdown" value="<?php echo $cat->term_id; ?>" data-destination="<?php echo $cat->term_id; ?>">
47
+ <option class="category__filter__dropdown" value="<?php echo $cat->term_id; ?>" data-reisethema="<?php echo $cat->term_id; ?>">
48
48
  <?php echo $cat->name;>
49
49
  </option>
50
50
  <?php endforeach; ?>