{"id":569,"date":"2026-02-28T10:42:40","date_gmt":"2026-02-28T01:42:40","guid":{"rendered":"https:\/\/boku.chu.jp\/main\/?page_id=569"},"modified":"2026-02-28T11:05:42","modified_gmt":"2026-02-28T02:05:42","slug":"wordpress-%e5%ad%90%e3%83%86%e3%83%bc%e3%83%9e%e3%81%ae%e4%bd%9c%e3%82%8a%e6%96%b9","status":"publish","type":"page","link":"https:\/\/boku.chu.jp\/main\/%e5%83%95%e3%81%ae%e8%b6%a3%e5%91%b3%e3%81%af%e5%90%88%e7%90%86%e7%9a%84%e3%80%81%e3%83%9b%e3%83%bc%e3%83%a0\/wordpress-top\/wordpress-%e5%ad%90%e3%83%86%e3%83%bc%e3%83%9e%e3%81%ae%e4%bd%9c%e3%82%8a%e6%96%b9\/","title":{"rendered":"WordPress \u5b50\u30c6\u30fc\u30de\u306e\u4f5c\u308a\u65b9"},"content":{"rendered":"\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u5b50\u30c6\u30fc\u30de\u3068\u306f\uff1f<\/h2>\n\n\n\n<p><strong>\u5b50\u30c6\u30fc\u30de\u3068\u306f\u3001\u5143\u306e\u30c6\u30fc\u30de\uff08\u89aa\u30c6\u30fc\u30de\uff09\u3092\u5b89\u5168\u306b\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u4ed5\u7d44\u307f\u3067\u3059\u3002<\/strong><\/p>\n\n\n\n<p>\u89aa\u30c6\u30fc\u30de\u3092\u76f4\u63a5\u7de8\u96c6\u3059\u308b\u3068\u3001\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u6642\u306b\u5909\u66f4\u304c\u6d88\u3048\u3066\u3057\u307e\u3044\u307e\u3059\u3002<br>\u5b50\u30c6\u30fc\u30de\u3092\u4f7f\u3048\u3070\u3001\u89aa\u30c6\u30fc\u30de\u3092\u305d\u306e\u307e\u307e\u306b\u3057\u3066\u81ea\u7531\u306b\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u4f5c\u308a\u65b9\uff08\u57fa\u672c\u624b\u9806\uff09<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u2460 \u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u308b<\/h3>\n\n\n\n<p><code>wp-content\/themes\/<\/code> \u306e\u4e2d\u306b\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u4f8b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mytheme-child<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u2461 style.css \u3092\u4f5c\u308b<\/h3>\n\n\n\n<p>\u30d5\u30a9\u30eb\u30c0\u306e\u4e2d\u306b <code>style.css<\/code> \u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/*<br>Theme Name: MyTheme Child<br>Template: mytheme<br>*\/<\/pre>\n\n\n\n<p>\u203b <code>Template:<\/code> \u306b\u306f\u89aa\u30c6\u30fc\u30de\u306e\u30d5\u30a9\u30eb\u30c0\u540d\u3092\u66f8\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u2462 functions.php \u3092\u4f5c\u308b<\/h3>\n\n\n\n<p>\u540c\u3058\u30d5\u30a9\u30eb\u30c0\u306b <code>functions.php<\/code> \u3092\u4f5c\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;?php<br>function mytheme_child_enqueue_styles() {<br>    wp_enqueue_style(<br>        'parent-style',<br>        get_template_directory_uri() . '\/style.css'<br>    );<br>}<br>add_action('wp_enqueue_scripts', 'mytheme_child_enqueue_styles');<\/pre>\n\n\n\n<p>\u3053\u308c\u3067\u89aa\u30c6\u30fc\u30de\u306eCSS\u3092\u8aad\u307f\u8fbc\u307f\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u2463 \u7ba1\u7406\u753b\u9762\u3067\u6709\u52b9\u5316<\/h3>\n\n\n\n<p>WordPress\u7ba1\u7406\u753b\u9762<br>\u300c\u5916\u89b3\u300d\u2192\u300c\u30c6\u30fc\u30de\u300d<br>\u304b\u3089\u5b50\u30c6\u30fc\u30de\u3092\u6709\u52b9\u5316\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u3067\u304d\u308b\u3053\u3068<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CSS\u306e\u5909\u66f4<\/li>\n\n\n\n<li>\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e0a\u66f8\u304d<\/li>\n\n\n\n<li>\u6a5f\u80fd\u8ffd\u52a0\uff08functions.php\uff09<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u307e\u3068\u3081<\/h2>\n\n\n\n<p><strong>\u5b50\u30c6\u30fc\u30de\u306f\u3001WordPress\u3092\u5b89\u5168\u306b\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u305f\u3081\u306e\u57fa\u672c\u6280\u8853\u3067\u3059\u3002<\/strong><\/p>\n\n\n\n<p>\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306b\u5f37\u304f\u3001\u9577\u304f\u4f7f\u3046\u30b5\u30a4\u30c8\u306b\u306f\u5fc5\u9808\u306e\u4ed5\u7d44\u307f\u3067\u3059\u3002<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5b50\u30c6\u30fc\u30de\u3068\u306f\uff1f \u5b50\u30c6\u30fc\u30de\u3068\u306f\u3001\u5143\u306e\u30c6\u30fc\u30de\uff08\u89aa\u30c6\u30fc\u30de\uff09\u3092\u5b89\u5168\u306b &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":476,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-569","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/boku.chu.jp\/main\/wp-json\/wp\/v2\/pages\/569","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/boku.chu.jp\/main\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/boku.chu.jp\/main\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/boku.chu.jp\/main\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/boku.chu.jp\/main\/wp-json\/wp\/v2\/comments?post=569"}],"version-history":[{"count":1,"href":"https:\/\/boku.chu.jp\/main\/wp-json\/wp\/v2\/pages\/569\/revisions"}],"predecessor-version":[{"id":570,"href":"https:\/\/boku.chu.jp\/main\/wp-json\/wp\/v2\/pages\/569\/revisions\/570"}],"up":[{"embeddable":true,"href":"https:\/\/boku.chu.jp\/main\/wp-json\/wp\/v2\/pages\/476"}],"wp:attachment":[{"href":"https:\/\/boku.chu.jp\/main\/wp-json\/wp\/v2\/media?parent=569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}