0

I'm taking over a project in Wordpress that was done by some other developer and going through it I realised that he has adjusted some premade theme and edited many areas of it.

And it works fine, BUT there are some tags appearing on the homepage and messing up the website structure in IE8. These links look simple, like this: in Chrome's Inspect Element or Firebug, but when i load the source, they look like this:

<a href="http://www.google.com" target="_blank" rel="dofollow">

I tried removing ALL the scripts that are loading, all at once or one by one, but it persisted.

This is the website, so if you have any idea why this is happening, it would be awesome.

http://basicallyfood.implementek.net/demo/

Thanks

4

1 に答える 1

1

google.comのリンクはプレースホルダーにすぎず、開発者はそれらを忘れていると思います...テンプレートのソースコードを調べてください。見つからない場合は、grep検索を実行してください。

grep -lir "google.com" *

何も見つからない場合は、データベース、特にwp_optionsで文字列を検索します

于 2012-06-18T11:53:38.700 に答える