質問編集履歴
2
コード変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,18 +30,24 @@
|
|
30
30
|
|
31
31
|
⇓
|
32
32
|
|
33
|
+
```PHP
|
34
|
+
|
33
35
|
<section class="column">
|
34
36
|
|
35
37
|
<?php get_template_part('include/liststyle/post-list-mag'); ?>
|
36
38
|
|
37
39
|
</section>
|
38
40
|
|
41
|
+
```
|
42
|
+
|
39
43
|
|
40
44
|
|
41
45
|
include/liststyle/post-list-mag.php
|
42
46
|
|
43
47
|
⇓
|
44
48
|
|
49
|
+
```PHP
|
50
|
+
|
45
51
|
<?php if( ! get_theme_mod('toppost_list_cat') ) :?>
|
46
52
|
|
47
53
|
<div class="toppost-list-box-simple">
|
@@ -347,3 +353,5 @@
|
|
347
353
|
</div>
|
348
354
|
|
349
355
|
<?php endif; ?>
|
356
|
+
|
357
|
+
```
|
1
文章追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
TOPページのコラムの表示を3つにする場合は、
|
17
|
+
TOPページのコラムの投稿一覧の表示を3つにする場合は、
|
18
18
|
|
19
19
|
どのようにすればよいか、お分かりになられる方がいらっしゃれば、
|
20
20
|
|