{"id":1426,"date":"2017-08-10T22:47:55","date_gmt":"2017-08-10T13:47:55","guid":{"rendered":"http:\/\/www.clarenet.co.jp\/column\/engineer\/?p=756"},"modified":"2017-08-10T22:47:55","modified_gmt":"2017-08-10T13:47:55","slug":"wp%e3%82%a2%e3%82%a4%e3%82%ad%e3%83%a3%e3%83%83%e3%83%81%e7%94%bb%e5%83%8f%e3%81%ae%e6%9c%89%e5%8a%b9%e5%8c%96","status":"publish","type":"post","link":"https:\/\/4koma-web.com\/coding\/wp%e3%82%a2%e3%82%a4%e3%82%ad%e3%83%a3%e3%83%83%e3%83%81%e7%94%bb%e5%83%8f%e3%81%ae%e6%9c%89%e5%8a%b9%e5%8c%96\/","title":{"rendered":"WP:\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u306e\u6709\u52b9\u5316"},"content":{"rendered":"<p>\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001functions.php \u306b\u4e0b\u8a18\u306e\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n<pre class=\"lang:default decode:true \" >\/**\n * \u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u306e\u6709\u52b9\u5316\n *\n *\/\nadd_theme_support( 'post-thumbnails' );<\/pre>\n<p>\u6709\u52b9\u5316\u3055\u308c\u308b\u3068\u3001\u6295\u7a3f\u30da\u30fc\u30b8\u53f3\u4e0b\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u306e\u8a2d\u5b9a\u9805\u76ee\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/p>\n<p>\u30c6\u30fc\u30de\u5185\u3067\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u8868\u793a\u3055\u305b\u308b\u306b\u306f\u3001\u4e0b\u8a18\u306e\u30b3\u30fc\u30c9\u3092\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u306b\u8a18\u8ff0\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n<pre class=\"lang:default decode:true \" >&lt;?php if ( has_post_thumbnail()): ?&gt;\n&lt;?php the_post_thumbnail(); ?&gt;\n&lt;?php endif; ?&gt;<\/pre>\n<p>\u8868\u793a\u30b5\u30a4\u30ba\u306b\u3064\u3044\u3066\u306f\u4e0b\u8a18\u3092\u53c2\u7167<\/p>\n<pre class=\"lang:default decode:true \" >the_post_thumbnail( 'thumbnail' ); \/\/ \u30b5\u30e0\u30cd\u30a4\u30eb (\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f 150x150px)\nthe_post_thumbnail( 'medium' );    \/\/ \u4e2d\u30b5\u30a4\u30ba   (\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f 300x300px)\nthe_post_thumbnail( 'large' );     \/\/ \u5927\u30b5\u30a4\u30ba   (\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f 640x640px)\nthe_post_thumbnail( 'full' );      \/\/ \u30d5\u30eb\u30b5\u30a4\u30ba (\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u753b\u50cf\u306e\u5143\u30b5\u30a4\u30ba)<\/pre>\n<p>class\u3092\u8ffd\u52a0\u3059\u308b\u5834\u5408\u306f<\/p>\n<pre class=\"lang:default decode:true \" >&lt;?php echo get_the_post_thumbnail( $post_id, 'thumbnail', array( 'class' =&gt; '\u30af\u30e9\u30b9\u540d' ) ); ?&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001functions.php \u306b\u4e0b\u8a18\u306e\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u307e\u3057\u3087\u3046\u3002 \/** * \u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u306e\u6709\u52b9\u5316 * *\/ add_theme_support( &#8216;post-thumbnails&#8217; ); [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":612,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_locale":"","_original_post":"","footnotes":""},"categories":[1],"tags":[],"publishpress_future_action":{"enabled":false,"date":"2026-04-13 01:30:19","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category"},"_links":{"self":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1426"}],"collection":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/comments?post=1426"}],"version-history":[{"count":0,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1426\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/media\/612"}],"wp:attachment":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/media?parent=1426"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/categories?post=1426"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/tags?post=1426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}