好啊有时,我无法休息,直到我找到了一种方法,我找到了一种方法让fave图标使用google进行显示:)
其实很简单:
// here i get my URL from my custom post type
$directoryNoHttpUrl = get_post_meta( $post->ID, \'directory_url\', true );
//here i clean the url from HTTP or it wont work
$directoryNoHttpUrl = str_replace("http://", "", $directoryNoHttpUrl);
// here i get the favICON using google..
$imgurl = "http://s2.googleusercontent.com/s2/favicons?domain=" . $directoryNoHttpUrl;
。
所以从这里开始很容易<很抱歉打扰任何进来帮忙的人,但谢谢你的好意
干杯,萨吉夫。