<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fujimori1981</author_name>
  <author_url>https://blog.hatena.ne.jp/fujimori1981/</author_url>
  <blog_title>hello, world.</blog_title>
  <blog_url>https://fujimori1981.hatenadiary.org/</blog_url>
  <categories>
    <anon>WordPress</anon>
  </categories>
  <description>WordPressで月別アーカイブリストで、 「2009年January」とかなってるのを、「2009/01」に変える。 wp-includes/general-template.php の $text = sprintf(__('%1$s %2$d'), $wp_locale-&gt;get_month($arcresult-&gt;month), $arcresult-&gt;year); を、 $text = sprintf(('%04d/%02d'), $arcresult-&gt;year, $arcresult-&gt;month); に変更。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffujimori1981.hatenadiary.org%2Fentry%2F20090923%2F1253669601&quot; title=&quot; 月別アーカイブリストの表記を変える。 - hello, world.&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>2009-09-23 10:33:21</published>
  <title> 月別アーカイブリストの表記を変える。</title>
  <type>rich</type>
  <url>https://fujimori1981.hatenadiary.org/entry/20090923/1253669601</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
