回答編集履歴

1

追記に対する回答。

2016/07/27 06:14

投稿

kei344
kei344

スコア69407

test CHANGED
@@ -23,3 +23,23 @@
23
23
  【Advanced custom field の出力方法 | BLOG | Takumi Hirashima Artworks】
24
24
 
25
25
  [http://hirashimatakumi.com/blog/7.html](http://hirashimatakumi.com/blog/7.html)
26
+
27
+
28
+
29
+ ---
30
+
31
+
32
+
33
+ **追記:**
34
+
35
+
36
+
37
+ 画像自体の出力方法は参考URLを読んでください。書いてありますので。
38
+
39
+
40
+
41
+ ```PHP
42
+
43
+ get_field( 'your_custum_field_image', $object->ID );
44
+
45
+ ```