質問編集履歴
2
文章追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,24 +16,6 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
-
https://test1.veronica9.com/columnlist/
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
wordpressの固定ページに投稿一覧を表示し、
|
24
|
-
|
25
|
-
投稿下にページネーションを置いたのですが、
|
26
|
-
|
27
|
-
うまく作動しません。
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
お分かりになる方、
|
32
|
-
|
33
|
-
ご教授いただけますと幸いです。
|
34
|
-
|
35
|
-
|
36
|
-
|
37
19
|
<?php get_header(); ?>
|
38
20
|
|
39
21
|
|
1
コード変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,23 +16,41 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
https://test1.veronica9.com/columnlist/
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
wordpressの固定ページに投稿一覧を表示し、
|
24
|
+
|
25
|
+
投稿下にページネーションを置いたのですが、
|
26
|
+
|
27
|
+
うまく作動しません。
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
お分かりになる方、
|
32
|
+
|
33
|
+
ご教授いただけますと幸いです。
|
34
|
+
|
35
|
+
|
36
|
+
|
19
37
|
<?php get_header(); ?>
|
20
38
|
|
21
39
|
|
22
40
|
|
23
|
-
|
41
|
+
<div id="contents">
|
24
|
-
|
25
|
-
|
26
|
-
|
42
|
+
|
43
|
+
|
44
|
+
|
27
|
-
|
45
|
+
<!--メインコンテンツ-->
|
28
|
-
|
46
|
+
|
29
|
-
|
47
|
+
<main id="main-contents" class="main-contents <?php echo is_article_design(); ?> <?php is_animation_style(); ?>" itemprop="mainContentOfPage">
|
30
|
-
|
48
|
+
|
31
|
-
|
49
|
+
<section class="column">
|
32
|
-
|
50
|
+
|
33
|
-
<h1 class="">コラム一覧</h1>
|
51
|
+
<h1 class="">コラム一覧</h1>
|
34
|
-
|
52
|
+
|
35
|
-
|
53
|
+
<?php
|
36
54
|
|
37
55
|
global $post;
|
38
56
|
|
@@ -46,19 +64,23 @@
|
|
46
64
|
|
47
65
|
?>
|
48
66
|
|
49
|
-
|
50
|
-
|
67
|
+
|
68
|
+
|
51
|
-
<a class="column_a" href="<?php the_permalink(); ?>">
|
69
|
+
<a class="column_a" href="<?php the_permalink(); ?>">
|
70
|
+
|
52
|
-
|
71
|
+
<div class="column_area">
|
72
|
+
|
53
|
-
|
73
|
+
<div class="catch_innner_l">
|
54
|
-
|
74
|
+
|
55
|
-
<div class="column_eyecatch">
|
75
|
+
<div class="column_eyecatch">
|
56
|
-
|
76
|
+
|
57
|
-
<?php the_post_thumbnail('index_thumbnail'); ?>
|
77
|
+
<?php the_post_thumbnail('index_thumbnail'); ?>
|
58
|
-
|
78
|
+
|
59
|
-
</div>
|
79
|
+
</div>
|
80
|
+
|
60
|
-
|
81
|
+
</div>
|
82
|
+
|
61
|
-
<!-- <div class="title">
|
83
|
+
<!-- <div class="title">
|
62
84
|
|
63
85
|
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
|
64
86
|
|
@@ -76,11 +98,11 @@
|
|
76
98
|
|
77
99
|
</div> -->
|
78
100
|
|
79
|
-
|
101
|
+
<div class="catch_innner_r">
|
80
|
-
|
102
|
+
|
81
|
-
|
103
|
+
<div class="columntext">
|
82
|
-
|
104
|
+
|
83
|
-
|
105
|
+
<?php
|
84
106
|
|
85
107
|
if( has_excerpt() ){
|
86
108
|
|
@@ -100,17 +122,21 @@
|
|
100
122
|
|
101
123
|
?>
|
102
124
|
|
103
|
-
</div></div>
|
104
|
-
|
105
|
-
|
125
|
+
</div>
|
126
|
+
|
106
|
-
|
127
|
+
</div>
|
128
|
+
|
107
|
-
|
129
|
+
</div>
|
130
|
+
|
108
|
-
|
131
|
+
</a>
|
132
|
+
|
133
|
+
|
134
|
+
|
109
|
-
|
135
|
+
</section>
|
110
|
-
|
111
|
-
|
112
|
-
|
136
|
+
|
137
|
+
|
138
|
+
|
113
|
-
<?php
|
139
|
+
<?php
|
114
140
|
|
115
141
|
}
|
116
142
|
|
@@ -118,11 +144,11 @@
|
|
118
144
|
|
119
145
|
?>
|
120
146
|
|
121
|
-
|
122
|
-
|
147
|
+
|
148
|
+
|
123
|
-
|
149
|
+
<div class="pagi_nation">
|
124
|
-
|
150
|
+
|
125
|
-
|
151
|
+
<?php
|
126
152
|
|
127
153
|
|
128
154
|
|
@@ -158,50 +184,50 @@
|
|
158
184
|
|
159
185
|
?></div>
|
160
186
|
|
161
|
-
|
162
|
-
|
187
|
+
|
188
|
+
|
163
|
-
|
189
|
+
<?php comments_template(); ?>
|
164
|
-
|
165
|
-
|
166
|
-
|
190
|
+
|
191
|
+
|
192
|
+
|
167
|
-
|
193
|
+
<?php if( is_bread_display() == "exist") :?>
|
168
|
-
|
194
|
+
|
169
|
-
|
195
|
+
<?php if( is_mobile() ): ?>
|
170
|
-
|
196
|
+
|
171
|
-
|
197
|
+
<?php get_template_part('include/breadcrumb'); ?>
|
172
|
-
|
198
|
+
|
173
|
-
|
199
|
+
<?php endif; ?>
|
174
|
-
|
200
|
+
|
175
|
-
|
201
|
+
<?php endif; ?>
|
176
|
-
|
177
|
-
|
178
|
-
|
202
|
+
|
203
|
+
|
204
|
+
|
179
|
-
|
205
|
+
<?php if( is_front_page() ) :?>
|
180
|
-
|
206
|
+
|
181
|
-
|
207
|
+
<?php if ( wp_isset_widets( 'home-bottom-widget',true ) ) : ?>
|
182
|
-
|
208
|
+
|
183
|
-
|
209
|
+
<div id="home-bottom-widget">
|
184
|
-
|
210
|
+
|
185
|
-
|
211
|
+
<?php dynamic_sidebar( 'home-bottom-widget' ); ?>
|
186
|
-
|
212
|
+
|
187
|
-
|
213
|
+
</div>
|
188
|
-
|
214
|
+
|
189
|
-
|
215
|
+
<?php endif; ?>
|
190
|
-
|
216
|
+
|
191
|
-
|
217
|
+
<?php endif; ?>
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
199
|
-
|
225
|
+
</main>
|
200
|
-
|
201
|
-
|
202
|
-
|
226
|
+
|
227
|
+
|
228
|
+
|
203
|
-
|
229
|
+
<?php get_sidebar(); ?>
|
204
|
-
|
230
|
+
|
205
|
-
|
231
|
+
</div>
|
206
|
-
|
232
|
+
|
207
|
-
|
233
|
+
<?php get_footer(); ?>
|