<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seiginohiiro</author_name>
  <author_url>https://blog.hatena.ne.jp/seiginohiiro/</author_url>
  <blog_title>ヒイロの日記</blog_title>
  <blog_url>https://seiginohiiro.hatenadiary.org/</blog_url>
  <categories>
    <anon>wordpress</anon>
  </categories>
  <description>Wordpressの固定ページ（デフォルトテンプレート：page.php）の中身だけ表示されない現象。 &lt;?php the_content(); ?&gt; だけでは表示されない。 ちなみに &lt;?php the_title(); ?&gt; は単独でも表示できる。the_content()を使うには以下でOK &lt;?php if(have_posts()): while(have_posts()): the_post(); ?&gt; &lt;h2&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt; &lt;?php the_content(); ?&gt; &lt;?php endwhile; endif; ?&gt; 参考： the_p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseiginohiiro.hatenadiary.org%2Fentry%2F20120317%2F1331969046&quot; title=&quot;固定ページの本文 - ヒイロの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-03-17 16:24:06</published>
  <title>固定ページの本文</title>
  <type>rich</type>
  <url>https://seiginohiiro.hatenadiary.org/entry/20120317/1331969046</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
