質問編集履歴

4

誤字

2018/11/04 08:14

投稿

MomoSatou
MomoSatou

スコア8

test CHANGED
@@ -1 +1 @@
1
- WordPress個別ページでpタグが自動に入る(twentyseventeen子テーマ時)
1
+ WordPress固定ページでpタグが自動に入る(twentyseventeen子テーマ時)
test CHANGED
File without changes

3

誤字

2018/11/04 08:14

投稿

MomoSatou
MomoSatou

スコア8

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
 
66
66
 
67
- ■その4:親テーマのfunction.php,content-page.phpにも記述
67
+ ■その4:親テーマのfunctions.php,content-page.phpにも記述
68
68
 
69
69
  もちろん変化なし
70
70
 

2

修正

2018/11/03 12:08

投稿

MomoSatou
MomoSatou

スコア8

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- ■その2:function.phpに以下を記述
31
+ ■その2:functions.phpに以下を記述
32
32
 
33
33
  ```PHP
34
34
 

1

誤字

2018/11/03 12:07

投稿

MomoSatou
MomoSatou

スコア8

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,8 @@
7
7
 
8
8
 
9
9
  個別ページにpやbrタグが入ってしまうので以下のことを試しました。
10
+
11
+ (個別ページのみpやbrが自動挿入しないようにしたい)
10
12
 
11
13
 
12
14
 
@@ -95,3 +97,7 @@
95
97
  get_template_part( 'template-parts/page/content', 'page' );
96
98
 
97
99
  ```
100
+
101
+
102
+
103
+ これは親テーマや子テーマが関係しているのでしょうか。。