<?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>IT狂人的博客 &#187; techified</title>
	<atom:link href="http://www.yinzhili.com/tag/techified/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yinzhili.com</link>
	<description>世界上有10种人:一种是懂二进制的，另一种是不懂的。</description>
	<lastBuildDate>Thu, 12 Aug 2010 08:05:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Techified主题的footer文件解密版</title>
		<link>http://www.yinzhili.com/2009/08/wordpress-techified-theme-footer.html</link>
		<comments>http://www.yinzhili.com/2009/08/wordpress-techified-theme-footer.html#comments</comments>
		<pubDate>Wed, 19 Aug 2009 07:45:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[techified]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=43</guid>
		<description><![CDATA[<p>众所周知Wordpress是一个开放的平台，各种免费和收费的主题层出不穷。其中有一款名叫&#8221;Techified&#8221;的主题我非常喜欢，现在我用的就是它。然而这款主题的作者为了保留版权信息，居然将footer部分加密，我无法猜测他用的是什么算法(因为我用Base64解密程序是无法将它[......]</p><p class='read-more'><a href='http://www.yinzhili.com/2009/08/wordpress-techified-theme-footer.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>众所周知Wordpress是一个开放的平台，各种免费和收费的主题层出不穷。其中有一款名叫&#8221;Techified&#8221;的主题我非常喜欢，现在我用的就是它。然而这款主题的作者为了保留版权信息，居然将footer部分加密，我无法猜测他用的是什么算法(因为我用Base64解密程序是无法将它解密的)，总之直接解密可能会很麻烦，但是就像很多站长那样，我们都希望在footer部分加入一些信息，比如备案信息或者统计代码之类。幸好在一个论坛上(抱歉，我都忘了是哪个论坛了)发现一位高手写了一份解密版的代码，我试着用在了现在的主题上，确实可用，因此在这里共享一下：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&nbsp;
&lt;div id=&quot;footer_area&quot;&gt;&lt;div id=&quot;footer_area_content&quot;&gt;
                        &lt; ?php include (TEMPLATEPATH . '/footer_content.php'); ?&gt; 
                &lt;/div&gt;
        &lt;/div&gt;
        &lt;div id=&quot;footer_bottom&quot;&gt;
                &lt;div id=&quot;footer_bottom_content&quot;&gt; Copyright &amp;copy; &lt; ?php echo gmdate(__('Y')); ?&gt; &lt;a href=&quot;&lt;?php echo get_settings('home'); ?&gt;&quot;&gt;&lt; ?php bloginfo('name'); ?&gt;&lt;/a&gt;. &lt;a href=&quot;http://www.technologytricks.com/techified-just-another-premium-wordpress-themes/&quot;&gt;Techified&lt;/a&gt; theme by &lt;a href=&quot;http://www.ifreecellphones.com/&quot;&gt;Cell Phones&lt;/a&gt;. Supported by &lt;a href=&quot;http://www.ifreecellphones.com/cheap-verizon-wireless-phones.asp&quot;&gt;Verizon Wireless&lt;/a&gt;, &lt;a href=&quot;http://www.ifreecellphones.com/cheap-t-mobile-phones.asp&quot;&gt;T-Mobile&lt;/a&gt; &amp;amp; &lt;a href=&quot;http://www.ifreecellphones.com/cheap-sprint-pcs-phones.asp&quot;&gt;Sprint&lt;/a&gt;
&lt;/div&gt;
        &lt;/div&gt;</pre></td></tr></table></div>

<p>说明：请尊重设计者的劳动成果，在这一文件的基础上添加自己的信息就可以了，不要修改或删除作者原有的链接。</p>
<p>补充说明：网友 <strong>最后块烧饼</strong> 提醒说，上面这段代码可能会引发错位问题，虽然我测试时没有遇到，但还是感谢他/她给予的指正。你可以在 <a href="http://www.onlysb.com/design/180.html">这里</a> 看到他/她制作的完美版。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2009/08/wordpress-techified-theme-footer.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
