質問編集履歴

6

修正

2018/11/23 08:57

投稿

satoshi1111
satoshi1111

スコア13

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  <div class="col-sm-3 col-xs-15 text-center menus">
50
50
 
51
- <a href="<"http://concept/">
51
+ <a href="<"http://example.com">
52
52
 
53
53
  <div class="menupic">
54
54
 
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div class="col-sm-3 col-xs-15 text-center menus">
72
72
 
73
- <a href=""http://facility/">
73
+ <a href="http://example.com">
74
74
 
75
75
  <div class="menupic">
76
76
 
@@ -92,7 +92,7 @@
92
92
 
93
93
  <div class="col-sm-3 col-xs-15 text-center menus">
94
94
 
95
- <a href=""http://costume/">
95
+ <a href="http://example.com">
96
96
 
97
97
  <div class="menupic">
98
98
 
@@ -122,7 +122,7 @@
122
122
 
123
123
  <div class="col-sm-3 col-xs-15 text-center menus">
124
124
 
125
- <a href=""http://cuisine/">
125
+ <a href="http://example.com">
126
126
 
127
127
  <div class="menupic">
128
128
 
@@ -150,7 +150,7 @@
150
150
 
151
151
  <div class="col-sm-3 col-xs-15 text-center menus">
152
152
 
153
- <a href="http://cuisine/">
153
+ <a href="http://example.com">
154
154
 
155
155
  <div class="menupic">
156
156
 
@@ -186,13 +186,13 @@
186
186
 
187
187
 
188
188
 
189
- <CENTER><img src="yws/.jpg" alt="栄養満点" /></CENTER>
189
+ <CENTER><img src="e.jpg" alt="栄養満点" /></CENTER>
190
190
 
191
191
 
192
192
 
193
193
  <p><CENTER><div class="youtube-wrapper"><iframe width="640" height="360" src="https://www.youtube.com frameborder="0" allowfullscreen></iframe></div></CENTER></p>
194
194
 
195
- <CENTER><img src="yws/wp-content/uploadsJWPG).jpg" alt="栄養満点" /></CENTER>
195
+ <CENTER><img src="le.jpg" alt="栄養満点" /></CENTER>
196
196
 
197
197
  <br>
198
198
 

5

タグ追加

2018/11/23 08:57

投稿

satoshi1111
satoshi1111

スコア13

test CHANGED
File without changes
test CHANGED
File without changes

4

CSSフレームワークの追加。

2018/11/23 06:44

投稿

satoshi1111
satoshi1111

スコア13

test CHANGED
File without changes
test CHANGED
@@ -306,8 +306,26 @@
306
306
 
307
307
  このページに記載されている方法で、突き止めました。
308
308
 
309
+
310
+
311
+
312
+
313
+ またCSSフレームワークは「bootstrap」のようです。
314
+
315
+
316
+
317
+ <link rel='stylesheet' id='sb_instagram_icons-css' href='//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?1' type='text/css' media='all' />
318
+
319
+
320
+
309
321
  よろしくお願いします。
310
322
 
311
323
 
312
324
 
325
+
326
+
327
+
328
+
329
+
330
+
313
331
  ここにより詳細な情報を記載してください。

3

wordpressの利用しているテーマです

2018/11/23 06:43

投稿

satoshi1111
satoshi1111

スコア13

test CHANGED
File without changes
test CHANGED
@@ -296,7 +296,17 @@
296
296
 
297
297
 
298
298
 
299
-
299
+ wordpressの利用しているテーマです
300
+
301
+ /yws/wp-content/plugins/show-current-template/css/style.css'
302
+
303
+
304
+
305
+ 「https://website-homepage.com/free-question-bbs-about-wordpress/research-the-theme-name」
306
+
307
+ このページに記載されている方法で、突き止めました。
308
+
309
+ よろしくお願いします。
300
310
 
301
311
 
302
312
 

2

タグ追加

2018/11/23 06:19

投稿

satoshi1111
satoshi1111

スコア13

test CHANGED
File without changes
test CHANGED
File without changes

1

HTMLを実際に記載してPHPに上げるものではなく、ブラウザの「ソースを表示」で表示されるものに変更

2018/11/23 06:09

投稿

satoshi1111
satoshi1111

スコア13

test CHANGED
File without changes
test CHANGED
@@ -38,9 +38,7 @@
38
38
 
39
39
  ```HTMLここに言語名を入力
40
40
 
41
- ```<?php get_header(); ?>
41
+ ```
42
-
43
-
44
42
 
45
43
  <div class="container">
46
44
 
@@ -50,13 +48,13 @@
50
48
 
51
49
  <div class="col-sm-3 col-xs-15 text-center menus">
52
50
 
53
- <a href="<?php echo home_url(); ?>/concept/">
51
+ <a href="<"http://concept/">
54
-
52
+
55
- <div class="menupic">
53
+ <div class="menupic">
56
-
54
+
57
- <img src="<?php bloginfo('template_url'); ?>/im.jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="牛丼">
55
+ <img src=jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="牛丼">
58
-
56
+
59
- <img src="<?php bloginfo('template_url'); ?>/im_sp.jpg" width="640" height="380" class="visible-xs" alt="牛丼">
57
+ <img src=".jpg" width="640" height="380" class="visible-xs" alt="牛丼">
60
58
 
61
59
  </div>
62
60
 
@@ -72,13 +70,13 @@
72
70
 
73
71
  <div class="col-sm-3 col-xs-15 text-center menus">
74
72
 
75
- <a href="<?php echo home_url(); ?>/facility/">
73
+ <a href=""http://facility/">
76
-
74
+
77
- <div class="menupic">
75
+ <div class="menupic">
78
-
76
+
79
- <img src="<?php bloginfo('template_url'); ?>/2.jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="豚丼">
77
+ <img src=".jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="豚丼">
80
-
78
+
81
- <img src="<?php bloginfo('template_url'); ?>/ima_sp.jpg" width="640" height="380" class="visible-xs" alt="豚丼">
79
+ <img src=".jpg" width="640" height="380" class="visible-xs" alt="豚丼">
82
80
 
83
81
  </div>
84
82
 
@@ -94,13 +92,13 @@
94
92
 
95
93
  <div class="col-sm-3 col-xs-15 text-center menus">
96
94
 
97
- <a href="<?php echo home_url(); ?>/costume/">
95
+ <a href=""http://costume/">
98
-
96
+
99
- <div class="menupic">
97
+ <div class="menupic">
100
-
98
+
101
- <img src="<?php bloginfo('template_url'); ?>/im.jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="鳥丼">
99
+ <img src=.jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="鳥丼">
102
-
100
+
103
- <img src="<?php bloginfo('template_url'); ?>/ig.jpg" width="640" height="380" class="visible-xs" alt="鳥丼">
101
+ <img src=".jpg" width="640" height="380" class="visible-xs" alt="鳥丼">
104
102
 
105
103
  </div>
106
104
 
@@ -124,13 +122,13 @@
124
122
 
125
123
  <div class="col-sm-3 col-xs-15 text-center menus">
126
124
 
127
- <a href="<?php echo home_url(); ?>/cuisine/">
125
+ <a href=""http://cuisine/">
128
-
126
+
129
- <div class="menupic">
127
+ <div class="menupic">
130
-
128
+
131
- <img src="<?php bloginfo('template_url'); ?>/i.jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="海鮮丼">
129
+ <img src=".jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="海鮮丼">
132
-
130
+
133
- <img src="<?php bloginfo('template_url'); ?>/im4_sp.jpg" width="640" height="380" class="visible-xs" alt="海鮮丼">
131
+ <img src=".jpg" width="640" height="380" class="visible-xs" alt="海鮮丼">
134
132
 
135
133
  </div>
136
134
 
@@ -152,13 +150,13 @@
152
150
 
153
151
  <div class="col-sm-3 col-xs-15 text-center menus">
154
152
 
155
- <a href="<?php echo home_url(); ?>/cuisine/">
153
+ <a href="http://cuisine/">
156
-
154
+
157
- <div class="menupic">
155
+ <div class="menupic">
158
-
156
+
159
- <img src="<?php bloginfo('template_url'); ?>/ima.jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="なんでも丼">
157
+ <img src="a.jpg" width="210" height="201" class="hidden-xs img-responsive m-maxwidth" alt="なんでも丼">
160
-
158
+
161
- <img src="<?php bloginfo('template_url'); ?>/im.jpg" width="640" height="380" class="visible-xs" alt="なんでも丼">
159
+ <img src="m.jpg" width="640" height="380" class="visible-xs" alt="なんでも丼">
162
160
 
163
161
  </div>
164
162
 
@@ -188,7 +186,7 @@
188
186
 
189
187
 
190
188
 
191
- <CENTER><img src="yws/wp-content/uploads/2017/02/192.jpg" alt="栄養満点" /></CENTER>
189
+ <CENTER><img src="yws/.jpg" alt="栄養満点" /></CENTER>
192
190
 
193
191
 
194
192
 
@@ -200,56 +198,6 @@
200
198
 
201
199
 
202
200
 
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
- <?php
212
-
213
- //pagedに値をセットするのを忘れずに!
214
-
215
- $the_query = new WP_Query( array(
216
-
217
- 'paged' => get_query_var( 'paged' ) ? intval( get_query_var( 'paged' ) ) : 1,
218
-
219
- 'post_type' => 'post' ,
220
-
221
- 'category__not_in' => 6,
222
-
223
- 'posts_per_page' => 4
224
-
225
- ) ); ?>
226
-
227
-
228
-
229
- <?php if ( $the_query->have_posts() ) while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
230
-
231
- <div class="news_box col-sm-3 col-xs-12 text-center">
232
-
233
- <a href="<?php the_permalink(); ?>" class="thum" style="background:url(<? the_field('アイキャッチ') ?>);width:75%;height:0px;padding-bottom:75%;background-size:cover;display:block;margin:0 auto 20px;"></a>
234
-
235
- <a class="news_ttl" href="<?php the_permalink(); ?>"><? the_title() ?></a><br>
236
-
237
- <?php echo mb_substr(strip_tags($post-> post_content),0,55).'...'; ?>
238
-
239
-
240
-
241
- </div>
242
-
243
-
244
-
245
- <?php endwhile; ?>
246
-
247
- <?php wp_reset_postdata(); ?>
248
-
249
-
250
-
251
- </div>
252
-
253
201
  </div>
254
202
 
255
203
  ```