您可以在主题函数中实现自己的函数。php文件,并使用它代替“the\\u content”
function my_content($post){
$content = apply_filters(\'the_content\', $post->post_content); // added to parse shortcodes
$content = str_replace(\']]>\', \']]>\', $content); // added to parse shortcodes
echo content;
}