{"id":1636,"date":"2018-03-04T10:56:52","date_gmt":"2018-03-04T01:56:52","guid":{"rendered":"http:\/\/blue-bear.jp\/kb\/?p=1636"},"modified":"2018-03-04T10:56:52","modified_gmt":"2018-03-04T01:56:52","slug":"wordpress-%e3%82%b3%e3%83%a1%e3%83%b3%e3%83%88%e6%ac%84%e3%81%aeweb%e3%82%b5%e3%82%a4%e3%83%88%e9%a0%85%e7%9b%ae%e5%89%8a%e9%99%a4%e3%81%aa%e3%81%a9%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%9e%e3%82%a4","status":"publish","type":"post","link":"https:\/\/blue-bear.jp\/kb\/wordpress-%e3%82%b3%e3%83%a1%e3%83%b3%e3%83%88%e6%ac%84%e3%81%aeweb%e3%82%b5%e3%82%a4%e3%83%88%e9%a0%85%e7%9b%ae%e5%89%8a%e9%99%a4%e3%81%aa%e3%81%a9%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%9e%e3%82%a4\/","title":{"rendered":"[wordpress] \u30b3\u30e1\u30f3\u30c8\u6b04\u306eweb\u30b5\u30a4\u30c8\u9805\u76ee\u524a\u9664\u306a\u3069\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>\u30b3\u30e1\u30f3\u30c8\u6b04\u306eweb\u30b5\u30a4\u30c8\u9805\u76ee\u524a\u9664\u306a\u3069\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u65b9\u6cd5\u306f\u4ee5\u4e0b\u306e\u901a\u308a<\/p>\n<p>comments.php\u306a\u3069\u30b3\u30e1\u30f3\u30c8\u6b04\u3092\u51fa\u529b\u3059\u308b\u3068\u3053\u308d\u306bcomment_form(\u5909\u6570)\u3092\u4ed8\u3051\u308b\u3068\u3001\u305d\u306e\u5909\u6570\u306e\u5024\u306b\u3088\u3063\u3066\u30b3\u30e1\u30f3\u30c8\u6b04\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b<\/p>\n<pre class=\"lang:default decode:true \">&lt;?php\r\n $comments_args = array(\r\n 'fields' =&gt; array(\r\n 'author' =&gt; '&lt;p class=\"comment-form-author\"&gt;' . '&lt;label for=\"author\"&gt;' . __( 'Name' ) . ( $req ? ' &lt;span class=\"required\"&gt;*&lt;\/span&gt;' : '' ) . '&lt;\/label&gt; ' .\r\n '&lt;input id=\"author\" name=\"author\" type=\"text\" value=\"' . esc_attr( $commenter['comment_author'] ) . '\" size=\"30\"' . $aria_req . ' \/&gt;&lt;\/p&gt;',\r\n 'email' =&gt; '', \/\/email\u6b04\u524a\u9664\r\n 'url' =&gt; '', \/\/url\u6b04\u524a\u9664\r\n ),\r\n 'title_reply' =&gt; '\u30b3\u30e1\u30f3\u30c8\u306f\u304a\u6c17\u8efd\u306b\u3069\u3046\u305e',\r\n 'comment_notes_before' =&gt; '&lt;p class=\"comment-notes\"&gt;\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306f\u516c\u958b\u3055\u308c\u307e\u305b\u3093\u306e\u3067\u3054\u5b89\u5fc3\u304f\u3060\u3055\u3044\u3002&lt;br \/&gt;\u307e\u305f\u3001&lt;span class=\"required\"&gt;*&lt;\/span&gt; \u304c\u4ed8\u3044\u3066\u3044\u308b\u6b04\u306f\u5fc5\u9808\u9805\u76ee\u3068\u306a\u308a\u307e\u3059\u306e\u3067\u3001\u5fc5\u305a\u3054\u8a18\u5165\u3092\u304a\u9858\u3044\u3057\u307e\u3059\u3002&lt;\/p&gt;',\r\n 'comment_notes_after' =&gt; '&lt;p class=\"form-allowed-tags\"&gt;\u5185\u5bb9\u306b\u554f\u984c\u306a\u3051\u308c\u3070\u3001\u4e0b\u8a18\u306e\u300c\u30b3\u30e1\u30f3\u30c8\u3092\u9001\u4fe1\u3059\u308b\u300d\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002&lt;\/p&gt;',\r\n 'label_submit' =&gt; '\u30b3\u30e1\u30f3\u30c8\u9001\u4fe1',\r\n );\r\n\r\n comment_form($comments_args);\r\n?&gt;<\/pre>\n<p>\u8a73\u3057\u3044\u9805\u76ee\u306b\u3064\u3044\u3066\u306f\u516c\u5f0fHP\u306b\u3066<\/p>\n<p><a href=\"https:\/\/wpdocs.osdn.jp\/%E9%96%A2%E6%95%B0%E3%83%AA%E3%83%95%E3%82%A1%E3%83%AC%E3%83%B3%E3%82%B9\/comment_form\">https:\/\/wpdocs.osdn.jp\/%E9%96%A2%E6%95%B0%E3%83%AA%E3%83%95%E3%82%A1%E3%83%AC%E3%83%B3%E3%82%B9\/comment_form<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30b3\u30e1\u30f3\u30c8\u6b04\u306eweb\u30b5\u30a4\u30c8\u9805\u76ee\u524a\u9664\u306a\u3069\u30ab\u30b9<\/p>\n","protected":false},"author":1,"featured_media":54,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,7],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/1636"}],"collection":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/comments?post=1636"}],"version-history":[{"count":1,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/1636\/revisions"}],"predecessor-version":[{"id":1637,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/1636\/revisions\/1637"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media\/54"}],"wp:attachment":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media?parent=1636"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/categories?post=1636"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/tags?post=1636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}