{"id":1339,"date":"2018-07-06T18:48:05","date_gmt":"2018-07-06T09:48:05","guid":{"rendered":"http:\/\/4koma-web.com\/coding\/?p=1339"},"modified":"2018-07-06T18:49:29","modified_gmt":"2018-07-06T09:49:29","slug":"wp%e3%81%ae%e4%bd%bf%e3%81%84%e3%82%84%e3%81%99%e3%81%84%e7%ae%a1%e7%90%86%e7%94%bb%e9%9d%a2%e3%82%92%e3%81%a4%e3%81%8f%e3%82%8b%e3%83%92%e3%83%b3%e3%83%88","status":"publish","type":"post","link":"https:\/\/4koma-web.com\/coding\/wp%e3%81%ae%e4%bd%bf%e3%81%84%e3%82%84%e3%81%99%e3%81%84%e7%ae%a1%e7%90%86%e7%94%bb%e9%9d%a2%e3%82%92%e3%81%a4%e3%81%8f%e3%82%8b%e3%83%92%e3%83%b3%e3%83%88\/","title":{"rendered":"wp\u306e\u4f7f\u3044\u3084\u3059\u3044\u7ba1\u7406\u753b\u9762\u3092\u3064\u304f\u308b\u30d2\u30f3\u30c8"},"content":{"rendered":"<p>\u66f4\u65b0\u3059\u308b\u4eba(\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3084\u30d6\u30ed\u30b0\u62c5\u5f53\u8005)\u304c\u4f7f\u3044\u3084\u3059\u3044\u3001\u66f4\u65b0\u3057\u3084\u3059\u3044\u3068\u611f\u3058\u308b\u3088\u3046\u306a\u3001<br \/>\nWordPress\u306e\u7ba1\u7406\u753b\u9762\u3092\u3064\u304f\u308b\u305f\u3081\u306e\u65b9\u6cd5\u306a\u3069\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n<p>\u30d6\u30ed\u30b0\u306e\u69cb\u6210\u306a\u3069\u3001\u30b5\u30a4\u30c8\u306b\u3088\u3063\u3066\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u306f\u69d8\u3005\u3067\u3059\u304c\u3001<br \/>\n\u4e0d\u8981\u306a\u3082\u306e\u3092\u524a\u9664\u3057\u305f\u308a\u3001\u3067\u304d\u308b\u3060\u3051\u30b7\u30f3\u30d7\u30eb\u306a\u5f62\u306b\u3059\u308b\u3053\u3068\u3067\u3001\u8ab0\u3067\u3082\u898b\u305f\u3060\u3051\u3067\u5229\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u306e\u306f\u3001\u5927\u5207\u306a\u3053\u3068\u3067\u3059\u3002<\/p>\n<p>\u25a0\u7ba1\u7406\u753b\u9762\u306b\u5bfe\u3057\u3066CSS\u3084JavaScript\u3092\u9069\u7528\u3059\u308b<\/p>\n<p>\u7ba1\u7406\u753b\u9762\u306e\u30c7\u30b6\u30a4\u30f3\u3092\u898b\u3084\u3059\u3044\u914d\u8272\u3084\u30ec\u30a4\u30a2\u30a6\u30c8\u306b\u3059\u308b\u3053\u3068\u3067\u3001\u76f4\u611f\u7684\u306b\u308f\u304b\u308a\u3084\u3059\u3044\u30ec\u30a4\u30a2\u30a6\u30c8\u306b\u3067\u304d\u308b\u306e\u3067\u4fbf\u5229\u3067\u3059\u3002<br \/>\n\u307e\u305f\u3001js\u3092\u4f7f\u3063\u3066\u3082\u3068\u304b\u3089\u3042\u308b\u52d5\u304d\u3092\u6b62\u3081\u305f\u308a\u306a\u3069\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>\u7ba1\u7406\u753b\u9762\u306b\u4efb\u610f\u306eCSS\u3068JS\u3092\u9069\u7528\u3055\u305b\u308b\u5834\u5408\u3001functions.php\u306b\u8a18\u8ff0\u3057\u307e\u3059\u3002<\/p>\n<pre>\r\nadd_action( 'admin_enqueue_scripts', 'enqueue_admin_style_script' );\r\nfunction enqueue_admin_style_script() {\r\n  \/\/ CSS\r\n  wp_enqueue_style( 'admin-style', get_template_directory_uri() . '\/admin\/style.css' );\r\n  \/\/ JavaScript\r\n  wp_enqueue_script( 'admin-script', get_template_directory_uri() . '\/admin\/script.js', array(), '1.0.0', true );\r\n}\r\n<\/pre>\n<p>\u25a0\u4f7f\u7528\u3057\u306a\u3044\u9805\u76ee\u3084\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a\u3055\u305b\u306a\u3044<\/p>\n<p>\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3084\u6295\u7a3f\u306a\u3069\u3001\u5229\u7528\u3057\u3066\u3044\u306a\u3044\u9805\u76ee\u306a\u3069\u304c\u3042\u308b\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u305d\u306e\u9805\u76ee\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u4e0b\u8a18\u3092functions.php\u306b\u8a18\u8ff0\u3057\u307e\u3059\u3002<\/p>\n<pre>\r\nadd_action( 'admin_menu', 'remove_admin_menu', 999 );\r\nfunction remove_admin_menu() {\r\n  remove_menu_page( 'index.php' );                \/\/ \u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\r\n  remove_menu_page( 'edit.php' );                 \/\/ \u6295\u7a3f\r\n  remove_menu_page( 'edit.php?post_type=page' );  \/\/ \u56fa\u5b9a\u30da\u30fc\u30b8\r\n  remove_menu_page( 'upload.php' );               \/\/ \u30e1\u30c7\u30a3\u30a2\r\n  remove_menu_page( 'edit-comments.php' );        \/\/ \u30b3\u30e1\u30f3\u30c8\r\n  remove_menu_page( 'themes.php' );               \/\/ \u5916\u89b3\r\n  remove_menu_page( 'plugins.php' );              \/\/ \u30d7\u30e9\u30b0\u30a4\u30f3\r\n  remove_menu_page( 'users.php' );                \/\/ \u30e6\u30fc\u30b6\u30fc\r\n  remove_menu_page( 'tools.php' );                \/\/ \u30c4\u30fc\u30eb\r\n  remove_menu_page( 'options-general.php' );      \/\/ \u8a2d\u5b9a\r\n}\r\n<\/pre>\n<p>\u5229\u7528\u3057\u3084\u3059\u3044UI\u3092\u4f5c\u308b\u305f\u3081\u306b\u306f\u9805\u76ee\u3092\u8ffd\u52a0\u3084\u88c5\u98fe\u3092\u5909\u66f4\u3059\u308b\u3088\u308a\u3082\u3001\u4e0d\u8981\u306a\u3082\u306e\u3092\u524a\u9664\u3057\u305f\u307b\u3046\u304c\u3001\u77e5\u8b58\u306e\u306a\u3044\u4eba\u306b\u3068\u3063\u3066\u5229\u7528\u3057\u3084\u3059\u3044\u3082\u306e\u3068\u306a\u308a\u307e\u3059\u306e\u3067\u3001<br \/>\nwordpress\u3067\u306f\u3001\u30b5\u30a4\u30c8\u306e\u30c7\u30b6\u30a4\u30f3\u3060\u3051\u3067\u306a\u304f\u66f4\u65b0\u753b\u9762\u306e\u30ec\u30a4\u30a2\u30a6\u30c8\u306b\u3082\u6c17\u3092\u914d\u3063\u3066\u3044\u304d\u305f\u3044\u3067\u3059\u306d\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u66f4\u65b0\u3059\u308b\u4eba(\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3084\u30d6\u30ed\u30b0\u62c5\u5f53\u8005)\u304c\u4f7f\u3044\u3084\u3059\u3044\u3001\u66f4\u65b0\u3057\u3084\u3059\u3044\u3068\u611f\u3058\u308b\u3088\u3046\u306a\u3001 WordPress\u306e\u7ba1\u7406\u753b\u9762\u3092\u3064\u304f\u308b\u305f\u3081\u306e\u65b9\u6cd5\u306a\u3069\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u30d6\u30ed\u30b0\u306e\u69cb\u6210\u306a\u3069\u3001\u30b5\u30a4\u30c8\u306b\u3088\u3063\u3066\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u306f\u69d8\u3005\u3067\u3059\u304c\u3001 \u4e0d\u8981\u306a\u3082\u306e [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"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-30 20:47:01","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category"},"_links":{"self":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1339"}],"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=1339"}],"version-history":[{"count":0,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1339\/revisions"}],"wp:attachment":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/media?parent=1339"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/categories?post=1339"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/tags?post=1339"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}