質問編集履歴
3
タグ変更
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
コードの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
|
30
30
|
|
31
31
|
### 試したこと
|
32
|
-
|
32
|
+
```
|
33
33
|
<?php
|
34
34
|
$terms = get_the_terms( $post->ID, 'oya_theme' );
|
35
35
|
$categories = get_categories();
|
@@ -39,4 +39,5 @@
|
|
39
39
|
|
40
40
|
$catimg = get_field('catimg',$post_id);
|
41
41
|
$img = wp_get_attachment_image_src($catimg, 'cate_thumb');
|
42
|
-
?>
|
42
|
+
?>
|
43
|
+
```
|
1
タグの変更
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|