{"id":23094,"date":"2023-09-04T13:43:20","date_gmt":"2023-09-04T04:43:20","guid":{"rendered":"https:\/\/motoki-design.co.jp\/wordpress\/?p=23094"},"modified":"2024-09-05T15:18:23","modified_gmt":"2024-09-05T06:18:23","slug":"swell-eyecatch_above-title","status":"publish","type":"post","link":"https:\/\/motoki-design.co.jp\/wordpress\/swell-eyecatch_above-title\/","title":{"rendered":"SWELL\u2502\u30bf\u30a4\u30c8\u30eb\u4e0a\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u8868\u793a\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"\n<p>SWELL\u3067\u306f\u30bf\u30a4\u30c8\u30eb\u306e\u4e0b\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u30c7\u30b6\u30a4\u30f3\u3092\u5dee\u5225\u5316\u3059\u308b\u306b\u3042\u305f\u3063\u3066\u3001\u9006\u306e\u9806\u5e8f\u306b\u3057\u305f\u3044\u3053\u3068\u306f\u306a\u3044\u3067\u3057\u3087\u3046\u304b\uff1f<\/p>\n\n\n\n<p>\u672c\u8a18\u4e8b\u3067\u306fSWELL\u3067\u30bf\u30a4\u30c8\u30eb\u4e0a\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u8868\u793a\u3059\u308b\u65b9\u6cd5\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SWELL\u3067\u30bf\u30a4\u30c8\u30eb\u4e0a\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u8868\u793a\u3059\u308b\u65b9\u6cd5<\/h2>\n\n\n\n<p>\u3084\u308a\u65b9\u306f\u7c21\u5358\u3067\u3059\u3002<\/p>\n\n\n\n<p>SWELL\u306b\u306f\u30d5\u30c3\u30af\u3068\u3044\u3046\u3082\u306e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u306e\u3067\u3001\u30bf\u30a4\u30c8\u30eb\u4e0a\u306b\u753b\u50cf\u3092\u8ffd\u52a0\u3057\u3066\u3042\u3052\u3066\u3001\u4e0b\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3092\u3092\u975e\u8868\u793a\u306b\u3057\u3066\u3042\u3052\u308b\u3060\u3051\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">functions.php<\/h3>\n\n\n\n<p>\u307e\u305a\u306f\u7ba1\u7406\u753b\u9762 \uff1e \u30c6\u30fc\u30de\u30a8\u30c7\u30a3\u30bf \uff1efunctions.php\u306b\u4e0b\u8a18\u306e\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-php\" data-file=\"functions.php\" data-lang=\"PHP\"><code>function motoki_eyecatch_above_title() {\n    \/\/ \u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u306eURL\u3092\u53d6\u5f97\n    $thumbnail_url = get_the_post_thumbnail_url(get_the_ID(), &#39;full&#39;);\n\n    \/\/ \u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u3001\u753b\u50cf\u3092\u51fa\u529b\n    if ($thumbnail_url) {\n        echo &#39;&lt;img src=&quot;&#39; . esc_url($thumbnail_url) . &#39;&quot; alt=&quot;&#39; . esc_attr(get_the_title()) . &#39;&quot; class=&quot;my-eyecatch&quot;&gt;&#39;;\n    }\n}\nadd_action(&#39;swell_before_post_head&#39;, &#39;motoki_eyecatch_above_title&#39;);<\/code><\/pre><\/div>\n\n\n\n<p>\u3053\u306e\u72b6\u614b\u3060\u3068\u3001\u30bf\u30a4\u30c8\u30eb\u306e\u4e0a\u4e0b\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u304c\u8868\u793a\u3055\u308c\u3066\u3057\u307e\u3046\u306e\u3067\u3001\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u975e\u8868\u793a\u306b\u3057\u3066\u3042\u3052\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-php\" data-lang=\"PHP\"><code>function motoki_remove_swell_thumbnail($return) {\n    return &#39;&#39;; \/\/ $return\u3092\u7a7a\u306b\u3059\u308b\n}\nadd_filter(&#39;swell_parts_post_thumbnail&#39;, &#39;motoki_remove_swell_thumbnail&#39;);<\/code><\/pre><\/div>\n\n\n\n<p>\u4e0a\u8a18\u3067\u30bf\u30a4\u30c8\u30eb\u4e0a\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u8868\u793a\u3059\u308b\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u304c\u5b8c\u4e86\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u5fdc\u7528<\/h3>\n\n\n\n<p>\u7279\u5b9a\u306e\u8a18\u4e8b\u3060\u3051\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u975e\u8868\u793a\u306b\u3057\u305f\u3044\u5834\u5408\u306f\u4e0b\u8a18\u306e\u3088\u3046\u306b\u8a18\u8ff0\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-php\" data-lang=\"PHP\"><code>function motoki_remove_swell_thumbnail($return) {\n    if (is_single(&#39;23094&#39;)) { \/\/ \u7279\u5b9a\u306e\u8a18\u4e8b\u3060\u3051\u306b\u9069\u5fdc\u3059\u308b\n        return &#39;&#39;; \/\/ $return\u3092\u7a7a\u306b\u3059\u308b\n    }\n    return $return; \/\/ \u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u3001\u5143\u306e$return\u3092\u8fd4\u3059\n}\nadd_filter(&#39;swell_parts_post_thumbnail&#39;, &#39;motoki_remove_swell_thumbnail&#39;);<\/code><\/pre><\/div>\n\n\n\n<p>\u5b9f\u306f\u521d\u671f\u306fCSS\u3067\u975e\u8868\u793a\u306b\u3057\u3066\u3044\u305f\u306e\u3067\u3059\u304c\u3001<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-css\" data-lang=\"CSS\"><code>.p-articleThumb {\n    display: none;\n}<\/code><\/pre><\/div>\n\n\n\n<p>\u30d5\u30c3\u30af\u3092\u4f7f\u3063\u305f\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u306e\u975e\u8868\u793a\u65b9\u6cd5\u3092<strong>\u304b\u3093\u305f\u3055\u3093<\/strong>\u306b\u6559\u3048\u3066\u3044\u305f\u3060\u304d\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"ja\" dir=\"ltr\">\u3061\u3087\u3063\u3068\u306e\u5909\u5316\u306e\u306f\u305a\u306a\u3093\u3067\u3059\u304c\u3001\u5927\u304d\u306a\u9055\u3044\u3092\u751f\u307f\u307e\u3059\u306d\u3002\u7d20\u6674\u3089\u3057\u3044\u767a\u60f3\u3060\u3068\u601d\u3044\u307e\u3059\uff01<br><br>\u3061\u306a\u307f\u306b\u8a18\u4e8b\u5185\u3067\u7d39\u4ecb\u3057\u3066\u3044\u308bCSS\u3067\u306f\u306a\u304fswell_parts_post_thumbnail\u30d5\u30c3\u30af\u3067$return\u3092\u30ab\u30e9\u306b\u3059\u308b\u3068\u3001\u3082\u3068\u3082\u3068\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u90e8\u5206\u306e\u30b3\u30fc\u30c9\uff08.p-articleThumb\uff09\u306e\u51fa\u529b\u3092\u505c\u6b62\u3059\u308b\u3053\u3068\u3082\u51fa\u6765\u308b\u3068\u601d\u3044\u307e\u3059\uff01<\/p>&mdash; \u304b\u3093\u305f\ud83c\udf0aSWELL\u30de\u30cb\u30a2 (@swell_mania) <a href=\"https:\/\/twitter.com\/swell_mania\/status\/1698605279418679678?ref_src=twsrc%5Etfw\">September 4, 2023<\/a><\/blockquote><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script>\n<\/div><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">CSS<\/h3>\n\n\n\n<p>my-eyecatch\u3068\u3044\u3046\u30af\u30e9\u30b9\u3082\u8ffd\u52a0\u3057\u3066\u3044\u308b\u306e\u3067\u3001\u898b\u305f\u76ee\u3082\u8abf\u6574\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u4eca\u56de\u306f\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3068\u30bf\u30a4\u30c8\u30eb\u306e\u9593\u9694\u3082\u8abf\u6574\u3057\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-css\" data-file=\"style.css\" data-lang=\"CSS\"><code>.my-eyecatch {\n    margin-bottom: 2em;\n}<\/code><\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\u78ba\u8a8d<\/h3>\n\n\n\n<p>\u8a18\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n<p>\u30bf\u30a4\u30c8\u30eb\u4e0a\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u306e\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"812\" height=\"610\" src=\"https:\/\/motoki-design.co.jp\/wordpress\/wp-content\/uploads\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2023-09-03-21.41.19-812x610.png\" alt=\"\" class=\"wp-image-23104\" srcset=\"https:\/\/motoki-design.co.jp\/wordpress\/wp-content\/uploads\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2023-09-03-21.41.19-812x610.png 812w, https:\/\/motoki-design.co.jp\/wordpress\/wp-content\/uploads\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2023-09-03-21.41.19-382x287.png 382w, https:\/\/motoki-design.co.jp\/wordpress\/wp-content\/uploads\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2023-09-03-21.41.19-768x577.png 768w, https:\/\/motoki-design.co.jp\/wordpress\/wp-content\/uploads\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2023-09-03-21.41.19.png 924w\" sizes=\"(max-width: 812px) 100vw, 812px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u307e\u3068\u3081<\/h2>\n\n\n\n<p>\u6628\u4eca\u3001WordPress\u30c6\u30fc\u30de\u306fSWELL\u3060\u3089\u3051\u306a\u306e\u3067\u3059\u304c\u3001\u305b\u3063\u304b\u304f\u306e\u81ea\u5206\u306e\u30b5\u30a4\u30c8\u3001\u898b\u305f\u76ee\u306e\u5dee\u5225\u5316\u3092\u3059\u308b\u306a\u3089<\/p>\n\n\n\n<p>\u3088\u304f\u76ee\u306b\u3059\u308b\u7b87\u6240\u306e\u8981\u7d20\u3092\u5927\u304d\u304f\u5909\u3048\u3066\u3042\u3052\u308b\u3068\u52b9\u679c\u7684\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u6c17\u306b\u306a\u3063\u305f\u65b9\u306f\u305c\u3072\u8a66\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SWELL\u3067\u306f\u30bf\u30a4\u30c8\u30eb\u306e\u4e0b\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002 \u30c7\u30b6\u30a4\u30f3\u3092\u5dee\u5225\u5316\u3059\u308b\u306b\u3042\u305f\u3063\u3066\u3001\u9006\u306e\u9806\u5e8f\u306b\u3057\u305f\u3044\u3053\u3068\u306f\u306a\u3044\u3067\u3057\u3087\u3046\u304b\uff1f \u672c\u8a18\u4e8b\u3067\u306fSWELL\u3067\u30bf\u30a4\u30c8\u30eb\u4e0a\u306b\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u3092\u8868\u793a\u3059\u308b\u65b9\u6cd5\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 SWE [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":23100,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pochipp_cv_data":"","swell_btn_cv_data":"","footnotes":""},"categories":[110],"tags":[],"area":[],"class_list":["post-23094","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-swell-customize"],"_links":{"self":[{"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/posts\/23094","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=23094"}],"version-history":[{"count":2,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/posts\/23094\/revisions"}],"predecessor-version":[{"id":25911,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/posts\/23094\/revisions\/25911"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/media\/23100"}],"wp:attachment":[{"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/media?parent=23094"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/categories?post=23094"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/tags?post=23094"},{"taxonomy":"area","embeddable":true,"href":"https:\/\/motoki-design.co.jp\/wordpress\/wp-json\/wp\/v2\/area?post=23094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}