the_content
会回显内容。这在法典中有规定--“Displays 当前帖子的内容”,重点是我的。使用get_the_content
相反,返回可以操纵的字符串。
请注意get_the_content
不运行与相同的所有筛选器the_content
. 再一次from the Codex:
如果您使用过滤内容的插件(add_filter(\'the_content\')
), 那么这将不会应用过滤器,除非您以这种方式调用它(使用apply_filters
):
<?php apply_filters(\'the_content\',get_the_content( $more_link_text,> $stripteaser, $more_file )) ?>