回答編集履歴
1
追記修正
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
2. wp-content/themes/BuddyPress-child ディレクトリを作成
|
4
4
|
|
5
|
-
3. wp-content/themes/BuddyPress-child/style.css を作成
|
5
|
+
3. wp-content/themes/BuddyPress-child/style.css を下記の内容で作成
|
6
6
|
```
|
7
7
|
/**
|
8
8
|
* Theme Name: BuddyPress child
|
@@ -14,7 +14,7 @@
|
|
14
14
|
*/
|
15
15
|
```
|
16
16
|
|
17
|
-
4. wp-content/themes/BuddyPress-child/functions.php を作成
|
17
|
+
4. wp-content/themes/BuddyPress-child/functions.php を下記の内容で作成
|
18
18
|
```
|
19
19
|
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
|
20
20
|
function theme_enqueue_styles() {
|