我一直在這個網站了一會兒,和短暫中斷後已返回地發現,在頁腳中的三個社交媒體鏈接已經停止工作。頁面上的所有其他鏈接(包括頁腳中的其他鏈接)仍按預期工作。我感到困惑,因爲代碼沒有被觸及(據我所知),它在斷層之前完美地工作。
任何想法可能會發生什麼?
<div class="social">
<ul>
<li><a href="https://twitter.com/ZOPArealty"><img src="<?php echo get_template_directory_uri(); ?>/img/twitter.png" alt="ZOPA%20Twitter" /></a></li>
<li><a href="http://www.facebook.com/ZopaRealty"><img src="<?php echo get_template_directory_uri(); ?>/img/facebook.png" alt="ZOPA%20Facebook" /></a></li>
<li><a href="http://www.linkedin.com/company/zopa-realty"><img src="<?php echo get_template_directory_uri(); ?>/img/linkedin.png" alt="ZOPA%20Linkedin" /></a></li>
</ul>
</div><!-- end social -->
您是否記錄了get_template_directory_uri()並查看圖像是否真的存在? – cggaurav
@cggaurav如果你在頁面上看,他們顯然在那裏。 – Jeff
@cggaurav圖像存在,他們出現在網站上,這是鏈接到另一個網站,不起作用的實際行動。 – AMC