嗨我试过如下
$my_postid = 12;//This is page id
$content_post = get_post($my_postid);
$content = $content_post->post_content;
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
我在 id 为 12 的页面中编写了简码。它不起作用。请帮忙!!!