<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>笨猫&#039;s Blog &#187; ico</title>
	<atom:link href="http://www.benmao.com/archives/tag/ico/feed" rel="self" type="application/rss+xml" />
	<link>http://www.benmao.com</link>
	<description>关注互联网，生活，音乐，乐此不疲的一只笨猫</description>
	<lastBuildDate>Fri, 23 Jul 2010 02:49:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在地址栏显示图标ICO的方法</title>
		<link>http://www.benmao.com/archives/774</link>
		<comments>http://www.benmao.com/archives/774#comments</comments>
		<pubDate>Tue, 04 Aug 2009 07:33:08 +0000</pubDate>
		<dc:creator>笨猫</dc:creator>
				<category><![CDATA[猫玩技术]]></category>
		<category><![CDATA[ico]]></category>

		<guid isPermaLink="false">http://www.benmao.com/?p=774</guid>
		<description><![CDATA[看到很多网站在打开主页以后，会在IE地址栏、选项卡、收藏夹显示一个彩色的小图标，通过在网络和群里面的讨论，在自己的空间主页显示此图标有如下的方法。
1.首先要有一个ico的图标文件，像素为16*16，这种图片可以通过软件或是在线生成。
2.有两种说法
A.将该文件上传到网页的根目录就可以了，这种方法有的空间不行，但很多人都成功了，不知道是什么原因。
B.将该文件上传到主题目录下的images文件夹，同时在head.php的 这个标签里添加如下代码：
< link rel="Shortcut Icon" href="/images/favicon.ico&#8221; type=&#8221;image/x-icon&#8221; />
适合新手，已经装ICO的略过！！！
在地址栏显示图标ICO的方法 is a post from: Benmao's Blog

	标签：ico
<p><a href="http://www.benmao.com/archives/774">在地址栏显示图标ICO的方法</a> is a post from: <a href="http://www.benmao.com">Benmao's Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>看到很多网站在打开主页以后，会在IE地址栏、选项卡、收藏夹显示一个彩色的小图标，通过在网络和群里面的讨论，在自己的空间主页显示此图标有如下的方法。<br />
1.首先要有一个ico的图标文件，像素为16*16，这种图片可以通过软件或是在线生成。<br />
2.有两种说法<br />
A.将该文件上传到网页的根目录就可以了，这种方法有的空间不行，但很多人都成功了，不知道是什么原因。<br />
B.将该文件上传到主题目录下的images文件夹，同时在head.php的<head></head> 这个标签里添加如下代码：</p>
<p>< link rel="Shortcut Icon" href="<?php bloginfo('template_directory'); ?>/images/favicon.ico&#8221; type=&#8221;image/x-icon&#8221; /></p>
<p>适合新手，已经装ICO的略过！！！</p>
<p><a href="http://www.benmao.com/archives/774">在地址栏显示图标ICO的方法</a> is a post from: <a href="http://www.benmao.com">Benmao's Blog</a></p>

	标签：<a href="http://www.benmao.com/archives/tag/ico" title="ico" rel="tag">ico</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.benmao.com/archives/774/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
