質問編集履歴
3
コードの訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,9 +30,9 @@
|
|
30
30
|
|
31
31
|
<?php
|
32
32
|
|
33
|
-
$
|
33
|
+
$post = get_post(get_the_ID());
|
34
34
|
|
35
|
-
$slug = $
|
35
|
+
$slug = $post->post_name;
|
36
36
|
|
37
37
|
$news = get_posts('numberposts=3&category_name=' . $slug);
|
38
38
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
<ul>
|
42
42
|
|
43
|
-
<?php if($news): foreach($news as $
|
43
|
+
<?php if($news): foreach($news as $post): setup_postdata($post); ?>
|
44
44
|
|
45
45
|
<li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
|
46
46
|
|
2
タイトル修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
WP固定ページに新着情報を取得したいがうまくいかない
|
1
|
+
【WordPress】固定ページに新着情報を取得したいが、うまくいかない
|
test
CHANGED
File without changes
|
1
タイトルの修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
WP固定ページに新着情報を取得したいが
|
1
|
+
WP固定ページに新着情報を取得したいがうまくいかない
|
test
CHANGED
File without changes
|