删除<!--More->标记后的内容

时间:2012-10-09 作者:idontknowhow

这里是文本编辑器中的内容结构

Content Before

<!--more->

Content After
我想删除我单个帖子中的“之前的内容”

所以我有这个

Content Before
Content After
我只会在我的一篇帖子上写上“之后的内容”

Content After
如何实现此显示?

1 个回复
最合适的回答,由SO网友:Michael 整理而成

设置$stripteaser 参数到true;

the_content(\'readmore\', true);

http://codex.wordpress.org/Function_Reference/the_content

结束

相关推荐

pre_get_posts on a page

是否可以使用pre_get_posts 滤器我试过了,但似乎不起作用。function pre_wp_queries( $query ) { // only trigger on main qyery if ( !$query->is_main_query() ) return; if (is_page_template(\'TEMPLATE_NAME.php\')) { $query->