{"id":195186,"date":"2015-09-05T10:32:58","date_gmt":"2015-09-05T01:32:58","guid":{"rendered":"https:\/\/ja.wordpress.org\/support\/2015\/09\/05\/%e3%83%98%e3%83%83%e3%83%80%e3%83%bc%e7%94%bb%e5%83%8f%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ae%e9%9a%9b%e3%81%aeheaderphp%e3%81%ae%e4%bf%ae%e6%ad%a3%e6%96%b9%e6%b3%95\/"},"modified":"2016-09-15T22:10:53","modified_gmt":"2016-09-15T13:10:53","slug":"%e3%83%98%e3%83%83%e3%83%80%e3%83%bc%e7%94%bb%e5%83%8f%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ae%e9%9a%9b%e3%81%aeheaderphp%e3%81%ae%e4%bf%ae%e6%ad%a3%e6%96%b9%e6%b3%95","status":"closed","type":"topic","link":"https:\/\/ja.wordpress.org\/support\/topic\/%e3%83%98%e3%83%83%e3%83%80%e3%83%bc%e7%94%bb%e5%83%8f%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ae%e9%9a%9b%e3%81%aeheaderphp%e3%81%ae%e4%bf%ae%e6%ad%a3%e6%96%b9%e6%b3%95\/","title":{"rendered":"\u30d8\u30c3\u30c0\u30fc\u753b\u50cf\u306e\u5909\u66f4\u306e\u969b\u306eheader.php\u306e\u4fee\u6b63\u65b9\u6cd5"},"content":{"rendered":"<p>\u4ed6\u8005\u304c\u4f5c\u6210\u3057\u305f\u30b5\u30a4\u30c8\u3067\u3059\u304c<br \/>\n\u4ee5\u4e0b\u306e\u30b5\u30a4\u30c8\u306e\u30d8\u30c3\u30c0\u30fc\u753b\u50cf\u306e\u5909\u66f4\u3092\u3057\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p><a href=\"http:\/\/onedish.sakura.ne.jp\/wp\/\"><br \/>\n\u30b5\u30a4\u30c8<\/p>\n<p>\u53e4\u3044\u30b9\u30e9\u30a4\u30c0\u30fc\u753b\u50cf\u3092\u524a\u9664\u3057\u3066\u65b0\u3057\u3044\u30b9\u30e9\u30a4\u30c0\u30fc\u753b\u50cf\u3092\u5165\u308c\u305f\u3044\u306e\u3067\u3059\u304c<br \/>\nheader.php\u3092\u898b\u3066\u307f\u307e\u3057\u305f\u304c\u30b9\u30e9\u30a4\u30c0\u30fc\u753b\u50cf\u304c\u4f55\u51e6\u304b\u3089\u4f55\u51e6\u307e\u3067\u304b\u89e3\u308a\u307e\u305b\u3093\u3002<br \/>\n\u3069\u3053\u3092\u524a\u9664\u3057\u3066\u5165\u308c\u66ff\u3048\u305f\u3089\u826f\u3044\u304b\u6559\u793a\u9802\u3051\u308c\u3070\u5e78\u3044\u3067\u3059\u3002<\/p>\n<p>\u4ee5\u4e0bheader.php\u3067\u3059\u3002<\/p>\n<pre><code>&lt;!DOCTYPE html&gt;\n&lt;head&gt;\n  &lt;meta charset=&quot;&lt;?php bloginfo( &#039;charset&#039; ); ?&gt;&quot; \/&gt;\n  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot; \/&gt;\n  &lt;title&gt;&lt;?php\n\t\/*\n\t * Print the &lt;title&gt; tag based on what is being viewed.\n\t *\/\n\tglobal $page, $paged;\n\n\twp_title( &#039;|&#039;, true, &#039;right&#039; );\n\n\t\/\/ Add the blog name.\n\tbloginfo( &#039;name&#039; );\n\n\t\/\/ Add the blog description for the home\/front page.\n\t$site_description = get_bloginfo( &#039;description&#039;, &#039;display&#039; );\n\tif ( $site_description &amp;&amp; ( is_home() || is_front_page() ) )\n\t\techo &quot; | $site_description&quot;;\n\n\t\/\/ Add a page number if necessary:\n\tif ( $paged &gt;= 2 || $page &gt;= 2 )\n\t\techo &#039; | &#039; . sprintf( __( &#039;Page %s&#039;, &#039;twentyeleven&#039; ), max( $paged, $page ) );\n\n\t?&gt;&lt;\/title&gt;\n\n&lt;link rel=&quot;stylesheet&quot; href=&quot;&lt;?php echo bloginfo(&#039;stylesheet_directory&#039;); ?&gt;\/dropy\/droppy.css&quot; type=&quot;text\/css&quot; \/&gt;\n&lt;link rel=&quot;stylesheet&quot; href=&quot;&lt;?php echo bloginfo(&#039;stylesheet_directory&#039;); ?&gt;\/horiphotogallery.css&quot; type=&quot;text\/css&quot; \/&gt;\n\n  &lt;link rel=&quot;profile&quot; href=&quot;http:\/\/gmpg.org\/xfn\/11&quot; \/&gt;\n  &lt;link rel=&quot;stylesheet&quot; type=&quot;text\/css&quot; media=&quot;all&quot; href=&quot;&lt;?php bloginfo( &#039;stylesheet_url&#039; ); ?&gt;&quot; \/&gt;\n  &lt;link rel=&quot;pingback&quot; href=&quot;&lt;?php bloginfo( &#039;pingback_url&#039; ); ?&gt;&quot; \/&gt;\n  &lt;script src=&quot;&lt;?php echo bloginfo(&#039;stylesheet_directory&#039;); ?&gt;\/javascripts\/jquery-1.6.4.min.js&quot; type=&quot;text\/javascript&quot;&gt;&lt;\/script&gt;\n  &lt;script type=&quot;text\/javascript&quot; src=&quot;&lt;?php echo bloginfo(&#039;stylesheet_directory&#039;); ?&gt;\/dropy\/jquery.droppy.js&quot;&gt;&lt;\/script&gt;\n&lt;script src=&quot;&lt;?php echo bloginfo(&#039;stylesheet_directory&#039;); ?&gt;\/javascripts\/jquery.js&quot; type=&quot;text\/javascript&quot;&gt;&lt;\/script&gt;\n&lt;script src=&quot;&lt;?php echo bloginfo(&#039;stylesheet_directory&#039;); ?&gt;\/javascripts\/jquery.validate.js&quot; type=&quot;text\/javascript&quot;&gt;&lt;\/script&gt;\n\n  &lt;script type=&quot;text\/javascript&quot;&gt;\n  var ad = jQuery.noConflict();\n  &lt;!--\n  ad(function() { $(&#039;#menu-default&#039;).droppy({trigger: &#039;mouseover&#039;}); });\n  jQuery(document).ready(function($){\n    ad(&#039;#menu-item-943&gt;a&#039;).attr(&#039;href&#039;, &#039;.\/\u598a\u5a20\u4e2d\u306e\u5b50\u80b2\u3066\u652f\u63f4&#039;);\n\n    ad(&quot;a[href=&#039;#top&#039;]&quot;).click(function() {\n      ad(&quot;html, body&quot;).animate({ scrollTop: 0 }, &quot;slow&quot;);\n      return false;\n    });\n  });\n  --&gt;\n  &lt;\/script&gt;\n&lt;script type=&quot;text\/javascript&quot;&gt;\n  &lt;!--\n  jQuery(document).ready(function($){\n    $(&quot;a[href=&#039;#top&#039;]&quot;).click(function() {\n      $(&quot;html, body&quot;).animate({ scrollTop: 0 }, &quot;slow&quot;);\n      return false;\n    });\n  });\n  --&gt;\n  &lt;\/script&gt;\n\n&lt;script language=&quot;javascript&quot;&gt;\nfunction show1()\n{\n\nif(document.getElementById(&#039;c1yes&#039;).checked==true)\n{\n\t\/\/alert(&#039;hi&#039;);\n\tdocument.getElementById(&quot;description&quot;).style.display=&#039;block&#039;;\n}\nelse if(document.getElementById(&#039;c1no&#039;).checked==true) {\ndocument.getElementById(&quot;description&quot;).style.display=&#039;none&#039;;\n}\n}\n\n&lt;\/script&gt;\n&lt;!--&lt;script language=&quot;javascript&quot;&gt;\n$(&quot;#description&quot;).hide();\n$(&quot;input[name=alergic]&quot;).click(function()\n    {\n        if ( $(&quot;#c1no&quot;).attr(&#039;checked&#039;))\n            $(&quot;#description&quot;).hide();\n        if ( $(&quot;#c1yes&quot;).attr(&#039;checked&#039;))\n            $(&quot;#description&quot;).show();\n    });\n\n&lt;\/script&gt; --&gt;\n\n&lt;style type=&quot;text\/css&quot;&gt;\n\n.thumbnail{\nposition: relative;\nz-index: 0;\n}\n\n.thumbnail:hover{\nbackground-color: transparent;\nz-index: 50;\n}\n\n.thumbnail span{ \/*CSS for enlarged image*\/\nposition: absolute;\nbackground-color: lightyellow;\npadding: 5px;\nleft: -1000px;\nborder: 1px dashed gray;\nvisibility: hidden;\ncolor: black;\ntext-decoration: none;\n}\n\n.thumbnail span img{ \/*CSS for enlarged image*\/\nborder-width: 0;\npadding: 2px;\n}\n\n.thumbnail:hover span{ \/*CSS for enlarged image on hover*\/\nvisibility: visible;\ntop: 0;\nleft: 60px; \/*position where enlarged image should offset horizontally *\/\n\n}\n\n&lt;\/style&gt;\n\n&lt;script type=&quot;text\/javascript&quot;&gt;\nvar as = jQuery.noConflict();\nas().ready(function() {\n\n\tas(&quot;#signupForm&quot;).validate({\n\n\t\trules: {\n                      name2: &quot;required&quot;,\n\t\t\tname1: &quot;required&quot;,\n           \temail: {\n\t\t\t\trequired: true,\n\t\t\t\temail: true\n\t\t\t},\n\t\t\temailConfirm:{\n            required: true,\n\t\t\tequalTo: &quot;#email&quot;\n              }\n           },\n           messages: {\n           name2: &quot;\u3054\u8a18\u5165\u304f\u3060\u3055\u3044\u3002&quot;,\n           name1: &quot;\u3054\u8a18\u5165\u304f\u3060\u3055\u3044\u3002&quot;,\n           email: &quot;\u6b63\u3057\u3044email address \u3092\u8a18\u5165\u3057\u3066\u304f\u3060\u3055\u3044\u3002&quot;,\n           emailConfirm:{\n\t\t\t\trequired: &quot;\u6b63\u3057\u3044email address \u3092\u8a18\u5165\u3057\u3066\u304f\u3060\u3055\u3044\u3002&quot;,\n\t\t\t\tequalTo: &quot;Email And Confirm Email Should be Same&quot;\n           }\n\t}\n    });\n\n});\n&lt;\/script&gt;\n\n&lt;style type=&quot;text\/css&quot;&gt;\n\n#signupForm { width: 670px; }\n#signupForm label.error {\n\tmargin-left: 10px;\n\twidth: auto;\n\tdisplay: inline;\n    color:#FF0000;\n\tfont-size:11px;\n\n}\n&lt;\/style&gt;\n\n&lt;?php wp_head(); ?&gt;\n&lt;\/head&gt;\n\n&lt;body &lt;?php body_class(); ?&gt; &gt;\n\n&lt;?php  if (function_exists(&#039;wptouch_switch&#039;)) wptouch_switch(&#039;&lt;h2&gt;&#039;, &#039;&lt;\/h2&gt;&#039;); ?&gt;<\/code><\/pre>\n<p><\/a><\/p>\n","protected":false},"template":"","class_list":["post-195186","topic","type-topic","status-closed","hentry","topic-tag-24063","topic-tag-header-php","topic-tag-javascript","topic-tag-php","topic-tag-twentyeleven"],"jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/195186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/195186\/revisions"}],"wp:attachment":[{"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=195186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}