{"id":17700,"date":"2025-12-05T09:58:03","date_gmt":"2025-12-05T00:58:03","guid":{"rendered":"https:\/\/tcd-manual.net\/?p=17700"},"modified":"2025-12-05T09:58:03","modified_gmt":"2025-12-05T00:58:03","slug":"tcd%e3%83%86%e3%83%bc%e3%83%9etenjiku%ef%bc%9a%e3%82%ae%e3%83%a3%e3%83%a9%e3%83%aa%e3%83%bc%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ab%e8%a8%ad%e5%ae%9a%e3%81%a7%e3%81%8d%e3%82%8b%e7%94%bb%e5%83%8f%e6%95%b0","status":"publish","type":"post","link":"https:\/\/tcd-manual.net\/?p=17700","title":{"rendered":"TCD\u30c6\u30fc\u30deTENJIKU\uff1a\u30ae\u30e3\u30e9\u30ea\u30fc\u30da\u30fc\u30b8\u306b\u8a2d\u5b9a\u3067\u304d\u308b\u753b\u50cf\u6570\u3092\u5897\u3084\u3059\u65b9\u6cd5"},"content":{"rendered":"<h2 class=\"styled_h2\">Q.\u30ae\u30e3\u30e9\u30ea\u30fc\u30da\u30fc\u30b8\u306b\u8a2d\u5b9a\u3067\u304d\u308b\u753b\u50cf\u6570\u306f\u6700\u59274\u3064\u307e\u3067\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u304c\u3001\u6570\u3092\u5897\u3084\u3057\u305f\u3044\u3067\u3059\u3002<\/h2>\n<p>\u25bc\u5909\u66f4\u524d\u30a4\u30e1\u30fc\u30b8\uff08\u30ae\u30e3\u30e9\u30ea\u30fc\u30da\u30fc\u30b8\u7de8\u96c6\u753b\u9762\u306e\u8a2d\u5b9a\u7b87\u6240\uff09<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/tcd-manual.net\/wp-content\/uploads\/2025\/12\/tenjiku_gallery_images.jpg\" alt=\"\" width=\"900\" height=\"655\" class=\"frame aligncenter size-full wp-image-17701\" srcset=\"https:\/\/tcd-manual.net\/wp-content\/uploads\/2025\/12\/tenjiku_gallery_images.jpg 900w, https:\/\/tcd-manual.net\/wp-content\/uploads\/2025\/12\/tenjiku_gallery_images-300x218.jpg 300w, https:\/\/tcd-manual.net\/wp-content\/uploads\/2025\/12\/tenjiku_gallery_images-768x559.jpg 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/p>\n<p class=\"styled_h2\">A.\u4e0b\u8a18\u306e\u7b87\u6240\u3092\u7de8\u96c6\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n<p>\u7de8\u96c6\u30d5\u30a1\u30a4\u30eb\uff1asingle-gallery.php<br \/>\n\u7de8\u96c6\u7b87\u6240\uff1a52\u884c\u76ee\u4ed8\u8fd1<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n\/\/ image list\r\n        $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post-&gt;ID ), &#039;size2&#039; );\r\n        $gallery_image1 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image1&#039;, true), &#039;size2&#039;);\r\n        $gallery_image2 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image2&#039;, true), &#039;size2&#039;);\r\n        $gallery_image3 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image3&#039;, true), &#039;size2&#039;);\r\n        $gallery_image4 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image4&#039;, true), &#039;size2&#039;);\r\n ?&gt;\r\n &lt;div id=&quot;gallery_single_image_list&quot;&gt;\r\n  &lt;div class=&quot;image_list&quot;&gt;\r\n   &lt;?php if($image){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($image&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image1){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image1&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image2){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image2&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image3){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image3&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image4){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image4&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n  &lt;\/div&gt;\r\n &lt;\/div&gt;\r\n<\/pre>\n<p>\u2193<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n\/\/ image list\r\n        $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post-&gt;ID ), &#039;size2&#039; );\r\n        $gallery_image1 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image1&#039;, true), &#039;size2&#039;);\r\n        $gallery_image2 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image2&#039;, true), &#039;size2&#039;);\r\n        $gallery_image3 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image3&#039;, true), &#039;size2&#039;);\r\n        $gallery_image4 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image4&#039;, true), &#039;size2&#039;);\r\n        $gallery_image5 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image5&#039;, true), &#039;size2&#039;);\r\n        $gallery_image6 = wp_get_attachment_image_src(get_post_meta($post-&gt;ID, &#039;gallery_image6&#039;, true), &#039;size2&#039;);\r\n ?&gt;\r\n &lt;div id=&quot;gallery_single_image_list&quot;&gt;\r\n  &lt;div class=&quot;image_list&quot;&gt;\r\n   &lt;?php if($image){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($image&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image1){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image1&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image2){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image2&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image3){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image3&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image4){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image4&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image5){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image5&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n   &lt;?php if($gallery_image6){ ?&gt;&lt;img src=&quot;&lt;?php echo esc_attr($gallery_image6&#x5B;0]); ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;&lt;?php }; ?&gt;\r\n  &lt;\/div&gt;\r\n &lt;\/div&gt;\r\n<\/pre>\n<p>\u7de8\u96c6\u30d5\u30a1\u30a4\u30eb\uff1agallery_cf.php (functions\/gallery_cf.php)<br \/>\n\u7de8\u96c6\u7b87\u6240\uff1a38\u884c\u76ee\u4ed8\u8fd1<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;1&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image1&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;2&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image2&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;3&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image3&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;4&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image4&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n<\/pre>\n<p>\u2193<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;1&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image1&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;2&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image2&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;3&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image3&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;4&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image4&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;5&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image5&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n &lt;h5 class=&quot;theme_option_headline4&quot;&gt;&lt;span&gt;&lt;?php _e(&#039;Image&#039;, &#039;tcd-tenjiku&#039;);  ?&gt;6&lt;\/span&gt;&lt;\/h5&gt;\r\n &lt;?php mlcf_media_form(&#039;gallery_image6&#039;, __(&#039;Image&#039;, &#039;tcd-tenjiku&#039;)); ?&gt;\r\n<\/pre>\n<p>\u7de8\u96c6\u7b87\u6240\uff1a80\u884c\u76ee\u4ed8\u8fd1<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n    &#039;gallery_short_desc&#039;,&#039;gallery_image1&#039;,&#039;gallery_image2&#039;,&#039;gallery_image3&#039;,&#039;gallery_image4&#039;,\r\n<\/pre>\n<p>\u2193<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n    &#039;gallery_short_desc&#039;,&#039;gallery_image1&#039;,&#039;gallery_image2&#039;,&#039;gallery_image3&#039;,&#039;gallery_image4&#039;,&#039;gallery_image5&#039;,&#039;gallery_image6&#039;,\r\n<\/pre>\n<p>\u25bc\u5909\u66f4\u5f8c\u30a4\u30e1\u30fc\u30b8<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/tcd-manual.net\/wp-content\/uploads\/2025\/12\/tenjiku_gallery_images_after.jpg\" alt=\"\" width=\"900\" height=\"830\" class=\"frame aligncenter size-full wp-image-17702\" srcset=\"https:\/\/tcd-manual.net\/wp-content\/uploads\/2025\/12\/tenjiku_gallery_images_after.jpg 900w, https:\/\/tcd-manual.net\/wp-content\/uploads\/2025\/12\/tenjiku_gallery_images_after-300x277.jpg 300w, https:\/\/tcd-manual.net\/wp-content\/uploads\/2025\/12\/tenjiku_gallery_images_after-768x708.jpg 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/p>\n<p>\u4e0a\u8a18\u306f\u8a2d\u5b9a\u3067\u304d\u308b\u753b\u50cf\u30926\u3064\u306b\u5897\u3084\u3059\u4f8b\u3067\u3059\u3002\u3055\u3089\u306b\u5897\u3084\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u540c\u69d8\u306e\u624b\u9806\u30677\u30018\u3068\u8ffd\u52a0\u3059\u308b\u3053\u3068\u3067\u5bfe\u5fdc\u53ef\u80fd\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"Q.\u30ae\u30e3\u30e9\u30ea\u30fc\u30da\u30fc\u30b8\u306b\u8a2d\u5b9a\u3067\u304d\u308b\u753b\u50cf\u6570\u306f\u6700\u59274\u3064\u307e\u3067\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u304c\u3001\u6570\u3092\u5897\u3084\u3057\u305f\u3044\u3067\u3059\u3002 \u25bc\u5909\u66f4\u524d\u30a4\u30e1\u30fc\u30b8\uff08\u30ae\u30e3\u30e9\u30ea\u30fc\u30da\u30fc\u30b8\u7de8\u96c6\u753b\u9762\u306e\u8a2d\u5b9a\u7b87\u6240\uff09 A.\u4e0b\u8a18\u306e\u7b87\u6240\u3092\u7de8\u96c6\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u7de8\u96c6\u30d5\u30a1\u30a4\u30eb\uff1asingle-gall [&hellip;]","protected":false},"author":14,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[838],"tags":[480,388,111],"class_list":["post-17700","post","type-post","status-publish","format-standard","hentry","category-tcd091","tag-gallery","tag-388","tag-111"],"_links":{"self":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/17700","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=17700"}],"version-history":[{"count":2,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/17700\/revisions"}],"predecessor-version":[{"id":17704,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/17700\/revisions\/17704"}],"wp:attachment":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17700"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=17700"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=17700"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}