我面临非常奇怪的问题。我从谷歌地图中获取 iframe
代码并将其写入WordPress编辑器,当我保存并刷新页面时,它会向我显示iframe代码。
我的iframe代码


 < iframe src =“https://www.google.com/maps/嵌入?PB =!1m18!1m12!1立方米!1d27095.10477927874!2d115.7941040874009!3D-31.90963766909216!2立方米!1F0!2f0的!3f0!3平方米!1i1024!2i768!4f13.1!3立方米!1平方米!1s0x2a32ae630473e2ad%3A0x1c04f0b88014a3f0!2sHerdsman + WA + 6017%2C +澳大利亚!5e0!3m2!1sen!2s!4v1467018866612“width =”600“height =”450“frameborder =”0“style =”border:0“allowfullscreen>< / iframe>&# xA;


 我是从我的联系页面显示的,所以在page.php中我写了简单的循环


 if(have_posts()){
 while(have_posts()){
 the_post();

 the_content();
 }
}



 我还将 the_content()
更改为 get_the_content()< / code>但没有任何反应。
有人知道这是什么问题,为什么它会显示&lt; iframe&gt;
代码,因为它是