質問編集履歴
3
タイトル修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Wordpressカスタムフィールド:
|
1
|
+
Wordpressカスタムフィールド: ループの画像表示(Smart Custom Fields)
|
body
CHANGED
File without changes
|
2
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
を参考にして、テンプレートファイルの<?php the_content(); ?>の下にこのように記入したところ
|
13
13
|
```
|
14
14
|
<?php
|
15
|
-
$repeat_group = SCF::get( '
|
15
|
+
$repeat_group = SCF::get( 'hoge' );
|
16
16
|
foreach ( $repeat_group as $fields ) {
|
17
17
|
?>
|
18
18
|
<h3><?php echo $fields['h3']; ?></h3>
|
1
初心者アイコン追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|