ahaaa:Dit成功了,我使用CSS。这里是屏幕截图
我在上使用的代码single.php :
<!-- post section -->
<section class="post-section all-round grid">
<div class="content_wrapper">
<!-- YOUR CONTENT -->
</div>
</section>
<!-- end .post-section -->
<!-- comment section -->
<section class="comment-section all-round grid">
<?php if ( comments_open() || get_comments_number() ) : ?>
<?php comments_template(); ?>
<?php endif; ?>
</section>
<!-- end .comment-section -->
<?php endwhile; ?>
<?php else: ?>
CSS code :
/* SECTION TO SEPARATE POST AND COMMENT */
.post-section, .comment-section {
background-color: white;
width: 900px;
margin:20px auto;
}
架构:
循环(&L);发布(&L);注释部分>
结束循环