質問編集履歴

2

ついき

2018/12/25 01:52

投稿

koikogarey
koikogarey

スコア52

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- ![イメージ説明](bfc7c340db647d2d798ed97326118cd2.png)
17
+ ![イメージ説明](17288b06013dfb5882236294508bfd55.png)
18
18
 
19
19
 
20
20
 
@@ -58,11 +58,9 @@
58
58
 
59
59
  ```ここに言語を入力
60
60
 
61
- //function to exclude categories from widget
62
-
63
61
  function exclude_widget_categories($args){
64
62
 
65
- $exclude = "category-sample1, category-sample2, voice"; // The IDs of the excluding categories
63
+ $exclude = "category-sample1, category-sample2, voice";
66
64
 
67
65
  $exclude = array(Travel, Uncategorized, Photography);
68
66
 

1

追記

2018/12/25 01:52

投稿

koikogarey
koikogarey

スコア52

test CHANGED
@@ -1 +1 @@
1
- WORDPRESS 投稿ページにて右側サイドバーに表示される特定カテゴリを非表示にしたい
1
+ WORDPRESS 投稿ページと固定ページの右側にあるサイドバーに表示される特定カテゴリを非表示に変更したい
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- 投稿ページにて右側サイドバーに表示される特定カテゴリを非表示にしたいです。
9
+ 投稿ページと固定ページの右側にあるサイドバーに表示される特定カテゴリを非表示に変更したいです。
10
10
 
11
11
 
12
12