回答編集履歴
1
参考リンクを追記
answer
CHANGED
@@ -15,4 +15,8 @@
|
|
15
15
|
'compare'=> 'BETWEEN',
|
16
16
|
'type' => 'DATE',
|
17
17
|
),
|
18
|
-
```
|
18
|
+
```
|
19
|
+
|
20
|
+
【参考】
|
21
|
+
query_posts(WP_Queryクラス)でカスタムフィールドを使う:WordPress私的マニュアル
|
22
|
+
[https://elearn.jp/wpman/column/c20110915_01.html](https://elearn.jp/wpman/column/c20110915_01.html)
|