回答編集履歴
1
div閉じの修正
answer
CHANGED
@@ -54,8 +54,7 @@
|
|
54
54
|
if( $post_type_name=='post' ){ // 投稿の場合だけカテゴリを出力
|
55
55
|
my_echo_categories( $post_id );
|
56
56
|
}
|
57
|
-
echo '<div class="news_txt">';
|
58
|
-
echo '<a href="'. $post_href .'">'. $post_title .'</a>';
|
57
|
+
echo '<div class="news_txt"><a href="'. $post_href .'">'. $post_title .'</a></div>';
|
59
58
|
echo '</div>';
|
60
59
|
|
61
60
|
endforeach ;
|