<?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>胡说八道 &#187; WordPress</title>
	<atom:link href="http://www.5dzone.net/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.5dzone.net</link>
	<description>感觉快乐就忙东忙西 感觉累了就放空自己 别人说的话 随便听一听 自己做决定</description>
	<lastBuildDate>Sun, 13 May 2012 07:29:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>测试一在我的5800上管理wordpress</title>
		<link>http://www.5dzone.net/test-one-in-5800-to-manage-my-wordpress.html</link>
		<comments>http://www.5dzone.net/test-one-in-5800-to-manage-my-wordpress.html#comments</comments>
		<pubDate>Thu, 28 Apr 2011 04:30:42 +0000</pubDate>
		<dc:creator>猢狲</dc:creator>
				<category><![CDATA[博客动态]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[诺基亚Symbian]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://www.5dzone.net/test-one-in-5800-to-manage-my-wordpress.html</guid>
		<description><![CDATA[在诺基亚5800上安装wordpress客户端管理blog，包括日志发布、修改,管理评论等。 软件的评论界面，可以对日志评论进行回复、删除、设为垃圾评论这些操作。 &#160; 日志界面，可以新建、打开、编辑、删除日志 页面界面，同样可以可以新建、打开、编辑、删除页面。 特别说下日志的编辑界面，可以对日志进行简单的排版，还可以把手机上的照片、视频插入日志中，还可以对日志进行加密。比较独特的功能就是“Add location”功能，可以把你当前的经纬度当成日志的自定义栏目发出去。不过还不能设置日志的别名。]]></description>
		<wfw:commentRss>http://www.5dzone.net/test-one-in-5800-to-manage-my-wordpress.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>给WordPress的评论者链接加密，去掉评论内容里的链接</title>
		<link>http://www.5dzone.net/wordpress-comment-link-open-in-new-window.html</link>
		<comments>http://www.5dzone.net/wordpress-comment-link-open-in-new-window.html#comments</comments>
		<pubDate>Tue, 22 Feb 2011 01:52:30 +0000</pubDate>
		<dc:creator>猢狲</dc:creator>
				<category><![CDATA[博客动态]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[技巧]]></category>

		<guid isPermaLink="false">http://www.5dzone.net/wordpress-comment-link-open-in-new-window.html</guid>
		<description><![CDATA[这些都是“艰难的决定”啊。垃圾留言太猖狂，只好从根本上去掉相应的url。各位想正常显示链接的还是来加友情链接吧，这个没加密。 对WordPress的评论者链接加密 用的Hacklog【荒野无灯weblog】的rewrite版链接重定向加密版代码，将以下代码加入当前主题的functions.php中。 注意：添加完代码之后 ，一定记得到后台打开一下 “固定链接设置” 。其实就是你什么也不用修改，直接点击打开一下“固定链接” 就可以了。不然，呵呵，你自己看着办吧。 01 ########START########### 链接重定向处理 by 荒野无灯&#160; http://www.ihacklog.com&#160;&#160;&#160; ############START############# 02 03 function match_links($content) 04 { 05 $match=array(); 06 preg_match_all(&#34;'&#60;\s*a\s.*?href\s*=\s*([\&#34;\'])?(?(1)(.*?)\\1&#124;([^\s\&#62;]+))[^&#62;]*&#62;?(.*?)&#60;/a&#62;'isx&#34;,$content,$links); 07 while(list($key,$val) = each($links[2])) { 08 if(!empty($val)&#160;&#160; &#38;&#38;&#160; !preg_match(&#34;@\.(jpg&#124;gif&#124;png&#124;rar&#124;zip&#124;gz&#124;tgz&#124;swf&#124;js&#124;txt)$@i&#34;,$val)&#160; ) 09 $match['link'][] = $val; 10 } 11 while(list($key,$val) = each($links[3])) { 12 if(!empty($val)) 13 $match['link'][] = $val; 14 } 15 [...]]]></description>
		<wfw:commentRss>http://www.5dzone.net/wordpress-comment-link-open-in-new-window.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>添加腾讯微博同步登录及发布插件</title>
		<link>http://www.5dzone.net/qq-weibo-synchronous-login-and-article-plug-in.html</link>
		<comments>http://www.5dzone.net/qq-weibo-synchronous-login-and-article-plug-in.html#comments</comments>
		<pubDate>Wed, 16 Feb 2011 12:31:52 +0000</pubDate>
		<dc:creator>猢狲</dc:creator>
				<category><![CDATA[博客动态]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[腾讯微博]]></category>

		<guid isPermaLink="false">http://www.5dzone.net/qq-weibo-synchronous-login-and-article-plug-in.html</guid>
		<description><![CDATA[添加我爱水煮鱼的腾讯微博连接插件，这个插件的主要功能有： 使用腾讯微博账号登陆 WordPress 博客，腾讯微博连接插件会在留言框，注册页面，登录页面都会加入使用腾讯微博连接的按钮，你只要几次点击，然后到腾讯微博进行简单的验证就能使用腾讯微博账号登陆 WordPress 博客。 同步留言到腾讯微博，腾讯微博连接插件会在留言框增加一个选项，让用户选择是否把自己的留言同步到腾讯微博，方便用户跟踪自己的网上行为，把腾讯微博当作自己的 lifestream 一种方式。 同步日志到腾讯微博，腾讯微博连接插件能够让 WordPress 管理员绑定一个腾讯微博的账号，然后博客日志更新的时候，自动更新一条微博（标题+链接）到腾讯微博。 感觉还不错，作者还有新浪微博连接、豆瓣连接等类似的插件，感兴趣的可以都装上，不过作者近期会将这三个插件整理成一个插件。 作者网站：我爱水煮鱼]]></description>
		<wfw:commentRss>http://www.5dzone.net/qq-weibo-synchronous-login-and-article-plug-in.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>去掉用Windows Live Write撰写WordPress日志时多余缩略图</title>
		<link>http://www.5dzone.net/windows-live-writer-wordpress-thumbnail.html</link>
		<comments>http://www.5dzone.net/windows-live-writer-wordpress-thumbnail.html#comments</comments>
		<pubDate>Tue, 08 Feb 2011 12:42:58 +0000</pubDate>
		<dc:creator>猢狲</dc:creator>
				<category><![CDATA[博客动态]]></category>
		<category><![CDATA[Windows Live Writer]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[设置]]></category>

		<guid isPermaLink="false">http://www.5dzone.net/windows-live-writer-wordpress-thumbnail.html</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160; 用Windows Live Writer写Wordpress文章的时候都会自动生成几个不同尺寸的缩略图，但这些图根本就没用处，白占磁盘空间，google下别人的设置方法，收藏下。 &#160;&#160;&#160;&#160; 在插入图片或截图直接粘贴到Windows Live Writer编辑器中时，将右侧图片属性中的“链接到”改成无，在“高级”中选择图片的“原始大小”，然后回到图片属性栏点击下面的“保存为默认设置”这就需要我们每次在插入图片之前就将图片尺寸改好，这样就不会自动生成缩略图了。 &#160; &#160; 参考日志：写WordPress博客不自动生成缩略图的方法（包含Windows Live Writer）]]></description>
		<wfw:commentRss>http://www.5dzone.net/windows-live-writer-wordpress-thumbnail.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>域名邮箱收不到同域下WordPress发送的邮件的解决办法</title>
		<link>http://www.5dzone.net/wordpress-googleapp-mail-failure.html</link>
		<comments>http://www.5dzone.net/wordpress-googleapp-mail-failure.html#comments</comments>
		<pubDate>Sun, 23 Jan 2011 08:36:53 +0000</pubDate>
		<dc:creator>猢狲</dc:creator>
				<category><![CDATA[博客动态]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.5dzone.net/wordpress-googleapp-mail-failure.html</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160; 现在很多空间都自带了邮件服务，比如我现在正在用的。不过一般都没使用这个服务而是去申请免费的域名邮箱。这种条件下在已经选择了&#34;有人发表评论时发送邮件&#34;和&#34;评论待审核时发送邮件&#34;两个选项时仍然收不到WordPress发送的邮件，把管理员邮箱地址换成其他邮件地址却能正常接收。以前没怎么注意这个问题，今天在网络上闲逛的时候看见了这种情况的解决办法。 问题原因: &#160;&#160;&#160;&#160;&#160; 虚拟主机其实已经自带了邮件服务,虽然已经在域名那边设置MX指向了Google,但是在WordPress自动发送邮件的时候一看是同域名,就往本主机发送,于是失败了。 Cpanel下的解决方法: 1.在Cpanel控制面板下找到邮件服务的“MX输入” &#160; 2.点击进入，在电子邮件路由中选择“远程邮件交换器” (将服务器配置成不本地接受邮件，并将邮件发送至最小编号的 MX 记录。),最后更改保存。如果是其他的控制面板直接关闭本地邮件服务就行。 &#160; 参考文章：解决Google企业套件域名邮箱收不到同域下WordPress发送的邮件]]></description>
		<wfw:commentRss>http://www.5dzone.net/wordpress-googleapp-mail-failure.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>用Windows Live Writer 2011做博客的离线编辑器</title>
		<link>http://www.5dzone.net/to-do-with-windows-live-writer-2011-offline-blog-editor.html</link>
		<comments>http://www.5dzone.net/to-do-with-windows-live-writer-2011-offline-blog-editor.html#comments</comments>
		<pubDate>Sat, 22 Jan 2011 14:15:07 +0000</pubDate>
		<dc:creator>猢狲</dc:creator>
				<category><![CDATA[博客动态]]></category>
		<category><![CDATA[Windows Live Writer]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[离线]]></category>

		<guid isPermaLink="false">http://www.5dzone.net/to-do-with-windows-live-writer-2011-offline-blog-editor.html</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;&#160; 以前一直用菊子曰做离线编辑器的，谁想升级新版后在我的电脑上编辑新日志的时候不能粘贴了，真痛苦。换用Windows Live Writer 2011试试。]]></description>
		<wfw:commentRss>http://www.5dzone.net/to-do-with-windows-live-writer-2011-offline-blog-editor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

