{"id":2413,"date":"2016-09-09T06:48:22","date_gmt":"2016-09-08T21:48:22","guid":{"rendered":"http:\/\/tcd-manual.net\/?p=2413"},"modified":"2017-02-26T13:30:46","modified_gmt":"2017-02-26T04:30:46","slug":"%e3%82%b9%e3%83%9e%e3%83%9b%e3%81%a7%e8%a6%8b%e3%81%9f%e9%9a%9b%e3%81%ab%e3%82%b5%e3%82%a4%e3%83%89%e3%83%90%e3%83%bc%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95-2","status":"publish","type":"post","link":"https:\/\/tcd-manual.net\/?p=2413","title":{"rendered":"TCD\u30c6\u30fc\u30de\u306e\u30ed\u30b4\u306e\u4e0b\u306b\u30b5\u30a4\u30c8\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<h4 class=\"style_headline2\"><span>Q.<\/span>\u30ed\u30b4\u306e\u4e0b\u306b\u30b5\u30a4\u30c8\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a\u3057\u305f\u3044<\/h4>\n<h4 class=\"style_headline2\"><span>A.<\/span>\u4e0b\u8a18\u306ePHP\u30d5\u30a1\u30a4\u30eb\u306e\u8a72\u5f53\u7b87\u6240\u3092\u7de8\u96c6\u3057\u307e\u3059<\/h4>\n<p><b>\u7de8\u96c6\u3059\u308b\u30d5\u30a1\u30a4\u30eb\uff1a<\/b>header.php<\/p>\n<p><b>\u7de8\u96c6\u3059\u308b\u7b87\u6240\uff1a<\/b><br \/>\nbefore<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n &lt;!-- logo --&gt;\r\n  &lt;?php\r\n       if( !is_mobile() || is_no_resposive() ) { the_dp_logo(); } else {\r\n         $mobile_logo = wp_get_attachment_image_src( $options&#x5B;'mobile_logo'], 'full' );\r\n  ?&gt;\r\n  &lt;div id=&quot;logo_image_mobile&quot;&gt;\r\n   &lt;a href=&quot;&lt;?php echo esc_url(home_url('\/')); ?&gt;&quot;&gt;\r\n    &lt;?php if(!empty($options&#x5B;'mobile_logo'])) { ?&gt;\r\n    &lt;img src=&quot;&lt;?php echo $mobile_logo&#x5B;0]; ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;\r\n    &lt;?php } else { ?&gt;\r\n    &lt;?php bloginfo('name'); ?&gt;\r\n\r\n    &lt;?php }; ?&gt;\r\n   &lt;\/a&gt;\r\n  &lt;\/div&gt;\r\n  &lt;?php }; ?&gt;\r\n<\/pre>\n<p>after<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n &lt;!-- logo --&gt;\r\n  &lt;?php\r\n       if( !is_mobile() || is_no_resposive() ) { the_dp_logo(); } else {\r\n         $mobile_logo = wp_get_attachment_image_src( $options&#x5B;'mobile_logo'], 'full' );\r\n  ?&gt;\r\n  &lt;div id=&quot;logo_image_mobile&quot;&gt;\r\n   &lt;a href=&quot;&lt;?php echo esc_url(home_url('\/')); ?&gt;&quot;&gt;\r\n    &lt;?php if(!empty($options&#x5B;'mobile_logo'])) { ?&gt;\r\n    &lt;img src=&quot;&lt;?php echo $mobile_logo&#x5B;0]; ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; \/&gt;\r\n    &lt;?php } else { ?&gt;\r\n    &lt;?php bloginfo('name'); ?&gt;\r\n\r\n    &lt;?php }; ?&gt;\r\n   &lt;\/a&gt;\r\n  &lt;\/div&gt;\r\n  &lt;?php }; ?&gt;\r\n&lt;h1 class=&quot;sitetitle&quot;&gt;&lt;?php bloginfo('name'); ?&gt;&lt;\/h1&gt;\r\n<\/pre>\n<p>\u305f\u3060\u3057\u30ed\u30b4\u753b\u50cf\u306b\u3082h1\u304c\u4ed8\u4e0e\u3055\u308c\u308b\u4ed5\u69d8\u3067\u3059\u306e\u3067\u3001h1\u304c\u91cd\u8907\u3057SEO\u7684\u306b\u3053\u308c\u3067\u6709\u5229\u306b\u306a\u308b\u306e\u304b\u3069\u3046\u304b\u306f\u308f\u304b\u308a\u307e\u305b\u3093\u304c\u3088\u304f\u3042\u308b\u8cea\u554f\u3067\u3059\u306e\u3067\u4e00\u5fdc\u5ff5\u306e\u305f\u3081\u306b\u66f8\u3044\u3066\u304a\u304d\u307e\u3057\u305f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"Q.\u30ed\u30b4\u306e\u4e0b\u306b\u30b5\u30a4\u30c8\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a\u3057\u305f\u3044 A.\u4e0b\u8a18\u306ePHP\u30d5\u30a1\u30a4\u30eb\u306e\u8a72\u5f53\u7b87\u6240\u3092\u7de8\u96c6\u3057\u307e\u3059 \u7de8\u96c6\u3059\u308b\u30d5\u30a1\u30a4\u30eb\uff1aheader.php \u7de8\u96c6\u3059\u308b\u7b87\u6240\uff1a before &lt;!-- logo --&gt; &lt;?php i [&hellip;]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[365],"tags":[161,76,72,64],"class_list":["post-2413","post","type-post","status-publish","format-standard","hentry","category-tcd036","tag-h1","tag-site-title","tag-header","tag-logo"],"_links":{"self":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/2413","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=2413"}],"version-history":[{"count":0,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/2413\/revisions"}],"wp:attachment":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}