質問編集履歴
4
修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,13 +60,13 @@
|
|
60
60
|
|
61
61
|
|
62
62
|
|
63
|
-
![イメージ説明](
|
63
|
+
![イメージ説明](6e404738501446f300ad58d199a9a9cd.png)
|
64
64
|
|
65
65
|
Custom Field Suiteのプラグインを使用してフィールドグループで項目ごと作りました。
|
66
66
|
|
67
67
|
|
68
68
|
|
69
|
-
![イメージ説明](
|
69
|
+
![イメージ説明](529dc39bbc45e53e5e204c5e77f717bf.png)
|
70
70
|
|
71
71
|
固定ページでcustom field suiteのループ内容を取得したいです。
|
72
72
|
|
3
修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,6 +72,44 @@
|
|
72
72
|
|
73
73
|
|
74
74
|
|
75
|
+
https://www.itti.jp/web-design/how-to-display-custom-field-suite/#chapter-7
|
76
|
+
|
77
|
+
こちらのサイトを元にドロップダウンを表示させるための
|
78
|
+
|
79
|
+
PHPコードを打ち込んだのですが表示されません。
|
80
|
+
|
81
|
+
詳しい方教えていただけませんでしょうか?
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
五十音 フィールド名 gojyuon
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
季節 フィールド名 season
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
場所 フィールド名 place
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
<?php
|
98
|
+
|
99
|
+
$values = CFS()->get( 'season' );
|
100
|
+
|
101
|
+
foreach ( $values as $key => $label ):
|
102
|
+
|
103
|
+
?>
|
104
|
+
|
105
|
+
<span><?php echo $label; ?></span>
|
106
|
+
|
107
|
+
<?php endforeach; ?>
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
75
113
|
### 該当のソースコード
|
76
114
|
|
77
115
|
|
2
修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,13 +60,13 @@
|
|
60
60
|
|
61
61
|
|
62
62
|
|
63
|
-
![イメージ説明](
|
63
|
+
![イメージ説明](19eb12e22c6dc2a575309934b030b9c3.png)
|
64
64
|
|
65
65
|
Custom Field Suiteのプラグインを使用してフィールドグループで項目ごと作りました。
|
66
66
|
|
67
67
|
|
68
68
|
|
69
|
-
![イメージ説明](
|
69
|
+
![イメージ説明](a0fccba9d9857f34c4871285ab6a30f7.png)
|
70
70
|
|
71
71
|
固定ページでcustom field suiteのループ内容を取得したいです。
|
72
72
|
|
1
追加編集しました。
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Custom Field Suiteのプラグインを使用して、項目ごとに画像、名前、咲いている場所、咲き頃、花の説明を表示させたいです。
|
test
CHANGED
@@ -2,36 +2,400 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
5
|
+
登録内容ですが
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
テキスト「名前」
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
セレクト 五十音「あ行/か行/さ行/た行/な行/は行/ま行/や行/ら行/わ行」
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
セレクト 咲いている場所「アルプスの庭/太陽の雫/風の香り/花の小径/いろりの広場/小鳥の園/天使の羽/バラのアーチ/愛の庭」
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
セレクト 咲き頃「春/秋/春と秋」
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
テキストエリア「花の説明」
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
を設定したいと思っております。
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
それぞれ選択内容に合わせて、絞り込みをかけるイメージです。
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
ユーザーが「さ行」を選ぶと、さ行だけのバラ一覧となり、
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
咲いている場所「太陽の雫」を選ぶと、「太陽の雫」に咲くバラだけの一覧、
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
「春」を選ぶと、春に咲くバラだけの一覧
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
といった具合です。
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
入れ子にする必要はなく、『ループ行』ひとつで、バラ名、咲いている場所、咲き頃、バラの説明 を考えています。
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
![イメージ説明](fa459cf0c63c2c56d15fd36dde48a187.png)
|
58
|
+
|
59
|
+
こちらの画像のように項目を選択したら切り替わるイメージです。
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
![イメージ説明](7868b603b6281f305bf7d85cb98e37ca.png)
|
64
|
+
|
65
|
+
Custom Field Suiteのプラグインを使用してフィールドグループで項目ごと作りました。
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
![イメージ説明](db5540eacd2bd35736fe1e1811cd0bad.png)
|
70
|
+
|
71
|
+
固定ページでcustom field suiteのループ内容を取得したいです。
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
### 該当のソースコード
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
```php
|
80
|
+
|
81
|
+
<?php get_header(); ?>
|
82
|
+
|
83
|
+
<div class="page-mainvisual">
|
84
|
+
|
85
|
+
<figure class="page-img">
|
86
|
+
|
87
|
+
<img src="<?php echo get_template_directory_uri(); ?>/images/encyclopedia/header_img.jpg" alt="">
|
88
|
+
|
89
|
+
<h2 class="pagetitle">
|
90
|
+
|
91
|
+
ENCYCLOPEDIAofROSES
|
92
|
+
|
93
|
+
</h2>
|
94
|
+
|
95
|
+
</figure>
|
96
|
+
|
97
|
+
</div>
|
98
|
+
|
99
|
+
<main class="rosegarden-container">
|
100
|
+
|
101
|
+
<section id="rosegarden">
|
102
|
+
|
103
|
+
<div class="inner">
|
104
|
+
|
105
|
+
<h2 class="title">バラ図鑑</h2>
|
106
|
+
|
107
|
+
<ul class="item">
|
108
|
+
|
109
|
+
<li>
|
110
|
+
|
111
|
+
<p class="txt">五十音</p>
|
112
|
+
|
113
|
+
<select name="gyou">
|
114
|
+
|
115
|
+
<option value=""></option>
|
116
|
+
|
117
|
+
<option value="agyou">あ行</option>
|
118
|
+
|
119
|
+
<option value="kagyou">か行</option>
|
120
|
+
|
121
|
+
<option value="sagyou">さ行</option>
|
122
|
+
|
123
|
+
<option value="tagyou">た行</option>
|
124
|
+
|
125
|
+
<option value="nagyou">な行</option>
|
126
|
+
|
127
|
+
</select>
|
128
|
+
|
129
|
+
</li>
|
130
|
+
|
131
|
+
<li>
|
132
|
+
|
133
|
+
<p class="txt">場所</p>
|
134
|
+
|
135
|
+
<select name="place">
|
136
|
+
|
137
|
+
<option value=""></option>
|
138
|
+
|
139
|
+
<option value="ai">愛の庭</option>
|
140
|
+
|
141
|
+
<option value="tensi">天使の羽</option>
|
142
|
+
|
143
|
+
<option value="kotori">小鳥の園</option>
|
144
|
+
|
145
|
+
<option value="taiyou">太陽の雫</option>
|
146
|
+
|
147
|
+
<option value="kaze">風の香り</option>
|
148
|
+
|
149
|
+
<option value="hana">花の小径</option>
|
150
|
+
|
151
|
+
<option value="irori">いろりの広場</option>
|
152
|
+
|
153
|
+
<option value="arupusu">アルプスの庭</option>
|
154
|
+
|
155
|
+
</select>
|
156
|
+
|
157
|
+
</li>
|
158
|
+
|
159
|
+
<li>
|
160
|
+
|
161
|
+
<p class="txt">季節</p>
|
162
|
+
|
163
|
+
<select name="season">
|
164
|
+
|
165
|
+
<option value=""></option>
|
166
|
+
|
167
|
+
<option value="spring">春</option>
|
168
|
+
|
169
|
+
<option value="autumn">秋</option>
|
170
|
+
|
171
|
+
<option value="spaut">春と秋</option>
|
172
|
+
|
173
|
+
</select>
|
174
|
+
|
175
|
+
</li>
|
176
|
+
|
177
|
+
</ul>
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
<ul class="bara">
|
182
|
+
|
183
|
+
<li>
|
184
|
+
|
185
|
+
<div class="js-modal-open" data-target="modal01">
|
186
|
+
|
187
|
+
<figure class="img"></figure>
|
188
|
+
|
189
|
+
<div class="ttl">
|
190
|
+
|
191
|
+
<h3 class="ai">愛の庭</h3>
|
192
|
+
|
193
|
+
<p class="txt">バラの名前バラの名前</p>
|
194
|
+
|
195
|
+
</div>
|
196
|
+
|
197
|
+
<div id="modal01" class="modal js-modal">
|
198
|
+
|
199
|
+
<div class="modal__bg js-modal-close">
|
200
|
+
|
201
|
+
<div class="modal__content">
|
202
|
+
|
203
|
+
<figure class="img"></figure>
|
204
|
+
|
205
|
+
<h4 class="name">愛の庭</h4>
|
206
|
+
|
207
|
+
<p class="txt">
|
208
|
+
|
209
|
+
咲いている場所:愛の庭<br>
|
210
|
+
|
211
|
+
期間:5月~6月/9月<br>
|
212
|
+
|
213
|
+
名所<br>
|
214
|
+
|
215
|
+
<span>
|
216
|
+
|
217
|
+
テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、
|
218
|
+
|
219
|
+
</span>
|
220
|
+
|
221
|
+
</p>
|
222
|
+
|
223
|
+
<div class="batsu js-modal-close">×</div>
|
224
|
+
|
225
|
+
</div>
|
226
|
+
|
227
|
+
</div>
|
228
|
+
|
229
|
+
</div>
|
230
|
+
|
231
|
+
</div>
|
232
|
+
|
233
|
+
</li>
|
234
|
+
|
235
|
+
<li>
|
236
|
+
|
237
|
+
<div class="js-modal-open" data-target="modal02">
|
238
|
+
|
239
|
+
<figure class="img"></figure>
|
240
|
+
|
241
|
+
<div class="ttl">
|
242
|
+
|
243
|
+
<h3 class="tensi">天使の羽</h3>
|
244
|
+
|
245
|
+
<p class="txt">バラの名前バラの名前</p>
|
246
|
+
|
247
|
+
</div>
|
248
|
+
|
249
|
+
<div id="modal02" class="modal js-modal">
|
250
|
+
|
251
|
+
<div class="modal__bg js-modal-close">
|
252
|
+
|
253
|
+
<div class="modal__content">
|
254
|
+
|
255
|
+
<figure class="img"></figure>
|
256
|
+
|
257
|
+
<h4 class="name">天使の羽</h4>
|
258
|
+
|
259
|
+
<p class="txt">
|
260
|
+
|
261
|
+
咲いている場所:天使の羽<br>
|
262
|
+
|
263
|
+
期間:5月~6月/9月<br>
|
264
|
+
|
265
|
+
名所<br>
|
266
|
+
|
267
|
+
<span>
|
268
|
+
|
269
|
+
テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、
|
270
|
+
|
271
|
+
</span>
|
272
|
+
|
273
|
+
</p>
|
274
|
+
|
275
|
+
<div class="batsu js-modal-close">×</div>
|
276
|
+
|
277
|
+
</div>
|
278
|
+
|
279
|
+
</div>
|
280
|
+
|
281
|
+
</div>
|
282
|
+
|
283
|
+
</div>
|
284
|
+
|
285
|
+
</li>
|
286
|
+
|
287
|
+
<li>
|
288
|
+
|
289
|
+
<div class="js-modal-open" data-target="modal03">
|
290
|
+
|
291
|
+
<figure class="img"></figure>
|
292
|
+
|
293
|
+
<div class="ttl">
|
294
|
+
|
295
|
+
<h3 class="kotori">小鳥の園</h3>
|
296
|
+
|
297
|
+
<p class="txt">バラの名前バラの名前</p>
|
298
|
+
|
299
|
+
</div>
|
300
|
+
|
301
|
+
<div id="modal03" class="modal js-modal">
|
302
|
+
|
303
|
+
<div class="modal__bg js-modal-close">
|
304
|
+
|
305
|
+
<div class="modal__content">
|
306
|
+
|
307
|
+
<figure class="img"></figure>
|
308
|
+
|
309
|
+
<h4 class="name">小鳥の園</h4>
|
310
|
+
|
311
|
+
<p class="txt">
|
312
|
+
|
313
|
+
咲いている場所:小鳥の園<br>
|
314
|
+
|
315
|
+
期間:5月~6月/9月<br>
|
316
|
+
|
317
|
+
名所<br>
|
318
|
+
|
319
|
+
<span>
|
320
|
+
|
321
|
+
テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、
|
322
|
+
|
323
|
+
</span>
|
324
|
+
|
325
|
+
</p>
|
326
|
+
|
327
|
+
<div class="batsu js-modal-close">×</div>
|
328
|
+
|
329
|
+
</div>
|
330
|
+
|
331
|
+
</div>
|
332
|
+
|
333
|
+
</div>
|
334
|
+
|
335
|
+
</div>
|
336
|
+
|
337
|
+
</li>
|
338
|
+
|
339
|
+
<li>
|
340
|
+
|
341
|
+
<div class="js-modal-open" data-target="modal04">
|
342
|
+
|
343
|
+
<figure class="img"></figure>
|
344
|
+
|
345
|
+
<div class="ttl">
|
346
|
+
|
347
|
+
<h3 class="taiyou">太陽の雫</h3>
|
348
|
+
|
349
|
+
<p class="txt">バラの名前バラの名前</p>
|
350
|
+
|
351
|
+
</div>
|
352
|
+
|
353
|
+
<div id="modal04" class="modal js-modal">
|
354
|
+
|
355
|
+
<div class="modal__bg js-modal-close">
|
356
|
+
|
357
|
+
<div class="modal__content">
|
358
|
+
|
359
|
+
<figure class="img"></figure>
|
360
|
+
|
361
|
+
<h4 class="name">太陽の雫</h4>
|
362
|
+
|
363
|
+
<p class="txt">
|
364
|
+
|
365
|
+
咲いている場所:太陽の雫<br>
|
366
|
+
|
367
|
+
期間:5月~6月/9月<br>
|
368
|
+
|
369
|
+
名所<br>
|
370
|
+
|
371
|
+
<span>
|
372
|
+
|
373
|
+
テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、テキスト、
|
374
|
+
|
375
|
+
</span>
|
376
|
+
|
377
|
+
</p>
|
378
|
+
|
379
|
+
<div class="batsu js-modal-close">×</div>
|
380
|
+
|
381
|
+
</div>
|
382
|
+
|
383
|
+
</div>
|
384
|
+
|
385
|
+
</div>
|
386
|
+
|
387
|
+
</div>
|
388
|
+
|
389
|
+
</li>
|
390
|
+
|
391
|
+
</ul>
|
392
|
+
|
393
|
+
</div>
|
394
|
+
|
395
|
+
</section>
|
396
|
+
|
397
|
+
</main>
|
398
|
+
|
399
|
+
<?php get_footer(); ?>
|
20
400
|
|
21
401
|
```
|
22
|
-
|
23
|
-
エラーメッセージ
|
24
|
-
|
25
|
-
```
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
### 該当のソースコード
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
```ここに言語名を入力
|
34
|
-
|
35
|
-
ソースコード
|
36
|
-
|
37
|
-
```
|