我正在研究一個WordPress網站,並在標題中發生了一件奇怪的事情。頁面未找到WordPress博客標題中的錯誤
它給我的標題和內容上面其中之一:
這是當一個頁面沒有找到GoDaddy的消息(我相信嗎?)。我認爲,既然這是WordPress,那麼這是一個PHP包含的內容,它不在那裏或者被移動了。這是該區域的源代碼。這是一個表(又一遍,我的假設下,我認爲它是被動態生成):
<table width="85%" border="1" bordercolor="#000000" cellspacing="0" cellpadding="3">
<tbody><tr>
<td bgcolor="#e5dccd">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td width="40%"><img src="http://images.godaddy.com/hosting/hdr_sorry_small.gif" border="1" bordercolor="#000000"></td>
<td align="CENTER"><h2 style="font-family: arial, sans-serif">Page Not Found</h2></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<p style="margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; font-size: 10pt; font-family: arial, sans-serif">
The page you tried to access does not exist on this server. This page may not exist due to the following reasons:
</p><ol><li style="font-size: 10pt; font-family: arial, sans-serif"><strong>You arethe owner of this web site and you have not uploaded</strong> (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, <a href="http://ftphelp.secureserver.net/index.html">click here for FTP Upload Information</a>.
<p>
</p></li><li style="font-size: 10pt; font-family: arial, sans-serif"><strong>The URL that you have entered in your browser is incorrect.</strong> Please re-enter the URL and try again.<p>
</p></li><li style="font-size: 10pt; font-family: arial, sans-serif"><strong>The Link that you clicked on incorrectly points to this page.</strong> Please contact the owner of this web site to inform them of this situation.</li></ol>
</td>
</tr>
</tbody></table>
<div id="main">
我知道這是一個有點混亂,但我只是表明它是一個的生成的表。我表明這一點的原因是因爲這裏是這是在WordPress模板代碼:
<body <?php if(function_exists('body_class')) body_class(); ?>>
<div id="main">
你會看到身體和DIV ID =之間的「主」沒有內容。儘管這張表正在生成。所以我不知道什麼是連接斷開或如何查找需要修復的點。任何幫助將不勝感激。謝謝!託管
下
這看起來像某種iframe。我從來沒有見過WordPress添加過這樣的東西。你能分享一個網址到你的網站? – cpilko
是的網站是newellstrength.com(客戶)。它看起來像一個iFrame,但我不知道它爲什麼會生成,因爲代碼中沒有任何內容可以推斷這會發生。 – MillerMedia
我從來沒有見過這個。有些東西是將這些內容添加到文檔的「
」中。我認爲你必須禁用所有插件,看看它是否會消失。如果是這樣,請逐一啓用它們。如果沒有,請確保您的主題的'header.php'沒有損壞。 – cpilko