質問編集履歴

2

試したことの追加

2017/01/26 11:58

投稿

raidomaru
raidomaru

スコア106

test CHANGED
File without changes
test CHANGED
@@ -72,6 +72,8 @@
72
72
 
73
73
  ・Login rebuilder
74
74
 
75
+ ・Theme Test Drive★
76
+
75
77
 
76
78
 
77
79
  カテゴリーの更新
@@ -80,9 +82,15 @@
80
82
 
81
83
 
82
84
 
85
+ テーマの切り替え
86
+
87
+ Theme Test Driveを使用して、デフォルトテーマのTwenty Fifteen,Sixteen,Seventeenを試しましたが変わりませんでした。
88
+
89
+
90
+
83
91
  ###補足情報
84
92
 
85
- カテゴリー関連の制御でfunction.phpに書きを記載しております。
93
+ カテゴリー関連の制御でfunction.phpに下記を記載しております。
86
94
 
87
95
 
88
96
 

1

エラーメッセージの追記

2017/01/26 11:58

投稿

raidomaru
raidomaru

スコア106

test CHANGED
File without changes
test CHANGED
@@ -207,3 +207,31 @@
207
207
 
208
208
 
209
209
  ```
210
+
211
+
212
+
213
+ ###デバックモードでのエラーメッセージ
214
+
215
+
216
+
217
+ ```log
218
+
219
+ Strict Standards: Declaration of Danda_Category_Checklist::start_el() should be compatible with Walker_Category_Checklist::start_el(&$output, $category, $depth = 0, $args = Array, $id = 0) in 中略 /wp-content/themes/example/functions.php on line 97
220
+
221
+
222
+
223
+ Notice: Use of undefined constant ture - assumed 'ture' in 中略 /wp-content/themes/example/functions.php on line 20
224
+
225
+
226
+
227
+ //下記2つのエラーは多数出ております。
228
+
229
+ Notice: get_category_children の使用はバージョン 2.8.0 から非推奨になっています! 代わりに get_term_children() を使ってください。 in 中略 /wp-includes/functions.php on line 3828
230
+
231
+
232
+
233
+ Notice: get_all_category_ids の使用はバージョン 4.0.0 から非推奨になっています! 代わりに get_terms() を使ってください。 in 中略 /wp-includes/functions.php on line 3828
234
+
235
+
236
+
237
+ ```