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

質問編集履歴

3

タイトル修正

2015/08/07 08:38

投稿

r_iida
r_iida

スコア99

title CHANGED
@@ -1,1 +1,1 @@
1
- Wordpressカスタムフィールド: Smart Custom Fieldsのグループの画像表示について
1
+ Wordpressカスタムフィールド: ループの画像表示(Smart Custom Fields)
body CHANGED
File without changes

2

誤字の修正

2015/08/07 08:38

投稿

r_iida
r_iida

スコア99

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( 'hove' );
15
+ $repeat_group = SCF::get( 'hoge' );
16
16
  foreach ( $repeat_group as $fields ) {
17
17
  ?>
18
18
  <h3><?php echo $fields['h3']; ?></h3>

1

初心者アイコン追加

2015/08/07 07:55

投稿

r_iida
r_iida

スコア99

title CHANGED
File without changes
body CHANGED
File without changes