質問編集履歴
2
コード変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,12 +14,15 @@
|
|
14
14
|
|
15
15
|
home.php
|
16
16
|
⇓
|
17
|
+
```PHP
|
17
18
|
<section class="column">
|
18
19
|
<?php get_template_part('include/liststyle/post-list-mag'); ?>
|
19
20
|
</section>
|
21
|
+
```
|
20
22
|
|
21
23
|
include/liststyle/post-list-mag.php
|
22
24
|
⇓
|
25
|
+
```PHP
|
23
26
|
<?php if( ! get_theme_mod('toppost_list_cat') ) :?>
|
24
27
|
<div class="toppost-list-box-simple">
|
25
28
|
<div class="post-list-mag">
|
@@ -172,4 +175,5 @@
|
|
172
175
|
</div>
|
173
176
|
|
174
177
|
</div>
|
175
|
-
<?php endif; ?>
|
178
|
+
<?php endif; ?>
|
179
|
+
```
|
1
文章追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
https://test1.veronica9.com/
|
8
8
|
|
9
|
-
TOPページのコラムの表示を3つにする場合は、
|
9
|
+
TOPページのコラムの投稿一覧の表示を3つにする場合は、
|
10
10
|
どのようにすればよいか、お分かりになられる方がいらっしゃれば、
|
11
11
|
ご教授頂けますと幸いです。
|
12
12
|
|