{"id":836,"date":"2019-01-29T20:49:00","date_gmt":"2019-01-29T11:49:00","guid":{"rendered":"https:\/\/dong1lkim.oboki.net\/?p=836"},"modified":"2019-09-01T22:23:32","modified_gmt":"2019-09-01T13:23:32","slug":"%eb%aa%a8%eb%93%a0-%ea%b8%80%ec%97%90-%ed%8a%b9%ec%84%b1-%ec%9d%b4%eb%af%b8%ec%a7%80-%ec%b6%94%ea%b0%80%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/oboki.net\/workspace\/wordpress\/%eb%aa%a8%eb%93%a0-%ea%b8%80%ec%97%90-%ed%8a%b9%ec%84%b1-%ec%9d%b4%eb%af%b8%ec%a7%80-%ec%b6%94%ea%b0%80%ed%95%98%ea%b8%b0\/","title":{"rendered":"[WordPress] \ubaa8\ub4e0 \uae00\uc5d0 \ud2b9\uc131 \uc774\ubbf8\uc9c0 \ucd94\uac00\ud558\uae30"},"content":{"rendered":"<h1>\ubaa8\ub4e0 \uae00\uc5d0 \ud2b9\uc131 \uc774\ubbf8\uc9c0 \ucd94\uac00\ud558\uae30<\/h1>\n<p><code>$DOCUMENT_DIR\/wp-content\/themes\/$THEME_NAME\/functions.php<\/code> \ubb38\uc11c\ub97c \uc5f4\uc5b4 \ub2e4\uc74c\uacfc \uac19\uc740 \ud568\uc218\ub97c \ucd94\uac00\ud55c\ub2e4.<\/p>\n<pre><code class=\"php\">function auto_featured_image() {\n        global $post;\n\n        if (!has_post_thumbnail($post-&gt;ID)) {\n                $attached_image = get_children( \"post_parent=$post-&gt;ID&amp;post_type=attachment&amp;post_mime_type=image&amp;numberposts=1\" );\n\n                if ($attached_image) {\n                        foreach ($attached_image as $attachment_id =&gt; $attachment) {\n                                set_post_thumbnail($post-&gt;ID, $attachment_id);\n                        }\n                }\n        }\n}\n\n\/\/ \uae30\uc874 \ub4f1\ub85d\ub41c \uae00\uc5d0 \ud2b9\uc131 \uc774\ubbf8\uc9c0\uac00 \uc5c6\ub294 \uacbd\uc6b0, \ud2b9\uc131 \uc774\ubbf8\uc9c0\ub97c \uc124\uc815\ud560 \uc218 \uc788\ub3c4\ub85d \uc784\uc2dc \uc0ac\uc6a9.\nadd_action('the_post', 'auto_featured_image');\n\/\/ \uc0c8\ub85c \ucd94\uac00\ub418\ub294 \uae00\uc5d0 \ud2b9\uc131 \uc774\ubbf8\uc9c0\ub97c \uc124\uc815.\nadd_action('save_post', 'auto_featured_image');\nadd_action('draft_to_publish', 'auto_featured_image');\nadd_action('new_to_publish', 'auto_featured_image');\nadd_action('pending_to_publish', 'auto_featured_image');\nadd_action('future_to_publish', 'auto_featured_image');\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\ubaa8\ub4e0 \uae00\uc5d0 \ud2b9\uc131 \uc774\ubbf8\uc9c0 \ucd94\uac00\ud558\uae30 $DOCUMENT_DIR\/wp-content\/themes\/$THEME_NAME\/functions.php \ubb38\uc11c\ub97c \uc5f4\uc5b4 \ub2e4\uc74c\uacfc \uac19\uc740 \ud568\uc218\ub97c \ucd94\uac00\ud55c\ub2e4. function auto_featured_image() { global $post; if (!has_post_thumbnail($post-&gt;ID)) { $attached_image = get_children( &#8220;post_parent=$post-&gt;ID&amp;post_type=attachment&amp;post_mime_type=image&amp;numberposts=1&#8221; ); if ($attached_image) { foreach ($attached_image as $attachment_id =&gt; $attachment) { set_post_thumbnail($post-&gt;ID, $attachment_id); } } } } \/\/ \uae30\uc874 \ub4f1\ub85d\ub41c \uae00\uc5d0 \ud2b9\uc131 \uc774\ubbf8\uc9c0\uac00 \uc5c6\ub294 \uacbd\uc6b0, \ud2b9\uc131 \uc774\ubbf8\uc9c0\ub97c \uc124\uc815\ud560 \uc218 \uc788\ub3c4\ub85d \uc784\uc2dc [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[55],"tags":[94,106],"class_list":["post-836","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-wordpress","tag-106"],"_links":{"self":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts\/836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/comments?post=836"}],"version-history":[{"count":4,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts\/836\/revisions"}],"predecessor-version":[{"id":1359,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts\/836\/revisions\/1359"}],"wp:attachment":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/media?parent=836"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/categories?post=836"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/tags?post=836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}