{"id":2895,"date":"2018-04-03T16:25:06","date_gmt":"2018-04-03T07:25:06","guid":{"rendered":"http:\/\/taitan916.info\/blog\/?p=2895"},"modified":"2024-02-22T13:03:05","modified_gmt":"2024-02-22T04:03:05","slug":"post-2895","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/2895","title":{"rendered":"WordPress\u3067\u81ea\u4f5c\u30c6\u30fc\u30de\u306b\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u767b\u9332\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>WordPress\u3067\u81ea\u4f5c\u3057\u305f\u30c6\u30fc\u30de\u3067\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u767b\u9332\u3057\u3088\u3046\u3068\u3057\u305f\u3068\u3053\u308d\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306e\u300c\u5916\u89b3\u300d\u5185\u306b\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u9805\u76ee\u304c\u7121\u304b\u3063\u305f\u3002\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u5c0e\u5165\u3059\u308b\u306b\u306f\u591a\u5c11\u624b\u9806\u304c\u3042\u308b\u307f\u305f\u3044\u306a\u306e\u3067\u305d\u306e\u65b9\u6cd5\u3092\u30e1\u30e2\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>functions.php\u306b\u8ffd\u8a18<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\/\/\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u5bfe\u5fdc\r\nfunction arphabet_widgets_init() {\r\n\r\n    register_sidebar( array(\r\n        'name' =&gt; '\u30d8\u30c3\u30c0\u30fc', \/\/\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u4e0a\u306b\u8868\u793a\u3055\u308c\u308b\u306e\u3067\u5206\u304b\u308a\u3084\u3059\u3044\u540d\u524d\u304c\u826f\u3044\r\n        'id' =&gt; 'header_widget', \/\/\u547c\u3073\u51fa\u3057\u306e\u969b\u306b\u4f7f\u3046\r\n        'before_widget' =&gt; '&lt;div&gt;',\r\n        'after_widget' =&gt; '&lt;\/div&gt;',\r\n        'before_title' =&gt; '&lt;h2 class=\"rounded\"&gt;',\r\n        'after_title' =&gt; '&lt;\/h2&gt;',\r\n    ) );\r\n}\r\nadd_action( 'widgets_init', 'arphabet_widgets_init' );<\/pre>\n<p>widgets_init\u306e\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u306f\u4ee5\u4e0b\u3002<\/p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"OAzgchHLhc\"><p><a href=\"https:\/\/developer.wordpress.org\/reference\/hooks\/widgets_init\/\">widgets_init<\/a><\/p><\/blockquote>\n<p><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;widgets_init&#8221; &#8212; WordPress Developer Resources\" src=\"https:\/\/developer.wordpress.org\/reference\/hooks\/widgets_init\/embed\/#?secret=3X9Bt2h5lt#?secret=OAzgchHLhc\" data-secret=\"OAzgchHLhc\" width=\"580\" height=\"327\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/p>\n<h2>\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u8868\u793a\u3055\u305b\u308b\u30d5\u30a1\u30a4\u30eb\u306b\u8ffd\u8a18<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;?php if ( is_active_sidebar( 'header_widget' ) ){ \/\/functions.php\u3067\u8ffd\u8a18\u3057\u305fid\u3092\u5f15\u6570\u306b\u5165\u308c\u308b?&gt;\r\n    &lt;div id=\"primary-sidebar\" class=\"primary-sidebar widget-area\" role=\"complementary\"&gt;\r\n        &lt;?php dynamic_sidebar( 'header_widget' ); \/\/functions.php\u3067\u8ffd\u8a18\u3057\u305fid\u3092\u5f15\u6570\u306b\u5165\u308c\u308b?&gt;\r\n    &lt;\/div&gt;\r\n&lt;?php } ?&gt;<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u307e\u3068\u3081<\/h2>\n<p>functions.php\u3068\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u8868\u793a\u3055\u305b\u305f\u3044\u30d5\u30a1\u30a4\u30eb\u306b\u8ffd\u8a18\u3057\u3001\u901a\u5e38\u901a\u308a\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306e\u300c\u5916\u89b3\u2192\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u300d\u304b\u3089\u767b\u9332\u3059\u308b\u3053\u3068\u3067\u8868\u793a\u3055\u308c\u308b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress\u3067\u81ea\u4f5c\u3057\u305f\u30c6\u30fc\u30de\u3067\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u767b\u9332\u3057\u3088\u3046\u3068\u3057\u305f\u3068\u3053\u308d\u30c0\u30c3\u30b7\u30e5 ... <\/p>\n","protected":false},"author":1,"featured_media":1093,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[],"class_list":["post-2895","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/comments?post=2895"}],"version-history":[{"count":2,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2895\/revisions"}],"predecessor-version":[{"id":4879,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2895\/revisions\/4879"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media\/1093"}],"wp:attachment":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media?parent=2895"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=2895"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=2895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}