<!..more..>
我用来做起点和终点的标签可以吗,如下所示
<h2>Post Details</h2>
<!--more Just the text in here to appear on the home page nothing else above or below. more!-->
我想要的只是出现在主页上的小文本,但是以传统方式使用标签,如下所示意味着标题“帖子详细信息”也出现在主页上
<div class="page-header">
<h2>Details</h2>
</div>
This is small text that should appear on the home page without showing the header
<!..more-->
任何帮助都会很棒
谢谢