<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>k3akinori</author_name>
  <author_url>https://blog.hatena.ne.jp/k3akinori/</author_url>
  <blog_title>Webデザインの日々日記</blog_title>
  <blog_url>https://k3akinori.hatenadiary.org/</blog_url>
  <categories>
    <anon>WordPress</anon>
    <anon>メモ</anon>
  </categories>
  <description>用途 WordPressでウェブサイトを製作する祭、トップページに「お知らせ」や「新着商品」などを表示させるブロックが欲しかったりします。 結構頻繁に使うので、基本のコードをメモ。 コード 基本 &lt;?php $info = new WP_Query(array('category_name'=&gt;'info', 'posts_per_page'=&gt;5, 'post_status'=&gt;'publish')); ?&gt; &lt;?php if ($info-&gt;have_posts()) : ?&gt; &lt;?php while($info-&gt;have_posts()) : $info-&gt;the_post(); ?&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk3akinori.hatenadiary.org%2Fentry%2F20120709%2F1341833837&quot; title=&quot;トップページなどに、特定のカテゴリの一覧などを表示させる - Webデザインの日々日記&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-07-09 20:37:17</published>
  <title>トップページなどに、特定のカテゴリの一覧などを表示させる</title>
  <type>rich</type>
  <url>https://k3akinori.hatenadiary.org/entry/20120709/1341833837</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
