是否可以使用<!..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-->任何帮助都是最好的
谢谢
发布于 2012-07-03 00:58:49
找到了解决方案。它只是简单地使用the_excerpt();,它忽略除标题之类的文本之外的所有内容
https://stackoverflow.com/questions/11297780
复制相似问题