質問編集履歴

1

変数のスペルミスを修正

2017/12/31 03:16

投稿

maifukuhara
maifukuhara

スコア83

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
  WPDocsを参考に下記を書いてみたのですが、
66
66
 
67
- うまくいかないようです。
67
+ うまく抽出されないようです。
68
68
 
69
69
 
70
70
 
@@ -82,7 +82,7 @@
82
82
 
83
83
  global $wp_query;
84
84
 
85
- $wp_query->query_posts['tax_query'] = array(
85
+ $wp_query->query_vars['tax_query'] = array(
86
86
 
87
87
  'relation' => 'AND',
88
88
 
@@ -106,20 +106,6 @@
106
106
 
107
107
  ```
108
108
 
109
- ■エラー
110
-
111
- Notice: Indirect modification of overloaded property
112
-
113
- WP_Query::$query_posts has no effect in
114
-
115
- \wordpress\wp-content\themes\twentysixteen\functions.php on line xxx
116
-
117
-
118
-
119
- 配列の書き換えができない、という旨なのでしょうが、
120
-
121
- 対応法がわからない状況です。
122
-
123
109
 
124
110
 
125
111
  アドバイスをいただけないでしょうか。