当我创建 post wordpress 时不保存行之间的空格:
代码:
<div class="postas">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<p><?php the_content(); ?></p>
<?php endwhile; endif; ?>
<!-- End Main Content -->
</div>
如果我按下双击 Enter 按钮,Wordpress 只会添加符号,但如果我第二次编辑此帖子,
符号就会消失