<?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>Lihua &#187; WordPress</title>
	<atom:link href="http://lihua.me/zh/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://lihua.me/zh</link>
	<description>相忘于江湖</description>
	<lastBuildDate>Fri, 18 May 2012 14:40:25 +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>WordPress 清理</title>
		<link>http://lihua.me/zh/wordpress-database-clear/</link>
		<comments>http://lihua.me/zh/wordpress-database-clear/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 14:07:03 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/blog-service/</guid>
		<description><![CDATA[UPDATE wp_options SET option_value = replace( option_value, 'http://www.domain.org', 'http://www.newdomain.org' ) WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET post_content = replace( post_content, 'http://www.domain.org', 'http://www.newdomain.org' ) ; UPDATE wp_posts SET guid = replace( guid, 'http://www.domain.org', 'http://www.newdomain.org' ) ;]]></description>
			<content:encoded><![CDATA[<p><code>UPDATE wp_options SET option_value = replace( option_value, 'http://www.domain.org', 'http://www.newdomain.org' ) WHERE option_name = 'home' OR option_name = 'siteurl';<br />
UPDATE wp_posts SET post_content = replace( post_content, 'http://www.domain.org', 'http://www.newdomain.org' ) ;<br />
UPDATE wp_posts SET guid = replace( guid, 'http://www.domain.org', 'http://www.newdomain.org' ) ;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/wordpress-database-clear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>常用的 WordPress 扩展</title>
		<link>http://lihua.me/zh/wordpress-plugins/</link>
		<comments>http://lihua.me/zh/wordpress-plugins/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 03:51:23 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress plugins]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/?p=1783</guid>
		<description><![CDATA[Akismet 系统自带，自动过滤垃圾评论； Audio player Clean Options Delete-Revision Disable Revisions and Autosave 禁止自动保存和多版本功能； eD2k Link Selector Google XML Sitemaps 生成 Google 地图； No Self Pings Memory Bump Remove /blog slug plugin for wpmu 去掉 WordPress 多用户版主用户永久链接中讨厌的 /blog； Simple Tags Super Switch 超级开关， Twitter Tools 将 Twitter 的内容备份到 WordPress ； Widget Logic WordPress Related Posts WP-CMS Post [...]]]></description>
			<content:encoded><![CDATA[<p><span id="more-90"></span></p>
<ol>
<li>Akismet<br />
系统自带，自动过滤垃圾评论；</li>
<li>Audio player</li>
<li>Clean Options</li>
<li>Delete-Revision</li>
<li>Disable Revisions and Autosave<br />
禁止自动保存和多版本功能；</li>
<li>eD2k Link Selector</li>
<li>Google XML Sitemaps<br />
生成 Google 地图；</li>
<li>No Self Pings</li>
<li>Memory Bump</li>
<li><a href="http://www.thinkinginwordpress.com/2009/09/remove-blog-slug-from-the-default-blog-of-wpmu-subdirectory-installation/" target="_blank">Remove /blog slug plugin for wpmu</a><br />
去掉 WordPress 多用户版主用户永久链接中讨厌的 /blog；</li>
<li>Simple Tags</li>
<li><a href="http://wordpress.org/extend/plugins/super-switch/" target="_blank">Super Switch</a><br />
超级开关，</li>
<li>Twitter Tools<br />
将 Twitter 的内容备份到 WordPress ；</li>
<li>Widget Logic</li>
<li>WordPress Related Posts</li>
<li>WP-CMS Post Control</li>
<li>WP-PageNavi<br />
分页功能， WordPress 自带的分页太简单了：前一页，后一页。</li>
<li>WP Super Cache<br />
缓存，WP Super Cache 能够很大改善 WordPress 在高访问量时的表现；</li>
<li>中文 WordPress 工具箱</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 多站点功能</title>
		<link>http://lihua.me/zh/wordpress-multisite/</link>
		<comments>http://lihua.me/zh/wordpress-multisite/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 07:25:55 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://lihua.me/zh/wordpress-multisite/</guid>
		<description><![CDATA[1、wp-config 中添加 define('WP_ALLOW_MULTISITE', true);启用多站点，建议再加一行define('WP_POST_REVISIONS', false);，取消版本功能； 2、安装之后，进入“工具”——“网络”，启用多站点功能；根据提示，再 wp-config 添加相应的代码。]]></description>
			<content:encoded><![CDATA[<p>1、wp-config 中添加 <code>define('WP_ALLOW_MULTISITE', true);</code>启用多站点，建议再加一行<code>define('WP_POST_REVISIONS', false);</code>，取消版本功能；</p>
<p>2、安装之后，进入“工具”——“网络”，启用多站点功能；根据提示，再 wp-config 添加相应的代码。</p>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/wordpress-multisite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网摘内容自动发布到 WordPress</title>
		<link>http://lihua.me/zh/delicious-to-wordpress/</link>
		<comments>http://lihua.me/zh/delicious-to-wordpress/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 23:43:38 +0000</pubDate>
		<dc:creator>Lihua</dc:creator>
				<category><![CDATA[delicious]]></category>
		<category><![CDATA[diigo]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.huaxlee.com/blog/?p=1535</guid>
		<description><![CDATA[有些同学通过手工复制粘贴的功能想网上看到好的内容复制到自己的blog中，这种方法，一则比较低效，再则完全地复制在版权上可能会有一定的问题。 比如利用网摘网站（delicious 或者 diigo）提供的 dailypost 功能，可以实现将每天提交到网摘中的内容自动发布为一个 post，范例：小牛同学的Blog，我感觉都胜过手工复制粘贴的方式。 下面介绍一下这种方法： 如果使用delicious 注册delicious的账号； 安装delicious的功能插件；FireFox版，IE版。 建议在WordPress中新建一个分类比如叫bookmark，记下分类的ID。 进入 setting &#8211; Blogging &#8211; Blogposting，新建任务/Add a new blog posting job job_name，任意取一个； out_username，WordPress的用户名； out_password，WordPress的密码； out_url，http://your-blog-domain.com/xmlrpc.php； out_blog_id，随便，写个“1”吧； out_cat_id，（3）中的分类ID； out_hour (UTC)，每日发布的时间，设置为16的话，大概是凌晨； 好了，以后只要使用delicious收藏网页，网页的标题和摘要就会每天自动发布到Blog了。 如果使用diigo，也是很类似，设置地址在 setting &#8211; auto blog post。]]></description>
			<content:encoded><![CDATA[<p>有些同学通过手工复制粘贴的功能想网上看到好的内容复制到自己的blog中，这种方法，一则比较低效，再则完全地复制在版权上可能会有一定的问题。</p>
<p>比如利用网摘网站（<a href="http://delicious.com">delicious</a> 或者 <a href="http://www.diigo.com/">diigo</a>）提供的 dailypost 功能，可以实现将每天提交到网摘中的内容自动发布为一个 post，<strong>范例：<a href="http://www.lizuxue.com/category/delicious/" target="_blank">小牛同学的Blog</a></strong>，我感觉都胜过手工复制粘贴的方式。</p>
<p>下面介绍一下这种方法：</p>
<p><span id="more-22"></span></p>
<p>如果使用delicious</p>
<ol>
<li>注册delicious的账号；</li>
<li>安装delicious的功能插件；<a href="http://delicious.com/help/quicktour/firefox" target="_blank">FireFox版</a>，<a href="http://delicious.com/help/quicktour/ie" target="_blank">IE版</a>。</li>
<li>建议在WordPress中新建一个分类比如叫bookmark，记下分类的ID。<br />
<img class="alignnone size-full wp-image-1541" src="http://www.huaxlee.com/blog/wp-content/uploads/2008/12/wp-cat-id.png" alt="" width="476" height="251" /></li>
<li>进入 setting &#8211; Blogging &#8211; Blogposting，新建任务/Add a new blog posting job
<ul>
<li>job_name，任意取一个；</li>
<li>out_username，WordPress的用户名；</li>
<li>out_password，WordPress的密码；</li>
<li>out_url，<span style="color: #0000ff">http://your-blog-domain.com/xmlrpc.php</span>；</li>
<li>out_blog_id，随便，写个“1”吧；</li>
<li>out_cat_id，（3）中的分类ID；</li>
<li>out_hour (UTC)，每日发布的时间，设置为16的话，大概是凌晨；</li>
</ul>
</li>
<li>好了，以后只要使用delicious收藏网页，网页的标题和摘要就会每天自动发布到Blog了。</li>
</ol>
<p>如果使用diigo，也是很类似，设置地址在 <a href="https://secure.diigo.com/blog_this/daily_blog" target="_blank">setting &#8211; auto blog post</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://lihua.me/zh/delicious-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

