让wordpress的page也能够处理more标记

如果有摘要,wordpress中主页、归档和tags等的archives都以摘要的形式显示,而我的自定义page页面却直接显示每篇文章的全文,虽然也设置了<!–more–>标记。终于在wordpress的codex中找到了解决方法。
在模板的

the_content(__(‘Read more…’));

前面加上代码

<?php
global $more;
$more = 0;
?>

//The code must be inserted ahead of the call to the content
//<?php the_content('Continue Reading'); ?>

via Customizing the Read More

©

本文发表于水景一页。永久链接:<http://cnzhx.net/blog/enable-more-tag-in-page-of-wordpress/>。转载请保留此信息及相应链接。

雁过留声,人过留名

您的电子邮箱地址不会被公开。 必填项已用 * 标注

特别提示:与当前文章主题无关的讨论相关但需要较多讨论求助信息请发布到水景一页讨论区的相应版块,谢谢您的理解与合作!请参考本站互助指南
您可以在评论中使用如下的 HTML 标记来辅助表达: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>