<?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>中国站长帮-zzbang.cn &#187; 外部链接</title>
	<atom:link href="http://www.zzbang.cn/tag/%e5%a4%96%e9%83%a8%e9%93%be%e6%8e%a5/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zzbang.cn</link>
	<description>忽悠站长是可耻的，也必将是自掘坟墓的</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:51:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>wordpress-关于点击日志标题跳转到外部链接的方法</title>
		<link>http://www.zzbang.cn/cms/wordpress/93.html</link>
		<comments>http://www.zzbang.cn/cms/wordpress/93.html#comments</comments>
		<pubDate>Sat, 03 Jan 2009 14:31:17 +0000</pubDate>
		<dc:creator>zzbang</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[外部链接]]></category>
		<category><![CDATA[日志跳转]]></category>

		<guid isPermaLink="false">http://zzbang.cn/?p=93</guid>
		<description><![CDATA[<img src="http://www.zzbang.cn/wp-content/uploads/logos//wp1.gif" width="80" height="80" alt="" title="wordpress" /><br/>其实真的不知道这个功能有什么用途，但是看到很多人提出来了，我想到这么个方法： 修改所使用的主题目录下的index.php文件， 找到这句， &#60;h1 id=”post-&#60;?php the_ID(); ?&#62;”&#62;&#60;a href=”&#60;?php the_permalink() ?&#62;” rel=”bookmark” title=”Permanent Link to &#60;?php the_title(); ?&#62;”&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h1&#62; 复制代码 替换成， &#60;?php $id = intval($post-&#62;ID); $link_to = $wpdb-&#62;get_var(“SELECT meta_value FROM wp_postmeta WHERE meta_key = &#8216;linkto&#8217; and post_id = $id”); ?&#62; &#60;?php if ($link_to) : ?&#62; &#60;h1 id=”post-&#60;?php the_ID(); ?&#62;”&#62;&#60;a href=”&#60;?php echo $link_to; ?&#62;” rel=”bookmark” title=”Permanent [...]]]></description>
		<wfw:commentRss>http://www.zzbang.cn/cms/wordpress/93.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

