サイトにアクセスすると
Parse error: syntax error, unexpected end of file in /home/users/0/lolipop.jp-dp05223748/web/wp/wp-content/themes/freecloudtpl_001/header.php on line 93
上記の内容が表示されエラーが出ています。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta name="author" content="fureken" /> <meta name="keyword" content="ふれけん" /> <?php if ( is_single() ) { // 単独記事ページの場合 ?> <?php if ($post->post_excerpt){ ?> <meta name="description" content="<? echo $post->post_excerpt; ?>" /> <?php } else { $summary = strip_tags($post->post_content); $summary = str_replace("\n", "", $summary); $summary = mb_substr($summary, 0, 110). "..."; ?> <meta name="description" content="<?php echo $summary; ?>" /> <?php } ?> <?php } else { // 単独記事ページ以外の場合 ?> <meta name="description" content="<?php bloginfo('description'); ?>" /> <? } ?> <title><?php echo trim(wp_title('', false)); if(wp_title('', false)) { echo ' - '; } bloginfo('name'); ?></title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="all" /> <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-19981088-1']); _gaq.push(['_setDomainName', 'fureken.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="shortcut icon" href="http://fureken.com/favicon.ico" > </head> <body<?php if(is_home()): ?> id="toppage"<?php endif; ?>> <script type="text/javascript"> window._pt_lt = new Date().getTime(); window._pt_sp_2 = []; _pt_sp_2.push('setAccount,69ce78c0'); var _protocol = (("https:" == document.location.protocol) ? " https://" : " http://"); (function() { var atag = document.createElement('script'); atag.type = 'text/javascript'; atag.async = true; atag.src = _protocol + 'js.ptengine.jp/pta.js'; var stag = document.createElement('script'); stag.type = 'text/javascript'; stag.async = true; stag.src = _protocol + 'js.ptengine.jp/pts.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(atag, s); s.parentNode.insertBefore(stag, s); })(); </script> <div id="wrapper"> <!-- ヘッダー --> <div id="header"> <h1><?php bloginfo('name'); ?></h1> <!-- ロゴ --><a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_directory');?>/images/logo.png" width="600" height="66" alt="Sample site" /></a><!-- / ロゴ --> </div> <!-- / ヘッダー --> <!-- トップナビゲーション --> <ul id="topnav" class="nav"> <li><a href="/" id="home">トップページ</a></li> <li><a href="/access" id="about">ご案内</a></li> <li><a href="/施設案内/1f" id="menu">施設案内</a></li> <li><a href="/kasikanryoukin" id="faq">貸し会議室</a></li> <li><a href="/karada" id="map">体の健康</a></li> <li><a href="/culture" id="blog">心の健康</a></li> <li><a href="/fukusi" id="link">暮らしの健康</a></li> </ul> <!-- トップナビゲーション --> <!-- コンテンツ --> <div id="container">
<div id="container">がエラー部分になるのですがどうしてなるのかわからない状態です。 よろしくお願いします
削除・</div>の挿入と試してみましたが変化なしでした
あなたの回答
tips
プレビュー