以下是我的老生常谈:
if ( preg_match( \'/<!--more-->/\', $post->post_content ) ) {
$content = apply_filters( \'the_content\', get_the_content( \'\' ) );
echo ( $content );
} else {
the_excerpt();
}
(请注意,我在这段代码后面有一个单独的“阅读更多”链接;如果要使用内容的默认“阅读更多”链接,请从
get_the_content();
.