{"id":1321,"date":"2018-06-15T20:02:48","date_gmt":"2018-06-15T11:02:48","guid":{"rendered":"http:\/\/4koma-web.com\/coding\/?p=1321"},"modified":"2018-06-15T20:09:43","modified_gmt":"2018-06-15T11:09:43","slug":"wordpress-js%e3%82%84css%e3%81%ae%e4%b8%80%e5%85%83%e7%ae%a1%e7%90%86","status":"publish","type":"post","link":"https:\/\/4koma-web.com\/coding\/wordpress-js%e3%82%84css%e3%81%ae%e4%b8%80%e5%85%83%e7%ae%a1%e7%90%86\/","title":{"rendered":"wordpress JS\u3084CSS\u306e\u4e00\u5143\u7ba1\u7406"},"content":{"rendered":"<p>CSS\u3084js\u306e\u8aad\u307f\u8fbc\u307f\u306fheader.php\u306b\u8a18\u8ff0\u3057\u3066\u8aad\u307f\u8fbc\u307e\u305b\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u304c\u3001<br \/>\nfunctions.php\u3067wp_enqueue_style()\u3001wp_enqueue_script()\u3092\u30a2\u30af\u30b7\u30e7\u30f3\u30d5\u30c3\u30af\u306b\u767b\u9332\u3057\u3066\u8aad\u307f\u8fbc\u3080\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre>\r\nfunction add_files() {\r\n    wp_enqueue_style( $handle, $src, $deps, $ver, $media );\r\n}\r\nadd_action( 'wp_enqueue_scripts', 'add_files' );\r\n<\/pre>\n<p>wp_enqueue_style()\u306f\u3001\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u30d5\u306e\u91cd\u8907\u3092\u56de\u907f\u3057\u3066\u3001\u9069\u5207\u306a\u9806\u306b\u8aad\u307f\u8fbc\u307e\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre>\r\n\/\/ JS\u30fbCSS\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3080\r\nfunction add_files() {\r\n    \/\/ WordPress\u306ejquery.js\u3092\u8aad\u307f\u8fbc\u307e\u306a\u3044\r\n    wp_deregister_script('jquery');\r\n    \/\/ jQuery\u306e\u8aad\u307f\u8fbc\u307f\r\n    wp_enqueue_script( 'jquery', '\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.1.4\/jquery.min.js', \"\", \"20160608\", false );\r\n \u3000\u3000\/\/ \u30b5\u30a4\u30c8\u5171\u901aJS\r\n    wp_enqueue_script( 'smart-script', get_template_directory_uri() . '\/js\/common.js', array( 'jquery' ), '20160608', true );\r\n   \u3000\/\/ \u30b5\u30a4\u30c8\u5171\u901a\u306eCSS\r\n    wp_enqueue_style( 'main', get_template_directory_uri() . '\/css\/common.css', \"\", '20160608' );\r\n}\r\nadd_action('wp_enqueue_scripts', 'add_files');\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>CSS\u3084js\u306e\u8aad\u307f\u8fbc\u307f\u306fheader.php\u306b\u8a18\u8ff0\u3057\u3066\u8aad\u307f\u8fbc\u307e\u305b\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u304c\u3001 functions.php\u3067wp_enqueue_style()\u3001wp_enqueue_script()\u3092\u30a2\u30af\u30b7\u30e7\u30f3\u30d5\u30c3\u30af\u306b\u767b\u9332\u3057\u3066\u8aad [&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-21 23:03:59","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category"},"_links":{"self":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1321"}],"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=1321"}],"version-history":[{"count":0,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1321\/revisions"}],"wp:attachment":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/media?parent=1321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/categories?post=1321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/tags?post=1321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}