这是抄本:
请记住,“阅读更多”标签仅在显示最新帖子的主页上使用。它在“页面”中不起作用。如果要在页面中也打开它以显示一组部分帖子,请在动态内容的循环中使用以下代码:
<?php
global $more;
$more = 0;
?>
//The code must be inserted ahead of the call to the content
<?php the_content(\'Continue Reading\'); ?>
所以基本上这意味着你需要高尔夫化
$more
并在查询之前将其设置为零(0)。