{"id":21976,"date":"2023-04-01T00:30:08","date_gmt":"2023-03-31T15:30:08","guid":{"rendered":"https:\/\/motoki-design.co.jp\/wordpress\/?p=21976"},"modified":"2024-03-05T05:37:08","modified_gmt":"2024-03-04T20:37:08","slug":"read-jquery","status":"publish","type":"post","link":"https:\/\/motoki-design.co.jp\/wordpress\/read-jquery\/","title":{"rendered":"WordPress\u2502\u7279\u5b9a\u306e\u30da\u30fc\u30b8\u3060\u3051jQuery\u3092\u8aad\u307f\u8fbc\u3080\u65b9\u6cd5"},"content":{"rendered":"\n<p>\u9ad8\u901f\u5316\u306b\u304a\u3044\u3066\u8868\u793a\u306e\u9045\u5ef6\u8981\u7d20\u3068\u306a\u308a\u3046\u308bjQuery<\/p>\n\n\n\n<p>\u3069\u3046\u3057\u3066\u3082\u7279\u5b9a\u306e\u30da\u30fc\u30b8\u7b49\u3067\u4f7f\u3044\u305f\u3044\u3068\u8a00\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3088\u306d\u3002<\/p>\n\n\n\n<p>\u5b9f\u969b\u306b\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u3060\u3051\u3067\u3069\u3046\u3057\u3066\u3082jQuery\u3092\u4f7f\u3044\u305f\u3044\u500b\u6240\u304c\u3042\u308a\u307e\u3057\u305f\u306e\u3067\u3001<\/p>\n\n\n\n<p>\u6307\u5b9a\u306e\u30da\u30fc\u30b8\u3060\u3051jQuery\u3092\u8aad\u307f\u8fbc\u307e\u305b\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress\u3067\u7279\u5b9a\u306e\u30da\u30fc\u30b8\u3060\u3051jQuery\u3092\u8aad\u307f\u8fbc\u3080\u65b9\u6cd5<\/h2>\n\n\n\n<p>WordPress\u3067\u7279\u5b9a\u306e\u30da\u30fc\u30b8\u3060\u3051jQuery\u3092\u8aad\u307f\u8fbc\u3080\u65b9\u6cd5\u306f\u7c21\u5358\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u5916\u89b3 \uff1e \u30c6\u30fc\u30de\u30a8\u30c7\u30a3\u30bf \uff1e funtions.php\u306b\u4e0b\u8a18\u306e\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3059\u308b\u3060\u3051\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u7279\u5b9a\u306e\u6295\u7a3f\u8a18\u4e8b\u306bjQuery\u3092\u8aad\u307f\u8fbc\u3080<\/h3>\n\n\n\n<p>\u7279\u5b9a\u306e\u8a18\u4e8b\u30da\u30fc\u30b8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u4e0b\u8a18\u306e\u30b3\u30fc\u30c9\u3092\u53c2\u8003\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<p>\u203b\u30d5\u30c3\u30af\u306f<code>wp_enqueue_scripts<\/code>\u3067\u3088\u3044\u306e\u3067\u3059\u304c\u3001\u74b0\u5883\u306b\u3088\u3063\u3066\u306f\u8aad\u307f\u8fbc\u307f\u9806\u304c\u9045\u304f\u30a8\u30e9\u30fc\u304c\u51fa\u305f\u306e\u3067<code>wp_head<\/code>\u306b\u8a18\u8f09\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-php\" data-file=\"funtions.php\" data-lang=\"PHP\"><code>function motoki_add_scripts(){\n\t  if ( is_single(array(&#39;23&#39;,35)) ) {\n        wp_enqueue_script(&#39;jquery&#39;);\n    }\n}\nadd_action(&#39;wp_head&#39;,&#39;motoki_add_scripts&#39;);<\/code><\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306bjQuery\u3092\u8aad\u307f\u8fbc\u3080<\/h3>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-php\" data-file=\"funtions.php\" data-lang=\"PHP\"><code>function motoki_add_scripts(){\n    if ( is_home() || is_front_page() ) {\n        wp_enqueue_script(&#39;jquery&#39;);\n    }\n}\nadd_action(&#39;wp_head&#39;,&#39;motoki_add_scripts&#39;);<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\u307e\u3068\u3081<\/h2>\n\n\n\n<p>\u3067\u304d\u308b\u3060\u3051jQuery\u3092\u4f7f\u308f\u306a\u3044\u30c6\u30fc\u30de\u3082\u3042\u308a\u307e\u3059\u304c\u3001\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u6642\u306f\u4fbf\u5229\u3067\u3059\u3057\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u3082\u826f\u304f\u4f7f\u308f\u308c\u3066\u3044\u308b\u306e\u3067\u3001\u3069\u3046\u3057\u3066\u3082\u4f7f\u3046\u5834\u9762\u304c\u3067\u3066\u304f\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u305d\u3093\u306a\u5834\u5408\u306f\u30d4\u30f3\u30dd\u30a4\u30f3\u30c8\u3067\u8aad\u307f\u8fbc\u3080\u3068\u4fbf\u5229\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u305c\u3072\u53c2\u8003\u306b\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u9ad8\u901f\u5316\u306b\u304a\u3044\u3066\u8868\u793a\u306e\u9045\u5ef6\u8981\u7d20\u3068\u306a\u308a\u3046\u308bjQuery \u3069\u3046\u3057\u3066\u3082\u7279\u5b9a\u306e\u30da\u30fc\u30b8\u7b49\u3067\u4f7f\u3044\u305f\u3044\u3068\u8a00\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3088\u306d\u3002 \u5b9f\u969b\u306b\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u3060\u3051\u3067\u3069\u3046\u3057\u3066\u3082jQuery\u3092\u4f7f\u3044\u305f\u3044\u500b\u6240\u304c\u3042\u308a\u307e\u3057\u305f\u306e\u3067\u3001 \u6307\u5b9a\u306e\u30da\u30fc\u30b8\u3060\u3051jQuer [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":21981,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pochipp_cv_data":"","swell_btn_cv_data":"","footnotes":""},"categories":[62],"tags":[],"area":[],"class_list":["post-21976","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-performance"],"_links":{"self":[{"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/posts\/21976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/comments?post=21976"}],"version-history":[{"count":1,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/posts\/21976\/revisions"}],"predecessor-version":[{"id":24307,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/posts\/21976\/revisions\/24307"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/media\/21981"}],"wp:attachment":[{"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/media?parent=21976"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/categories?post=21976"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/tags?post=21976"},{"taxonomy":"area","embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/area?post=21976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}