{"id":2263,"date":"2016-08-15T12:46:14","date_gmt":"2016-08-15T03:46:14","guid":{"rendered":"http:\/\/tcd-manual.net\/?p=2263"},"modified":"2024-10-25T15:38:23","modified_gmt":"2024-10-25T06:38:23","slug":"tcd%e3%83%86%e3%83%bc%e3%83%9echill%ef%bc%9a%e3%82%b5%e3%82%a4%e3%83%89%e3%83%90%e3%83%bc%e3%81%ae%e3%82%a6%e3%82%a3%e3%82%b8%e3%82%a7%e3%83%83%e3%83%88%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab%e3%81%ae","status":"publish","type":"post","link":"https:\/\/tcd-manual.net\/?p=2263","title":{"rendered":"TCD\u30c6\u30fc\u30deChill\uff1a\u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30bf\u30a4\u30c8\u30eb\u306e\u524d\u306b\u753b\u50cf\u3001\u30d5\u30a9\u30f3\u30c8\u30a2\u30a4\u30b3\u30f3\u306a\u3069\u3092\u8868\u793a\u3057\u305f\u3044"},"content":{"rendered":"<p>\u7de8\u96c6\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\uff1afunction.php<\/p>\n<p>\u4ee5\u4e0b\u304c\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u8a2d\u5b9a\u90e8\u5206\u306e\u30b3\u30fc\u30c9\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n<h3 class=\"side_headline\"><\/h3>\n<p>\u306e\u4e2d\u306bFont awesome\u306a\u3069\u3067\u30a2\u30a4\u30b3\u30f3\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n\/\/ \u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u8a2d\u5b9a ------------------------------------------------------------------------------\r\nif ( function_exists('register_sidebar') ) {\r\n    register_sidebar(array(\r\n        'before_widget' =&gt; '&lt;div class=&quot;side_widget clearfix %2$s&quot; id=&quot;%1$s&quot;&gt;'.&quot;\\n&quot;,\r\n        'after_widget' =&gt; &quot;&lt;\/div&gt;\\n&quot;,\r\n        'before_title' =&gt; '&lt;h3 class=&quot;side_headline&quot;&gt;',\r\n        'after_title' =&gt; &quot;&lt;\/h3&gt;\\n&quot;,\r\n        'name' =&gt; __('Index side widget', 'tcd-w'),\r\n        'id' =&gt; 'index_side_widget'\r\n    ));\r\n    register_sidebar(array(\r\n        'before_widget' =&gt; '&lt;div class=&quot;side_widget clearfix %2$s&quot; id=&quot;%1$s&quot;&gt;'.&quot;\\n&quot;,\r\n        'after_widget' =&gt; &quot;&lt;\/div&gt;\\n&quot;,\r\n        'before_title' =&gt; '&lt;h3 class=&quot;side_headline&quot;&gt;',\r\n        'after_title' =&gt; &quot;&lt;\/h3&gt;\\n&quot;,\r\n        'name' =&gt; __('Archive side widget', 'tcd-w'),\r\n        'id' =&gt; 'archive_side_widget'\r\n    ));\r\n    register_sidebar(array(\r\n        'before_widget' =&gt; '&lt;div class=&quot;side_widget clearfix %2$s&quot; id=&quot;%1$s&quot;&gt;'.&quot;\\n&quot;,\r\n        'after_widget' =&gt; &quot;&lt;\/div&gt;\\n&quot;,\r\n        'before_title' =&gt; '&lt;h3 class=&quot;side_headline&quot;&gt;',\r\n        'after_title' =&gt; &quot;&lt;\/h3&gt;\\n&quot;,\r\n        'name' =&gt; __('Single side widget', 'tcd-w'),\r\n        'id' =&gt; 'single_side_widget'\r\n    ));\r\n    register_sidebar(array(\r\n        'before_widget' =&gt; '&lt;div class=&quot;side_widget clearfix %2$s&quot; id=&quot;%1$s&quot;&gt;'.&quot;\\n&quot;,\r\n        'after_widget' =&gt; &quot;&lt;\/div&gt;\\n&quot;,\r\n        'before_title' =&gt; '&lt;h3 class=&quot;side_headline&quot;&gt;',\r\n        'after_title' =&gt; &quot;&lt;\/h3&gt;\\n&quot;,\r\n        'name' =&gt; __('Index side widget2', 'tcd-w'),\r\n        'description' =&gt; __('Only use in three column layout', 'tcd-w'),\r\n        'id' =&gt; 'index_side_widget2'\r\n    ));\r\n    register_sidebar(array(\r\n        'before_widget' =&gt; '&lt;div class=&quot;side_widget clearfix %2$s&quot; id=&quot;%1$s&quot;&gt;'.&quot;\\n&quot;,\r\n        'after_widget' =&gt; &quot;&lt;\/div&gt;\\n&quot;,\r\n        'before_title' =&gt; '&lt;h3 class=&quot;side_headline&quot;&gt;',\r\n        'after_title' =&gt; &quot;&lt;\/h3&gt;\\n&quot;,\r\n        'name' =&gt; __('Archive side widget2', 'tcd-w'),\r\n        'description' =&gt; __('Only use in three column layout', 'tcd-w'),\r\n        'id' =&gt; 'archive_side_widget2'\r\n    ));\r\n    register_sidebar(array(\r\n        'before_widget' =&gt; '&lt;div class=&quot;side_widget clearfix %2$s&quot; id=&quot;%1$s&quot;&gt;'.&quot;\\n&quot;,\r\n        'after_widget' =&gt; &quot;&lt;\/div&gt;\\n&quot;,\r\n        'before_title' =&gt; '&lt;h3 class=&quot;side_headline&quot;&gt;',\r\n        'after_title' =&gt; &quot;&lt;\/h3&gt;\\n&quot;,\r\n        'name' =&gt; __('Single side widget2', 'tcd-w'),\r\n        'description' =&gt; __('Only use in three column layout', 'tcd-w'),\r\n        'id' =&gt; 'single_side_widget2'\r\n    ));\r\n    register_sidebar(array(\r\n        'before_widget' =&gt; '&lt;div class=&quot;side_widget clearfix %2$s&quot; id=&quot;%1$s&quot;&gt;'.&quot;\\n&quot;,\r\n        'after_widget' =&gt; &quot;&lt;\/div&gt;\\n&quot;,\r\n        'before_title' =&gt; '&lt;h3 class=&quot;side_headline&quot;&gt;',\r\n        'after_title' =&gt; &quot;&lt;\/h3&gt;\\n&quot;,\r\n        'name' =&gt; __('Smartphone widget', 'tcd-w'),\r\n        'description' =&gt; __('This widget will be replaced with other widget when user accessed the site with the smartphone.', 'tcd-w'),\r\n        'id' =&gt; 'smartphone_widget'\r\n    ));\r\n}\r\n<\/pre>\n<p>\u5931\u6557\u3059\u308b\u3068\u7ba1\u7406\u753b\u9762\u304c\u771f\u3063\u767d\u306b\u98db\u3073\u307e\u3059\u306e\u3067\u5fc5\u305a\u7de8\u96c6\u524d\u306f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u53d6\u3063\u3066\u304a\u304f\u3053\u3068\u3092\u30aa\u30b9\u30b9\u30e1\u3057\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u7de8\u96c6\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\uff1afunction.php \u4ee5\u4e0b\u304c\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u8a2d\u5b9a\u90e8\u5206\u306e\u30b3\u30fc\u30c9\u3068\u306a\u308a\u307e\u3059\u3002 \u306e\u4e2d\u306bFont awesome\u306a\u3069\u3067\u30a2\u30a4\u30b3\u30f3\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 \/\/ \u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u8a2d\u5b9a ------------ [&hellip;]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[87,86],"class_list":["post-2263","post","type-post","status-publish","format-standard","hentry","category-tcd016","tag-widget","tag-side-bar"],"_links":{"self":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/2263","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=2263"}],"version-history":[{"count":1,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/2263\/revisions"}],"predecessor-version":[{"id":15284,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/2263\/revisions\/15284"}],"wp:attachment":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2263"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2263"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}