回答編集履歴
1
「使い方」の参考URLを追加
answer
CHANGED
@@ -16,4 +16,14 @@
|
|
16
16
|
ini_set( 'display_errors', 1 ); // エラーを画面に表示(1を0にすると画面上にはエラーは出ない)
|
17
17
|
//すべてのエラー表示
|
18
18
|
error_reporting( E_ALL );
|
19
|
-
```
|
19
|
+
```
|
20
|
+
|
21
|
+
---
|
22
|
+
|
23
|
+
**追記:**
|
24
|
+
|
25
|
+
【【WordPress】クリック1つでカスタムフィールドのグループを増やせるSmart Custom Fieldsの繰り返し機能がすごく便利 | ホームページ制作 SEO対策 福岡のアイドットデザイン】
|
26
|
+
[http://idotdesign.net/blog/web/wordpress/smart-custom-fields/](http://idotdesign.net/blog/web/wordpress/smart-custom-fields/)
|
27
|
+
|
28
|
+
【WordPressプラグイン「Smart Custom Fields」|大阪のホームページ制作・WEB制作会社I.M.D】
|
29
|
+
[https://www.imd-net.com/blog/2014/12/15-210937/](https://www.imd-net.com/blog/2014/12/15-210937/)
|