teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

追記に対する回答。

2016/07/27 06:14

投稿

kei344
kei344

スコア69625

answer CHANGED
@@ -10,4 +10,14 @@
10
10
  [http://elearn.jp/wpman/class/wp_post.html](http://elearn.jp/wpman/class/wp_post.html)
11
11
 
12
12
  【Advanced custom field の出力方法 | BLOG | Takumi Hirashima Artworks】
13
- [http://hirashimatakumi.com/blog/7.html](http://hirashimatakumi.com/blog/7.html)
13
+ [http://hirashimatakumi.com/blog/7.html](http://hirashimatakumi.com/blog/7.html)
14
+
15
+ ---
16
+
17
+ **追記:**
18
+
19
+ 画像自体の出力方法は参考URLを読んでください。書いてありますので。
20
+
21
+ ```PHP
22
+ get_field( 'your_custum_field_image', $object->ID );
23
+ ```