質問編集履歴

3

誤字

2019/07/20 04:38

投稿

teraota27
teraota27

スコア27

test CHANGED
File without changes
test CHANGED
@@ -98,7 +98,7 @@
98
98
 
99
99
  <meta property="og:type" content="website">
100
100
 
101
- <meta property="og:url" content="https://otahiroshi.zousanrecords.com">
101
+ <meta property="og:url" content="https:xxxxxxxxxxxxxx.com">
102
102
 
103
103
  <meta property="og:description" content="descriptionxxxxxxxxxxxxxx">
104
104
 

2

追記

2019/07/20 04:38

投稿

teraota27
teraota27

スコア27

test CHANGED
File without changes
test CHANGED
@@ -63,3 +63,111 @@
63
63
 
64
64
 
65
65
  考えられる原因、対処方などありましたらアドバイスお願いします!
66
+
67
+
68
+
69
+ ###追記
70
+
71
+ 下記がheader.phpの記述となります。
72
+
73
+ ```ここに言語を入力
74
+
75
+ <!DOCTYPE HTML>
76
+
77
+ <html lang="ja">
78
+
79
+ <head>
80
+
81
+ <meta charset="utf-8">
82
+
83
+ <meta name="viewport" content="width=device-width, initial-scale=1">
84
+
85
+ <meta name="format-detection" content="telephone=no">
86
+
87
+
88
+
89
+ <meta name="description" content="あああああああああああああ">
90
+
91
+ <meta name="keywords" content="ああああ">
92
+
93
+ <meta property="og:locale" content="ja_JP">
94
+
95
+ <meta property="og:site_name" content="あああああ">
96
+
97
+ <meta property="og:title" content="あああああ">
98
+
99
+ <meta property="og:type" content="website">
100
+
101
+ <meta property="og:url" content="https://otahiroshi.zousanrecords.com">
102
+
103
+ <meta property="og:description" content="descriptionxxxxxxxxxxxxxx">
104
+
105
+ <link rel="apple-touch-icon" href="<?php bloginfo( 'stylesheet_directory' ); ?>/apple-touch-icon.png">
106
+
107
+ <link rel="icon" href="<?php bloginfo( 'stylesheet_directory' ); ?>/favicon.ico">
108
+
109
+ <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet">
110
+
111
+ <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/common/reset.css" media="all">
112
+
113
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
114
+
115
+ <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP" media="all">
116
+
117
+ <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/common/base.css" media="all">
118
+
119
+ <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/common/contents.css" media="all">
120
+
121
+ <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/common/page.css" media="all">
122
+
123
+ <link href="https://fonts.googleapis.com/css?family=Comfortaa:400,700" rel="stylesheet">
124
+
125
+ <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/lib/jquery.colorbox_03.css" media="all">
126
+
127
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
128
+
129
+ <script src="<?php bloginfo( 'stylesheet_directory' ); ?>/js/lib.js" charset="utf-8"></script>
130
+
131
+ <script src="<?php bloginfo( 'stylesheet_directory' ); ?>/js/object-fit-images.min.js"></script>
132
+
133
+ <script src="<?php bloginfo( 'stylesheet_directory' ); ?>/js/jquery.colorbox.js" charset="utf-8"></script>
134
+
135
+ <script src="<?php bloginfo( 'stylesheet_directory' ); ?>/js/jquery.cycle.all.js" charset="utf-8"></script>
136
+
137
+ <script src="<?php bloginfo( 'stylesheet_directory' ); ?>/js/frame.js" charset="utf-8"></script>
138
+
139
+ <script src="<?php bloginfo( 'stylesheet_directory' ); ?>/js/base.js" charset="utf-8"></script>
140
+
141
+ <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/lib/slick-theme.css" >
142
+
143
+ <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/lib/slick.css">
144
+
145
+ <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/top.css" media="all">
146
+
147
+ <script type="text/javascript" src="<?php bloginfo( 'stylesheet_directory' ); ?>/js/slick.min.js"></script>
148
+
149
+ <script charset="utf-8" src="<?php bloginfo( 'stylesheet_directory' ); ?>/js/top.js"></script>
150
+
151
+ <script>
152
+
153
+ (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
154
+
155
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
156
+
157
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
158
+
159
+ })(window,document,"script","//www.google-analytics.com/analytics.js","ga");
160
+
161
+ ga("create", "UA-00000000-1", "auto");
162
+
163
+ ga("send", "pageview");
164
+
165
+ </script>
166
+
167
+ <link rel='dns-prefetch' href='//s.w.org' />
168
+
169
+ <link rel="canonical" href="https://xxxxxxxxxxxxxxx.com" />
170
+
171
+ </head>
172
+
173
+ ```

1

誤字

2019/07/20 04:36

投稿

teraota27
teraota27

スコア27

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  は削除して
18
18
 
19
- function.phpに以下の記述を追記しました。
19
+ functions.phpに以下の記述を追記しました。
20
20
 
21
21
 
22
22
 
@@ -58,7 +58,7 @@
58
58
 
59
59
  wordpressのバージョンは最新にしてあります。
60
60
 
61
- function.phpには他にもいろいろ記述してあり、それのどれかが影響してるとかでしょうか?
61
+ functions.phpには他にもいろいろ記述してあり、それのどれかが影響してるとかでしょうか?
62
62
 
63
63
 
64
64