我已經看到了一些關於此的線程,但還沒有看到任何解決方案,迄今爲止工作。文本出現在我的WordPress站點的左上角
我的wordpress網站(www.strantech.com)似乎在每個頁面左上角顯示的代碼肯定不應該在那裏。我假設有一個間距問題,我不能作爲新手編碼器發現。
從其他董事會的建議看來,它似乎與標題中的問題有關。
爲了您的方便,我在下面粘貼了我的標題。
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width" />
<meta HTTP-EQUIV="Pragma" content="no-cache">
<meta HTTP-EQUIV="Expires" content="-0">
<title><?php wp_title('|', true, 'right'); ?></title>
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri(); ?>/css/lightbox.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri(); ?>/css/QapTcha.jquery.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />
<?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<?php wp_head(); ?>
<script>
window.themePath = '<?php echo get_template_directory_uri(); ?>';
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41041086-1', 'auto');
ga('send', 'pageview');
</script>
</head>
任何人都可以提供什麼問題的建議,以及如何解決它?提前致謝。
乾杯, 傑克
你有沒有嘗試通過一個一個地禁用插件。我認爲你應該嘗試從谷歌地圖插件開始。 –