質問編集履歴

2

コードブロック部分修正

2016/08/23 09:21

投稿

endo5077
endo5077

スコア8

test CHANGED
File without changes
test CHANGED
@@ -16,23 +16,19 @@
16
16
 
17
17
 
18
18
 
19
-
20
-
21
-
22
-
23
19
  ###該当のソースコード
24
20
 
25
21
 
26
22
 
27
23
  ■loop-performance .php
28
24
 
25
+ ```
26
+
29
27
  <?php query_posts('post_type=performance&showposts=-1'); ?>
30
28
 
31
29
  <?php if(have_posts()): while(have_posts()): the_post(); ?>
32
30
 
33
-
34
-
35
- <?php if (get_post_thumbnail_id()): ?>
31
+ <?php if (get_post_thumbnail_id()): ?>
36
32
 
37
33
  <li>
38
34
 
@@ -52,10 +48,14 @@
52
48
 
53
49
  <?php wp_reset_postdata(); wp_reset_query(); ?>
54
50
 
51
+ ```
52
+
55
53
 
56
54
 
57
55
  ■archive-performance.php
58
56
 
57
+ ```
58
+
59
59
  <?php get_header(); ?>
60
60
 
61
61
  <!-- contenst -->
@@ -106,10 +106,14 @@
106
106
 
107
107
  <?php get_footer(); ?>
108
108
 
109
+ ```
110
+
109
111
 
110
112
 
111
113
  ■taxonomy.php
112
114
 
115
+ ```
116
+
113
117
  <?php get_header(); ?>
114
118
 
115
119
  <!-- contenst -->
@@ -160,10 +164,14 @@
160
164
 
161
165
  <?php get_footer(); ?>
162
166
 
167
+ ```
168
+
163
169
 
164
170
 
165
171
  ■functions.php
166
172
 
173
+ ```
174
+
167
175
  <?php
168
176
 
169
177
  // ウィジェット
@@ -244,6 +252,8 @@
244
252
 
245
253
  );
246
254
 
255
+ ```
256
+
247
257
 
248
258
 
249
259
 

1

修正

2016/08/23 09:21

投稿

endo5077
endo5077

スコア8

test CHANGED
File without changes
test CHANGED
@@ -76,11 +76,11 @@
76
76
 
77
77
  <ul>
78
78
 
79
- <li><a href="http://sasageya.co.jp/imgsol/wordpress/worksphoto/fashion/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv01.png"></a></li>
79
+ <li><a href="http://sasageya.co.jp/imgsol/wordpress/performance/fashion/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv01.png"></a></li>
80
-
80
+
81
- <li><a href="http://sasageya.co.jp/imgsol/wordpress/worksphoto/food/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv02.png"></a></li>
81
+ <li><a href="http://sasageya.co.jp/imgsol/wordpress/performance/food/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv02.png"></a></li>
82
-
82
+
83
- <li><a href="http://sasageya.co.jp/imgsol/wordpress/worksphoto/live/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv03.png"></a></li>
83
+ <li><a href="http://sasageya.co.jp/imgsol/wordpress/performance/live/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv03.png"></a></li>
84
84
 
85
85
  </ul>
86
86
 
@@ -130,11 +130,11 @@
130
130
 
131
131
  <ul>
132
132
 
133
- <li><a href="http://sasageya.co.jp/imgsol/wordpress/works_category/fashion/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv01.png"></a></li>
133
+ <li><a href="http://sasageya.co.jp/imgsol/wordpress/performance/fashion/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv01.png"></a></li>
134
-
134
+
135
- <li><a href="http://sasageya.co.jp/imgsol/wordpress/works_category/food/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv02.png"></a></li>
135
+ <li><a href="http://sasageya.co.jp/imgsol/wordpress/performance/food/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv02.png"></a></li>
136
-
136
+
137
- <li><a href="http://sasageya.co.jp/imgsol/wordpress/works_category/live/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv03.png"></a></li>
137
+ <li><a href="http://sasageya.co.jp/imgsol/wordpress/performance/live/"><img src="<?php echo get_template_directory_uri(); ?>/images/works_snv03.png"></a></li>
138
138
 
139
139
  </ul>
140
140