{"id":1882,"date":"2016-06-01T15:31:49","date_gmt":"2016-06-01T06:31:49","guid":{"rendered":"http:\/\/tcd-manual.net\/?p=1882"},"modified":"2022-11-24T16:27:48","modified_gmt":"2022-11-24T07:27:48","slug":"tcd%e3%83%86%e3%83%bc%e3%83%9echill%ef%bc%9a%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%b5%e3%83%a0%e3%83%8d%e3%82%a4%e3%83%ab%e7%94%bb%e5%83%8f%e3%81%ae%e9%85%8d%e7%bd%ae","status":"publish","type":"post","link":"https:\/\/tcd-manual.net\/?p=1882","title":{"rendered":"TCD\u30c6\u30fc\u30deChill\uff1a\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30b5\u30e0\u30cd\u30a4\u30eb\u753b\u50cf\u306e\u914d\u7f6e\u3092\u5909\u66f4\u3059\u308b"},"content":{"rendered":"<h4 class=\"style_headline2\"><span>Q.<\/span>\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30b5\u30e0\u30cd\u30a4\u30eb\u753b\u50cf\u306e\u914d\u7f6e\u3092\u30bf\u30a4\u30c8\u30eb\u306e\u4e0a\u306b\u79fb\u52d5\u3057\u305f\u3044<\/h4>\n<p>\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u65b0\u7740\u8a18\u4e8b\u4e00\u89a7\u3067\u306f\u3001\u30b5\u30e0\u30cd\u30a4\u30eb\u753b\u50cf\u304c\u5de6\u3067\u3001\u8a18\u4e8b\u306e\u629c\u7c8b\u304c\u53f3\u3068\u3044\u3046\u914d\u7f6e\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u304c\u3001<br \/>\n\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u306e\u767b\u9332\u304c\u7121\u3044\u8a18\u4e8b\u304c\u6df7\u3056\u308b\u3068\u30d0\u30e9\u30f3\u30b9\u304c\u60aa\u304f\u898b\u3048\u308b\u306e\u3067\u3001\u30b5\u30e0\u30cd\u30a4\u30eb\u3092\u30bf\u30a4\u30c8\u30eb\u306e\u4e0b\u306b\u79fb\u52d5\u3055\u305b\u305f\u3044\u3067\u3059\u3002<\/p>\n<h4 class=\"style_headline2\"><span>A.<\/span>\u4e0b\u8a18\u30d5\u30a1\u30a4\u30eb\u306e\u8a72\u5f53\u7b87\u6240\u3092\u7de8\u96c6\u3057\u307e\u3059<\/h4>\n<p>\u2460<\/p>\n<p><b>\u7de8\u96c6\u3059\u308b\u30d5\u30a1\u30a4\u30eb\uff1a<\/b>style_pc.css<br \/>\n<b>\u7de8\u96c6\u3059\u308b\u7b87\u6240\uff1a<\/b>index, post list\u5185\u306e\u4ee5\u4e0b\u306e2\u884c\u3092\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n\/* ----------------------------------------------------------------------\r\n index, post list\r\n---------------------------------------------------------------------- *\/\r\n\r\n\/*.post_item .image { float:left; display:block; position:relative; }*\/\r\n\r\n\/*.post_item .info { width:330px; float:right; }*\/\r\n<\/pre>\n<p>\u2461<br \/>\n<b>\u7de8\u96c6\u3059\u308b\u30d5\u30a1\u30a4\u30eb\uff1a<\/b>index.php<br \/>\n<b>\u7de8\u96c6\u3059\u308b\u7b87\u6240\uff1a<\/b><\/p>\n<pre class=\"brush: php; highlight: [4,5,6,7]; title: ; notranslate\" title=\"\">\r\n &lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;\r\n &lt;div class=&quot;post_item clearfix&lt;?php if (!has_post_thumbnail()) { echo\r\n' no_thumbnail'; }; ?&gt;&quot;&gt;\r\n  &lt;?php if ( has_post_thumbnail()) { ?&gt;\r\n  &lt;a class=&quot;image&quot; href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php\r\nthe_post_thumbnail('size1'); ?&gt;&lt;\/a&gt;\r\n  &lt;?php }; ?&gt;\r\n  &lt;div class=&quot;info clearfix&quot;&gt;\r\n   &lt;div class=&quot;meta clearfix&quot;&gt;\r\n    &lt;p class=&quot;post_date&quot;&gt;&lt;span class=&quot;date&quot;&gt;&lt;?php the_time('j');\r\n?&gt;&lt;\/span&gt;&lt;span class=&quot;month&quot;&gt;&lt;?php $month = get_the_date('M'); if\r\n(strtoupper(get_locale()) == 'JA') { echo encode_date($month); } else\r\n{ echo $month; }; ?&gt;&lt;\/span&gt;&lt;\/p&gt;\r\n    &lt;ul&lt;?php if ($options&#x5B;'show_comment']) { echo ' class=&quot;no_comment&quot;'; }; ?&gt;&gt;\r\n     &lt;li class=&quot;archive_date&quot;&gt;&lt;?php the_time('Y', 'tcd-w'); ?&gt;&lt;\/li&gt;\r\n     &lt;li class=&quot;post_category&quot;&gt;&lt;?php the_category(', '); ?&gt;&lt;\/li&gt;\r\n     &lt;?php if ($options&#x5B;'show_comment']) : ?&gt;&lt;li\r\nclass=&quot;post_comment&quot;&gt;&lt;?php comments_popup_link(__('Write comment',\r\n'tcd-w'), __('1 comment', 'tcd-w'), __('% comments', 'tcd-w'));\r\n?&gt;&lt;\/li&gt;&lt;?php endif; ?&gt;\r\n    &lt;\/ul&gt;\r\n   &lt;\/div&gt;\r\n   &lt;h4 class=&quot;title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php\r\nthe_title(); ?&gt;&lt;\/a&gt;&lt;\/h4&gt;\r\n<\/pre>\n<p>         \u2193<\/p>\n<pre class=\"brush: php; highlight: [19,20,21,22]; title: ; notranslate\" title=\"\">\r\n &lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;\r\n &lt;div class=&quot;post_item clearfix&lt;?php if (!has_post_thumbnail()) { echo\r\n' no_thumbnail'; }; ?&gt;&quot;&gt;\r\n  &lt;div class=&quot;info clearfix&quot;&gt;\r\n   &lt;div class=&quot;meta clearfix&quot;&gt;\r\n    &lt;p class=&quot;post_date&quot;&gt;&lt;span class=&quot;date&quot;&gt;&lt;?php the_time('j');\r\n?&gt;&lt;\/span&gt;&lt;span class=&quot;month&quot;&gt;&lt;?php $month = get_the_date('M'); if\r\n(strtoupper(get_locale()) == 'JA') { echo encode_date($month); } else\r\n{ echo $month; }; ?&gt;&lt;\/span&gt;&lt;\/p&gt;\r\n    &lt;ul&lt;?php if ($options&#x5B;'show_comment']) { echo ' class=&quot;no_comment&quot;'; }; ?&gt;&gt;\r\n     &lt;li class=&quot;archive_date&quot;&gt;&lt;?php the_time('Y', 'tcd-w'); ?&gt;&lt;\/li&gt;\r\n     &lt;li class=&quot;post_category&quot;&gt;&lt;?php the_category(', '); ?&gt;&lt;\/li&gt;\r\n     &lt;?php if ($options&#x5B;'show_comment']) : ?&gt;&lt;li\r\nclass=&quot;post_comment&quot;&gt;&lt;?php comments_popup_link(__('Write comment',\r\n'tcd-w'), __('1 comment', 'tcd-w'), __('% comments', 'tcd-w'));\r\n?&gt;&lt;\/li&gt;&lt;?php endif; ?&gt;\r\n    &lt;\/ul&gt;\r\n   &lt;\/div&gt;\r\n  &lt;?php if ( has_post_thumbnail()) { ?&gt;\r\n  &lt;a class=&quot;image&quot; href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php\r\nthe_post_thumbnail('size1'); ?&gt;&lt;\/a&gt;\r\n  &lt;?php }; ?&gt;\r\n   &lt;h4 class=&quot;title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php\r\nthe_title(); ?&gt;&lt;\/a&gt;&lt;\/h4&gt;\r\n<\/pre>\n<p>\u203b\u30cf\u30a4\u30e9\u30a4\u30c8\u90e8\u5206\u3092\u30ab\u30c3\u30c8\uff08Ctrl+X\uff09\u30a2\u30f3\u30c9\u30da\u30fc\u30b9\u30c8\uff08Ctrl+V\uff09\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"Q.\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30b5\u30e0\u30cd\u30a4\u30eb\u753b\u50cf\u306e\u914d\u7f6e\u3092\u30bf\u30a4\u30c8\u30eb\u306e\u4e0a\u306b\u79fb\u52d5\u3057\u305f\u3044 \u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u65b0\u7740\u8a18\u4e8b\u4e00\u89a7\u3067\u306f\u3001\u30b5\u30e0\u30cd\u30a4\u30eb\u753b\u50cf\u304c\u5de6\u3067\u3001\u8a18\u4e8b\u306e\u629c\u7c8b\u304c\u53f3\u3068\u3044\u3046\u914d\u7f6e\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u304c\u3001 \u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u306e\u767b\u9332\u304c\u7121\u3044\u8a18\u4e8b\u304c\u6df7\u3056\u308b\u3068\u30d0\u30e9\u30f3\u30b9\u304c\u60aa\u304f\u898b\u3048 [&hellip;]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[60,66,51],"class_list":["post-1882","post","type-post","status-publish","format-standard","hentry","category-tcd016","tag-eye-catch","tag-top-page","tag-layout"],"_links":{"self":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/1882","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1882"}],"version-history":[{"count":0,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/1882\/revisions"}],"wp:attachment":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1882"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1882"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}