質問編集履歴
1
カスタムフィールド名変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
<!-- 写真 -->
|
30
30
|
<?php
|
31
|
-
$image = get_field('
|
31
|
+
$image = get_field('talk_photo');
|
32
32
|
if( !empty($image) ):
|
33
33
|
// vars
|
34
34
|
$url = $image['url'];
|
@@ -50,7 +50,7 @@
|
|
50
50
|
<?php endif; ?>
|
51
51
|
|
52
52
|
<p>
|
53
|
-
<?php echo nl2br( post_custom( '
|
53
|
+
<?php echo nl2br( post_custom( 'talk_disc' ) ); ?>
|
54
54
|
</p>
|
55
55
|
|
56
56
|
</section>
|