{"id":3518,"date":"2018-11-27T15:35:31","date_gmt":"2018-11-27T06:35:31","guid":{"rendered":"http:\/\/tcd-manual.net\/?p=3518"},"modified":"2018-11-27T15:35:39","modified_gmt":"2018-11-27T06:35:39","slug":"tcd%e3%83%86%e3%83%bc%e3%83%9elotus%e3%81%a7%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a2%e3%82%a4%e3%82%ad%e3%83%a3%e3%83%83%e3%83%81%e3%82%92%e5%89%8a%e9%99%a4%e3%81%99","status":"publish","type":"post","link":"https:\/\/tcd-manual.net\/?p=3518","title":{"rendered":"TCD\u30c6\u30fc\u30deLOTUS\uff1a\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3092\u524a\u9664\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<h4 class=\"style_headline2\"><span>Q.<\/span>\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3092\u524a\u9664\u3057\u305f\u3044<\/h4>\n<p>\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3092\u524a\u9664\u3057\u305f\u3044\u306e\u3067\u3059\u304c\u65b9\u6cd5\u306f\u3042\u308a\u307e\u3059\u304b\u3002<\/p>\n<h4 class=\"style_headline2\"><span>A.<\/span>\u8a72\u5f53\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u3066\u304f\u3060\u3055\u3044<\/h4>\n<p><b>\u7de8\u96c6\u3059\u308b\u30d5\u30a1\u30a4\u30eb\uff1a<\/b> \u56fa\u5b9a\u30d5\u30ed\u30f3\u30c8\u30da\u30fc\u30b8 (front-page.php)<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n\r\n&lt;?php\r\n     \/\/ blog content **********************************************************************************\r\n     if($options&#x5B;'show_index_blog_content'] == 1) {\r\n       $sub_headline = $options&#x5B;'index_blog_headline'];\r\n       $sub_font_size = $options&#x5B;'index_blog_headline_font_size'];\r\n       $post_num = $options&#x5B;'index_blog_num'];\r\n       $show_link = $options&#x5B;'show_index_blog_button'];\r\n       $link_label = $options&#x5B;'index_blog_button'];\r\n?&gt;\r\n&lt;div id=&quot;index_blog&quot; class=&quot;animation_element&quot;&gt;\r\n\r\n &lt;?php if($sub_headline) { ?&gt;&lt;h3 id=&quot;index_blog_headline&quot; class=&quot;headline rich_font color_headline&quot; style=&quot;font-size:&lt;?php echo esc_html($sub_font_size); ?&gt;px;&quot;&gt;&lt;?php echo esc_html($sub_headline); ?&gt;&lt;\/h3&gt;&lt;?php }; ?&gt;\r\n\r\n &lt;?php\r\n      $args = array('post_type' =&gt; 'post', 'ignore_sticky_posts' =&gt; 1, 'orderby' =&gt; 'date', 'order' =&gt; 'DESC', 'posts_per_page' =&gt; $post_num);\r\n      $post_list = get_posts($args);\r\n      if ($post_list) {\r\n ?&gt;\r\n &lt;ol class=&quot;clearfix&quot; id=&quot;index_blog_list&quot;&gt;\r\n  &lt;?php foreach ($post_list as $post) : setup_postdata ($post); ?&gt;\r\n  &lt;li class=&quot;clearfix&quot;&gt;\r\n   &lt;a class=&quot;image&quot; href=&quot;&lt;?php the_permalink() ?&gt;&quot; title=&quot;&lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php if(has_post_thumbnail()) { the_post_thumbnail('size2'); } else { ?&gt;&lt;img src=&quot;&lt;?php echo bloginfo('template_url'); ?&gt;\/img\/common\/no_image2.gif&quot; title=&quot;&quot; alt=&quot;&quot; \/&gt;&lt;?php }; ?&gt;&lt;\/a&gt;\r\n      &lt;ul class=&quot;meta clearfix&quot;&gt;\r\n\t&lt;?php if($options&#x5B;'show_date'] &amp;&amp; $options&#x5B;'show_category']) : ?&gt;\r\n\t\t&lt;li class=&quot;date&quot;&gt;&lt;time class=&quot;entry-date updated&quot; datetime=&quot;&lt;?php the_modified_time('c'); ?&gt;&quot;&gt;&lt;?php the_time('Y.n.j'); ?&gt;&lt;\/time&gt;&lt;\/li&gt;&lt;li class=&quot;category_sp&quot;&gt;&lt;?php show_one_category(); ?&gt;&lt;\/li&gt;\r\n\t&lt;?php elseif($options&#x5B;'show_date']) : ?&gt;\r\n\t\t&lt;li class=&quot;date&quot;&gt;&lt;time class=&quot;entry-date updated&quot; datetime=&quot;&lt;?php the_modified_time('c'); ?&gt;&quot;&gt;&lt;?php the_time('Y.n.j'); ?&gt;&lt;\/time&gt;&lt;\/li&gt;\r\n\t&lt;?php elseif($options&#x5B;'show_category']) : ?&gt;\r\n\t\t&lt;li class=&quot;category&quot;&gt;&lt;?php show_one_category(); ?&gt;&lt;\/li&gt;\r\n\t&lt;?php endif; ?&gt;\r\n      &lt;\/ul&gt;\r\n   &lt;a class=&quot;title&quot; href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php trim_title(45); ?&gt;&lt;\/a&gt;\r\n  &lt;\/li&gt;\r\n  &lt;?php endforeach; wp_reset_query(); ?&gt;\r\n &lt;\/ol&gt;\r\n &lt;?php if($show_link == 1) { ?&gt;&lt;div class=&quot;index_archive_link&quot;&gt;&lt;a href=&quot;&lt;?php echo get_permalink( get_option('page_for_posts') ); ?&gt;&quot;&gt;&lt;?php echo esc_html($link_label); ?&gt;&lt;\/a&gt;&lt;\/div&gt;&lt;?php }; ?&gt;\r\n &lt;?php }; ?&gt;\r\n\r\n&lt;\/div&gt;&lt;!-- END #index_blog --&gt;\r\n&lt;?php }; ?&gt;\r\n\r\n<\/pre>\n<p>\u4e0b\u8a18\u30bd\u30fc\u30b9\u3092\u524a\u9664\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n  &lt;a class=&quot;image&quot; href=&quot;&lt;?php the_permalink() ?&gt;&quot; title=&quot;&lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php if(has_post_thumbnail()) { the_post_thumbnail('size2'); } else { ?&gt;&lt;img src=&quot;&lt;?php echo bloginfo('template_url'); ?&gt;\/img\/common\/no_image2.gif&quot; title=&quot;&quot; alt=&quot;&quot; \/&gt;&lt;?php }; ?&gt;&lt;\/a&gt;\r\n<\/pre>\n<p><strong>\u5909\u66f4\u5f8c\u306e\u30d5\u30a1\u30a4\u30eb\u306f\u3053\u3061\u3089\u306b\u306a\u308a\u307e\u3059\u3002<\/strong><\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n\r\n&lt;?php\r\n     \/\/ blog content **********************************************************************************\r\n     if($options&#x5B;'show_index_blog_content'] == 1) {\r\n       $sub_headline = $options&#x5B;'index_blog_headline'];\r\n       $sub_font_size = $options&#x5B;'index_blog_headline_font_size'];\r\n       $post_num = $options&#x5B;'index_blog_num'];\r\n       $show_link = $options&#x5B;'show_index_blog_button'];\r\n       $link_label = $options&#x5B;'index_blog_button'];\r\n?&gt;\r\n&lt;div id=&quot;index_blog&quot; class=&quot;animation_element&quot;&gt;\r\n\r\n &lt;?php if($sub_headline) { ?&gt;&lt;h3 id=&quot;index_blog_headline&quot; class=&quot;headline rich_font color_headline&quot; style=&quot;font-size:&lt;?php echo esc_html($sub_font_size); ?&gt;px;&quot;&gt;&lt;?php echo esc_html($sub_headline); ?&gt;&lt;\/h3&gt;&lt;?php }; ?&gt;\r\n\r\n &lt;?php\r\n      $args = array('post_type' =&gt; 'post', 'ignore_sticky_posts' =&gt; 1, 'orderby' =&gt; 'date', 'order' =&gt; 'DESC', 'posts_per_page' =&gt; $post_num);\r\n      $post_list = get_posts($args);\r\n      if ($post_list) {\r\n ?&gt;\r\n &lt;ol class=&quot;clearfix&quot; id=&quot;index_blog_list&quot;&gt;\r\n  &lt;?php foreach ($post_list as $post) : setup_postdata ($post); ?&gt;\r\n  &lt;li class=&quot;clearfix&quot;&gt;\r\n      &lt;ul class=&quot;meta clearfix&quot;&gt;\r\n\t&lt;?php if($options&#x5B;'show_date'] &amp;&amp; $options&#x5B;'show_category']) : ?&gt;\r\n\t\t&lt;li class=&quot;date&quot;&gt;&lt;time class=&quot;entry-date updated&quot; datetime=&quot;&lt;?php the_modified_time('c'); ?&gt;&quot;&gt;&lt;?php the_time('Y.n.j'); ?&gt;&lt;\/time&gt;&lt;\/li&gt;&lt;li class=&quot;category_sp&quot;&gt;&lt;?php show_one_category(); ?&gt;&lt;\/li&gt;\r\n\t&lt;?php elseif($options&#x5B;'show_date']) : ?&gt;\r\n\t\t&lt;li class=&quot;date&quot;&gt;&lt;time class=&quot;entry-date updated&quot; datetime=&quot;&lt;?php the_modified_time('c'); ?&gt;&quot;&gt;&lt;?php the_time('Y.n.j'); ?&gt;&lt;\/time&gt;&lt;\/li&gt;\r\n\t&lt;?php elseif($options&#x5B;'show_category']) : ?&gt;\r\n\t\t&lt;li class=&quot;category&quot;&gt;&lt;?php show_one_category(); ?&gt;&lt;\/li&gt;\r\n\t&lt;?php endif; ?&gt;\r\n      &lt;\/ul&gt;\r\n   &lt;a class=&quot;title&quot; href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php trim_title(45); ?&gt;&lt;\/a&gt;\r\n  &lt;\/li&gt;\r\n  &lt;?php endforeach; wp_reset_query(); ?&gt;\r\n &lt;\/ol&gt;\r\n &lt;?php if($show_link == 1) { ?&gt;&lt;div class=&quot;index_archive_link&quot;&gt;&lt;a href=&quot;&lt;?php echo get_permalink( get_option('page_for_posts') ); ?&gt;&quot;&gt;&lt;?php echo esc_html($link_label); ?&gt;&lt;\/a&gt;&lt;\/div&gt;&lt;?php }; ?&gt;\r\n &lt;?php }; ?&gt;\r\n\r\n&lt;\/div&gt;&lt;!-- END #index_blog --&gt;\r\n&lt;?php }; ?&gt;\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"Q.\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3092\u524a\u9664\u3057\u305f\u3044 \u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3092\u524a\u9664\u3057\u305f\u3044\u306e\u3067\u3059\u304c\u65b9\u6cd5\u306f\u3042\u308a\u307e\u3059\u304b\u3002 A.\u8a72\u5f53\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u3066\u304f\u3060\u3055\u3044 \u7de8\u96c6\u3059\u308b\u30d5\u30a1\u30a4\u30eb\uff1a \u56fa\u5b9a\u30d5\u30ed\u30f3\u30c8\u30da\u30fc\u30b8 (front-page.php)  [&hellip;]","protected":false},"author":6,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[406],"tags":[60],"class_list":["post-3518","post","type-post","status-publish","format-standard","hentry","category-tcd039","tag-eye-catch"],"_links":{"self":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/3518","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\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3518"}],"version-history":[{"count":0,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/3518\/revisions"}],"wp:attachment":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3518"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3518"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}