<?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://zhiqiang.org/blog/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://zhiqiang.org/blog</link>
	<description>zhiqiang&#039;s personal blog</description>
	<lastBuildDate>Tue, 22 Jun 2010 13:08:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>如何去掉category permalink base？</title>
		<link>http://zhiqiang.org/blog/it/how-delete-wordpress-category-base.html</link>
		<comments>http://zhiqiang.org/blog/it/how-delete-wordpress-category-base.html#comments</comments>
		<pubDate>Sat, 08 Nov 2008 15:35:31 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[IT技术]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/?p=871</guid>
		<description><![CDATA[一般而言，WordPress的blog的分类category-name地址是http://yoursite/category/category_name，其中/category/称为分类的permalink base，它可以在后台设定为任何字符串。
我想知道怎么样去掉这个permalink base。
具体来说，我想让我的文章的URL保持为 http://zhiqiang.org/blog/category_name/post_name，但是分类的URL地址保持为 http://zhiqiang.org/category_name/.
WordPress官方网站上有很多人提到过这个问题，因为上面这种...]]></description>
			<content:encoded><![CDATA[<p>一般而言，WordPress的blog的分类category-name地址是http://yoursite/category/category_name，其中/category/称为分类的permalink base，它可以在后台设定为任何字符串。</p>
<p>我想知道怎么样去掉这个permalink base。</p>
<p>具体来说，我想让我的文章的URL保持为 http://zhiqiang.org/blog/category_name/post_name，但是分类的URL地址保持为 http://zhiqiang.org/category_name/.</p>
<p>WordPress官方网站上有很多人提到过这个问题，因为上面这种URL结构很好的体现了文章的结构层次。可惜现在还没有看到什么比较好的解决方案。</p>
<div><h2>相关文章</h2><ul><li><a href="http://zhiqiang.org/blog/it/wordpress-upgrade-to-the-23-change-permalink.html">WordPress升级到2.3 &amp; 更改permalink</a> <small>趁周末把WordPress升级到了2.3。 这次版本更新的重大改动有两个，一个是Tag的引入，另一个category相关的3个数据库改动比较大，后面这个很致命，只要读...</small></li><li><a href="http://zhiqiang.org/blog/it/my-experiences-and-views-blog.html">我的Blog经历和一些看法</a> <small>我是从去年3月开始接触Blog的，最开始注册在MSN Spaces上面，中途见异思迁了一次，搬到sina blog上去了，不过后来还是搬回去了。到今年4月，觉得MSN Space...</small></li><li><a href="http://zhiqiang.org/blog/it/bbpress-installation-problems-and-several-plug-ins.html">bbPress的安装问题和几个插件</a> <small>演示地址：http://zhiqiang.org/bbs/.

bbPress是一个微型论坛程序，官方主页 http://bbpress.org，与WordPress是同一批人开发维护的。主要特点是简洁，且与WordPress...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-the-revised-calendar-own-style.html">修改wordpress的自带日历式样</a> <small>wordpress自带了一个日历函数get_calendar()，可以显示每天各发了哪些文章（把鼠标移到日期上即可看到），是个很实用的函数。可是它原来的式样太丑了...</small></li><li><a href="http://zhiqiang.org/blog/it/the-whole-point-of-static-wordpress.html">WordPress全站静态化</a> <small>继上次把主页静态化后，现在本站所有文章都已经是静态的html页面，跟MT系统差不多，当有新文章或者新留言，相关的html文件在后台自动更新。比如这...</small></li><li><a href="http://zhiqiang.org/blog/science/computer-science/move-blogbus-data-to-wordpress.html">BlogBus搬家文件转WordPress导入文件</a> <small>  最近给某blog做了一次搬家，从Sina转到WordPress独立博客，网上已经有很多工具和方法，但可用而且耗用的不多，总是有一些乱七八糟的问题。这里说一...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-create-the-most-efficient-of-all-stations-browsing.html">打造最快捷的wordpress的全站浏览方式</a> <small>我们有很多种方式浏览全站文章，主页面往前翻页，通过察看分类和按日期存档察看，或者通过搜索查找自己敢兴趣的东西。这些方法的缺陷就是太慢...</small></li><li><a href="http://zhiqiang.org/blog/it/reading-church-wordpress-plug-in-system-architecture-use.html">阅微堂系统架构 &#038; WordPress插件使用情况</a> <small>本系统使用了以下插件：

	Ajax Comments-Reply: 可以在迴響之後跟隨回覆，使用Ajax無刷新。经过一些修改后，实现本系统的MSN Spaces风格的页面ajax显示和...</small></li><li><a href="http://zhiqiang.org/blog/it/wordspew-plug-litter-message-solution.html">wordspew插件的垃圾留言的解决办法</a> <small>wordspew插件可以给Blog添加一个实时的ajax聊天窗口，也可以用来当作一个简单留言板，具体效果可见本blog左侧栏的在线聊天模块。本来一直用得挺好的...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-21-solution-can-not-remove-the-article-upgrade-to-213.html">WordPress 2.1无法删除文章解决方法 &amp; 升级到2.1.3</a> <small>如果你在升级WordPress到2.1之后遇到以下情况：  无法删除文章(post)在文章列表的"Edit"链接旁边，看不到该有的"Delete"链接。在Edit文章界面，点击"Delete thi...</small></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2008. | <a href="http://zhiqiang.org/blog/it/how-delete-wordpress-category-base.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/it/how-delete-wordpress-category-base.html#comments">3 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/it/how-delete-wordpress-category-base.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BlogBus搬家文件转WordPress导入文件</title>
		<link>http://zhiqiang.org/blog/science/computer-science/move-blogbus-data-to-wordpress.html</link>
		<comments>http://zhiqiang.org/blog/science/computer-science/move-blogbus-data-to-wordpress.html#comments</comments>
		<pubDate>Wed, 22 Oct 2008 04:38:47 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[计算机科学]]></category>
		<category><![CDATA[blogbus]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[搬家]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/posts/move-blogbus-data-to-wordpress.html</guid>
		<description><![CDATA[最近给某blog做了一次搬家，从Sina转到WordPress独立博客，网上已经有很多工具和方法，但可用而且耗用的不多，总是有一些乱七八糟的问题。这里说一下我是怎么做的吧，给大家多一个选择。
下面的这种方法不会丢失留言。
第一步，去blogbus的博客搬家工具下载回你的blog的数据（支持几乎所有主流BSP，比如sina, msn spaces等）。你会得到一个xml文档。
第二步，转成WordPress可以识...]]></description>
			<content:encoded><![CDATA[<p><label for="file">最近给某blog做了一次搬家，从Sina转到WordPress独立博客，网上已经有很多工具和方法，但可用而且耗用的不多，总是有一些乱七八糟的问题。这里说一下我是怎么做的吧，给大家多一个选择。</label></p>
<p><label for="file"><strong>下面的这种方法不会丢失留言。</strong></label></p>
<p><label for="file">第一步，去blogbus的<a href="http://banjia.blogbus.com/">博客搬家工具</a>下载回你的blog的数据（支持几乎所有主流BSP，比如sina, msn spaces等）。你会得到一个xml文档。</label></p>
<p><label for="file">第二步，转成WordPress可以识别的格式，用下面的上传框上传第一步得到的xml文档后，你会得到一个新的xml文档，它符合我们需要的WordPress格式。</label></p>
<p>
<form action="http://zhiqiang.org/tools/blogbus.php" method="post" enctype="multipart/form-data"><label for="file">BlogBus的搬家xml文件:</label>&#160;<br />
<input id="file" type="file" name="file" />
<input type="submit" name="submit" value='上传' /></form>
</p>
<p>最后一步，到你的WordPress后台导入第二步得到的xml文档即可，注意导入类型为WordPress。这样不会丢失留言。</p>
<p>注：第二步的后台处理文件借鉴了<a href="http://bingu.net/308/update-blogbus-to-wordpress/" target="_blank">bingu的转换程序</a>。</p>
<div><h2>相关文章</h2><ul><li><a href="http://zhiqiang.org/blog/it/to-get-gibberish-wordpress-move-to-dreamhost.html">搞定乱码，WordPress搬家到dreamhost</a> <small>两个月前一时冲动，花了大约80大洋买了一年的dreamhost主机。刚买的时候就试图把Blog搬到它上面去，不过由于数据库的乱码原因，一直没有成功。最近...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-21-solution-can-not-remove-the-article-upgrade-to-213.html">WordPress 2.1无法删除文章解决方法 &amp; 升级到2.1.3</a> <small>如果你在升级WordPress到2.1之后遇到以下情况：  无法删除文章(post)在文章列表的"Edit"链接旁边，看不到该有的"Delete"链接。在Edit文章界面，点击"Delete thi...</small></li><li><a href="http://zhiqiang.org/blog/it/how-delete-wordpress-category-base.html">如何去掉category permalink base？</a> <small>一般而言，WordPress的blog的分类category-name地址是http://yoursite/category/category_name，其中/category/称为分类的permalink base，它可以在后台设定为任何字符串。
...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-the-revised-calendar-own-style.html">修改wordpress的自带日历式样</a> <small>wordpress自带了一个日历函数get_calendar()，可以显示每天各发了哪些文章（把鼠标移到日期上即可看到），是个很实用的函数。可是它原来的式样太丑了...</small></li><li><a href="http://zhiqiang.org/blog/it/the-whole-point-of-static-wordpress.html">WordPress全站静态化</a> <small>继上次把主页静态化后，现在本站所有文章都已经是静态的html页面，跟MT系统差不多，当有新文章或者新留言，相关的html文件在后台自动更新。比如这...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-blog-has-different-domains.html">同一WordPress的blog可拥有多个域名</a> <small>注：与生成静态化文件的插件冲突。 发个技术贴。相同数据库的blog，但可以用不同域名访问。 效果展示：  http://zhiqiang.org/blog/  https://zhiqiang.org/blog/ (h...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-create-the-most-efficient-of-all-stations-browsing.html">打造最快捷的wordpress的全站浏览方式</a> <small>我们有很多种方式浏览全站文章，主页面往前翻页，通过察看分类和按日期存档察看，或者通过搜索查找自己敢兴趣的东西。这些方法的缺陷就是太慢...</small></li><li><a href="http://zhiqiang.org/blog/it/reading-church-wordpress-plug-in-system-architecture-use.html">阅微堂系统架构 &#038; WordPress插件使用情况</a> <small>本系统使用了以下插件：

	Ajax Comments-Reply: 可以在迴響之後跟隨回覆，使用Ajax無刷新。经过一些修改后，实现本系统的MSN Spaces风格的页面ajax显示和...</small></li><li><a href="http://zhiqiang.org/blog/it/google-gears-in-wordpress-26.html">WordPress 2.6中的Google Gears</a> <small>似乎大家对于Google Gears关注得很少。我认为Google Gears结合浏览器，就是另类的桌面软件，在不断丰富Google的桌面产品线。现在的Google docs已经可以在离...</small></li><li><a href="http://zhiqiang.org/blog/it/wordspew-plug-litter-message-solution.html">wordspew插件的垃圾留言的解决办法</a> <small>wordspew插件可以给Blog添加一个实时的ajax聊天窗口，也可以用来当作一个简单留言板，具体效果可见本blog左侧栏的在线聊天模块。本来一直用得挺好的...</small></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2008. | <a href="http://zhiqiang.org/blog/science/computer-science/move-blogbus-data-to-wordpress.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/science/computer-science/move-blogbus-data-to-wordpress.html#comments">40 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/science/computer-science/move-blogbus-data-to-wordpress.html/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6中的Google Gears</title>
		<link>http://zhiqiang.org/blog/it/google-gears-in-wordpress-26.html</link>
		<comments>http://zhiqiang.org/blog/it/google-gears-in-wordpress-26.html#comments</comments>
		<pubDate>Sun, 24 Aug 2008 03:11:50 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[IT技术]]></category>
		<category><![CDATA[Google Gears]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/posts/google-gears-in-wordpress-26.html</guid>
		<description><![CDATA[似乎大家对于Google Gears关注得很少。我认为Google Gears结合浏览器，就是另类的桌面软件，在不断丰富Google的桌面产品线。现在的Google docs已经可以在离线时使用（浏览器在线时会自动同步到服务器），已经算得上是一个简单版的桌面office。听说Google正在进行Gmail和Google Calendar的离线支持，到那时候就可以彻底抛弃使用outlook了。
WordPress 2.6也加入了对于Google Gears的支持，但现在功...]]></description>
			<content:encoded><![CDATA[<p>似乎大家对于<a href="http://gears.google.com/" target="_blank">Google Gears</a>关注得很少。我认为Google Gears结合浏览器，就是另类的桌面软件，在不断丰富Google的桌面产品线。现在的Google docs已经可以在离线时使用（浏览器在线时会自动同步到服务器），已经算得上是一个简单版的桌面office。听说Google正在进行Gmail和Google Calendar的离线支持，到那时候就可以彻底抛弃使用outlook了。</p>
<p>WordPress 2.6也加入了对于Google Gears的支持，但现在功能比较弱，查了一下<a href="http://trac.wordpress.org/ticket/6965" target="_blank">文档</a>，它根本没用到Google Gears的强大的功能，无法做到离线编辑和管理，只是说保存后台的js，css和图片等文件从而避免重复下载。这和浏览器的缓存根本没有什么区别。这个新功能有点让人失望。</p>
<p>WordPress 2.6版本整个的版本比较失败，加的功能没有什么实质性好处。期待下一个版本。</p>
<div><h2>相关文章</h2><ul><li><a href="http://zhiqiang.org/blog/it/bbpress-installation-problems-and-several-plug-ins.html">bbPress的安装问题和几个插件</a> <small>演示地址：http://zhiqiang.org/bbs/.

bbPress是一个微型论坛程序，官方主页 http://bbpress.org，与WordPress是同一批人开发维护的。主要特点是简洁，且与WordPress...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-chinese-translation-of-documents-initiative.html">WordPress中文文档翻译倡议</a> <small>这是一封WordPress中文文档翻译倡议书。&nbsp;希望大家对倡议书所及内容发表意见和建议，并尽个人所能参与到WordPress中文文档翻译计划中来，谢谢大家...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-the-revised-calendar-own-style.html">修改wordpress的自带日历式样</a> <small>wordpress自带了一个日历函数get_calendar()，可以显示每天各发了哪些文章（把鼠标移到日期上即可看到），是个很实用的函数。可是它原来的式样太丑了...</small></li><li><a href="http://zhiqiang.org/blog/it/the-whole-point-of-static-wordpress.html">WordPress全站静态化</a> <small>继上次把主页静态化后，现在本站所有文章都已经是静态的html页面，跟MT系统差不多，当有新文章或者新留言，相关的html文件在后台自动更新。比如这...</small></li><li><a href="http://zhiqiang.org/blog/it/how-delete-wordpress-category-base.html">如何去掉category permalink base？</a> <small>一般而言，WordPress的blog的分类category-name地址是http://yoursite/category/category_name，其中/category/称为分类的permalink base，它可以在后台设定为任何字符串。
...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-create-the-most-efficient-of-all-stations-browsing.html">打造最快捷的wordpress的全站浏览方式</a> <small>我们有很多种方式浏览全站文章，主页面往前翻页，通过察看分类和按日期存档察看，或者通过搜索查找自己敢兴趣的东西。这些方法的缺陷就是太慢...</small></li><li><a href="http://zhiqiang.org/blog/it/reading-church-wordpress-plug-in-system-architecture-use.html">阅微堂系统架构 &#038; WordPress插件使用情况</a> <small>本系统使用了以下插件：

	Ajax Comments-Reply: 可以在迴響之後跟隨回覆，使用Ajax無刷新。经过一些修改后，实现本系统的MSN Spaces风格的页面ajax显示和...</small></li><li><a href="http://zhiqiang.org/blog/it/wordspew-plug-litter-message-solution.html">wordspew插件的垃圾留言的解决办法</a> <small>wordspew插件可以给Blog添加一个实时的ajax聊天窗口，也可以用来当作一个简单留言板，具体效果可见本blog左侧栏的在线聊天模块。本来一直用得挺好的...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-21-solution-can-not-remove-the-article-upgrade-to-213.html">WordPress 2.1无法删除文章解决方法 &amp; 升级到2.1.3</a> <small>如果你在升级WordPress到2.1之后遇到以下情况：  无法删除文章(post)在文章列表的"Edit"链接旁边，看不到该有的"Delete"链接。在Edit文章界面，点击"Delete thi...</small></li><li><a href="http://zhiqiang.org/blog/it/my-experiences-and-views-blog.html">我的Blog经历和一些看法</a> <small>我是从去年3月开始接触Blog的，最开始注册在MSN Spaces上面，中途见异思迁了一次，搬到sina blog上去了，不过后来还是搬回去了。到今年4月，觉得MSN Space...</small></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2008. | <a href="http://zhiqiang.org/blog/it/google-gears-in-wordpress-26.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/it/google-gears-in-wordpress-26.html#comments">6 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/it/google-gears-in-wordpress-26.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>同一WordPress的blog可拥有多个域名</title>
		<link>http://zhiqiang.org/blog/it/wordpress-blog-has-different-domains.html</link>
		<comments>http://zhiqiang.org/blog/it/wordpress-blog-has-different-domains.html#comments</comments>
		<pubDate>Tue, 19 Aug 2008 03:14:31 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[IT技术]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/posts/wordpress-blog-has-different-domains.html</guid>
		<description><![CDATA[注：与生成静态化文件的插件冲突。
发个技术贴。相同数据库的blog，但可以用不同域名访问。
效果展示：

http://zhiqiang.org/blog/  
https://zhiqiang.org/blog/ (https连接需要你接受此域名的"假"证书，实现方法)  
http://yueweitang.org/

大家知道WordPress的后台需要填写blog的主页地址，而且它也会尽量避免重复页面，所以多域名也是官方所尽量避免的。但某些时候，多个域名看起来比较爽，比...]]></description>
			<content:encoded><![CDATA[<p>注：与生成静态化文件的插件冲突。</p>
<p>发个技术贴。相同数据库的blog，但可以用不同域名访问。</p>
<p>效果展示：</p>
<ul>
<li><a href="http://zhiqiang.org/blog/">http://zhiqiang.org/blog/</a>  </li>
<li><a href="https://zhiqiang.org/blog/">https://zhiqiang.org/blog/</a> (https连接需要你接受此域名的"假"证书，<a href="http://zhiqiang.org/blog/posts/wordpress-blog-support-ssl-https.html" target="_blank">实现方法</a>)  </li>
<li><a href="http://yueweitang.org/">http://yueweitang.org/</a></li>
</ul>
<p>大家知道WordPress的后台需要填写blog的主页地址，而且它也会尽量避免重复页面，所以多域名也是官方所尽量避免的。但某些时候，多个域名看起来比较爽，比如域名闲着也是闲着，yueweitang.org是不是好记点？这时候下面的方法就有用了。</p>
<p>原理是WordPress支持宏定义，可以覆盖后台数据库的option选项。与我们相关的两个option选项是 site_url 和 wp_home。要想覆盖数据库里的选项，定义大写的同名的宏即可。</p>
<p>我所用的代码：</p>
<blockquote><pre><span style="color: #0000ff">&lt;?</span>php
if (isset($_SERVER['<span style="color: #8b0000">HTTPS</span>'])):
 define("<span style="color: #8b0000">WP_SITEURL</span>", "<span style="color: #8b0000">https://zhiqiang.org/blog</span>");
 define("<span style="color: #8b0000">WP_HOME</span>", "<span style="color: #8b0000">https://zhiqiang.org/blog</span>");
elseif ($_SERVER['<span style="color: #8b0000">HTTP_HOST</span>']=='<span style="color: #8b0000">yueweitang.org</span>'):
 define("<span style="color: #8b0000">WP_SITEURL</span>", "<span style="color: #8b0000">http://yueweitang.org</span>");
 define("<span style="color: #8b0000">WP_HOME</span>", "<span style="color: #8b0000">http://yueweitang.org</span>");
endif;
<span style="color: #0000ff">?&gt;</span></pre>
</blockquote>
<p>当然第一步工作是把所有域名都指到同一个目录，这个不同服务器方法不一样，就不多说了。</p>
<div><h2>相关文章</h2><ul><li><a href="http://zhiqiang.org/blog/it/my-experiences-and-views-blog.html">我的Blog经历和一些看法</a> <small>我是从去年3月开始接触Blog的，最开始注册在MSN Spaces上面，中途见异思迁了一次，搬到sina blog上去了，不过后来还是搬回去了。到今年4月，觉得MSN Space...</small></li><li><a href="http://zhiqiang.org/blog/it/reading-church-wordpress-plug-in-system-architecture-use.html">阅微堂系统架构 &#038; WordPress插件使用情况</a> <small>本系统使用了以下插件：

	Ajax Comments-Reply: 可以在迴響之後跟隨回覆，使用Ajax無刷新。经过一些修改后，实现本系统的MSN Spaces风格的页面ajax显示和...</small></li><li><a href="http://zhiqiang.org/blog/memopad/blog-is-back-20080915.html">blog回归和杂记20080915</a> <small>由于某些不可言传的原因，阅微堂关闭了一个半星期．现在阅微堂又回来了．但请不要讨论和询问关闭原因和相关内容．  当然问题拖这么久，一个原...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-the-revised-calendar-own-style.html">修改wordpress的自带日历式样</a> <small>wordpress自带了一个日历函数get_calendar()，可以显示每天各发了哪些文章（把鼠标移到日期上即可看到），是个很实用的函数。可是它原来的式样太丑了...</small></li><li><a href="http://zhiqiang.org/blog/it/blog-fast-download-speeds-to-be-faster-and-the-speed-of-blog.html">blog下载速度多快才算快和blog速度优化</a> <small>很多人有一个大致的感觉，某blog很慢，或者有点慢，但是似乎还过得去，而没有一个量化的指标。其实对于FireFox浏览器，使fastfox插件，可以在右下方...</small></li><li><a href="http://zhiqiang.org/blog/it/let-windows-live-writer-support-tag-of-wordpress-23.html">Windows Live Writer支持WordPress 2.3的tag的方法（不用插件）</a> <small>下载这个文件，解压后上传到blog的根目录，之后WLW编辑区域下面的高级选项里多出了一个keywords选项，里面就对应着WP2.3的Tag!  不是我写的...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-create-the-most-efficient-of-all-stations-browsing.html">打造最快捷的wordpress的全站浏览方式</a> <small>我们有很多种方式浏览全站文章，主页面往前翻页，通过察看分类和按日期存档察看，或者通过搜索查找自己敢兴趣的东西。这些方法的缺陷就是太慢...</small></li><li><a href="http://zhiqiang.org/blog/it/the-whole-point-of-static-wordpress.html">WordPress全站静态化</a> <small>继上次把主页静态化后，现在本站所有文章都已经是静态的html页面，跟MT系统差不多，当有新文章或者新留言，相关的html文件在后台自动更新。比如这...</small></li><li><a href="http://zhiqiang.org/blog/it/google-gears-in-wordpress-26.html">WordPress 2.6中的Google Gears</a> <small>似乎大家对于Google Gears关注得很少。我认为Google Gears结合浏览器，就是另类的桌面软件，在不断丰富Google的桌面产品线。现在的Google docs已经可以在离...</small></li><li><a href="http://zhiqiang.org/blog/it/wordspew-plug-litter-message-solution.html">wordspew插件的垃圾留言的解决办法</a> <small>wordspew插件可以给Blog添加一个实时的ajax聊天窗口，也可以用来当作一个简单留言板，具体效果可见本blog左侧栏的在线聊天模块。本来一直用得挺好的...</small></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2008. | <a href="http://zhiqiang.org/blog/it/wordpress-blog-has-different-domains.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/it/wordpress-blog-has-different-domains.html#comments">10 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/it/wordpress-blog-has-different-domains.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer支持WordPress 2.3的tag的方法（不用插件）</title>
		<link>http://zhiqiang.org/blog/it/let-windows-live-writer-support-tag-of-wordpress-23.html</link>
		<comments>http://zhiqiang.org/blog/it/let-windows-live-writer-support-tag-of-wordpress-23.html#comments</comments>
		<pubDate>Tue, 25 Sep 2007 15:12:14 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[IT技术]]></category>
		<category><![CDATA[Windows Live Writer]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/posts/let-windows-live-writer-support-tag-of-wordpress-23.html</guid>
		<description><![CDATA[下载这个文件，解压后上传到blog的根目录，之后WLW编辑区域下面的高级选项里多出了一个keywords选项，里面就对应着WP2.3的Tag!

不是我写的，via
相关文章我的Blog经历和一些看法 我是从去年3月开始接触Blog的，最开始注册在MSN Spaces上面，中途见异思迁了一次，搬到sina blog上去了，不过后来还是搬回去了。到今年4月，觉得MSN Space...WordPress 2.1无法删除文章解决方法 &#38; 升级到2.1.3...]]></description>
			<content:encoded><![CDATA[<p>下载<a href="http://trac.wordpress.org/attachment/ticket/5023/wlwmanifest.zip" target="_blank">这个文件</a>，解压后上传到blog的根目录，之后WLW编辑区域下面的高级选项里多出了一个keywords选项，里面就对应着WP2.3的Tag!</p>
<p align="center"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="204" alt="windows-live-writer" src="http://zhiqiang.org/blog/wp-content/uploads/WindowsLiveWriter_14410/windowslivewriter_thumb.png" width="644" border="0"/></p>
<p>不是我写的，<a href="http://trac.wordpress.org/ticket/5023" target="_blank">via</a></p>
<div><h2>相关文章</h2><ul><li><a href="http://zhiqiang.org/blog/it/my-experiences-and-views-blog.html">我的Blog经历和一些看法</a> <small>我是从去年3月开始接触Blog的，最开始注册在MSN Spaces上面，中途见异思迁了一次，搬到sina blog上去了，不过后来还是搬回去了。到今年4月，觉得MSN Space...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-21-solution-can-not-remove-the-article-upgrade-to-213.html">WordPress 2.1无法删除文章解决方法 &amp; 升级到2.1.3</a> <small>如果你在升级WordPress到2.1之后遇到以下情况：  无法删除文章(post)在文章列表的"Edit"链接旁边，看不到该有的"Delete"链接。在Edit文章界面，点击"Delete thi...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-the-revised-calendar-own-style.html">修改wordpress的自带日历式样</a> <small>wordpress自带了一个日历函数get_calendar()，可以显示每天各发了哪些文章（把鼠标移到日期上即可看到），是个很实用的函数。可是它原来的式样太丑了...</small></li><li><a href="http://zhiqiang.org/blog/it/blog-fast-download-speeds-to-be-faster-and-the-speed-of-blog.html">blog下载速度多快才算快和blog速度优化</a> <small>很多人有一个大致的感觉，某blog很慢，或者有点慢，但是似乎还过得去，而没有一个量化的指标。其实对于FireFox浏览器，使fastfox插件，可以在右下方...</small></li><li><a href="http://zhiqiang.org/blog/science/computer-science/move-blogbus-data-to-wordpress.html">BlogBus搬家文件转WordPress导入文件</a> <small>  最近给某blog做了一次搬家，从Sina转到WordPress独立博客，网上已经有很多工具和方法，但可用而且耗用的不多，总是有一些乱七八糟的问题。这里说一...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-create-the-most-efficient-of-all-stations-browsing.html">打造最快捷的wordpress的全站浏览方式</a> <small>我们有很多种方式浏览全站文章，主页面往前翻页，通过察看分类和按日期存档察看，或者通过搜索查找自己敢兴趣的东西。这些方法的缺陷就是太慢...</small></li><li><a href="http://zhiqiang.org/blog/it/the-whole-point-of-static-wordpress.html">WordPress全站静态化</a> <small>继上次把主页静态化后，现在本站所有文章都已经是静态的html页面，跟MT系统差不多，当有新文章或者新留言，相关的html文件在后台自动更新。比如这...</small></li><li><a href="http://zhiqiang.org/blog/it/how-delete-wordpress-category-base.html">如何去掉category permalink base？</a> <small>一般而言，WordPress的blog的分类category-name地址是http://yoursite/category/category_name，其中/category/称为分类的permalink base，它可以在后台设定为任何字符串。
...</small></li><li><a href="http://zhiqiang.org/blog/it/wordspew-plug-litter-message-solution.html">wordspew插件的垃圾留言的解决办法</a> <small>wordspew插件可以给Blog添加一个实时的ajax聊天窗口，也可以用来当作一个简单留言板，具体效果可见本blog左侧栏的在线聊天模块。本来一直用得挺好的...</small></li><li><a href="http://zhiqiang.org/blog/it/reading-church-wordpress-plug-in-system-architecture-use.html">阅微堂系统架构 &#038; WordPress插件使用情况</a> <small>本系统使用了以下插件：

	Ajax Comments-Reply: 可以在迴響之後跟隨回覆，使用Ajax無刷新。经过一些修改后，实现本系统的MSN Spaces风格的页面ajax显示和...</small></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2007. | <a href="http://zhiqiang.org/blog/it/let-windows-live-writer-support-tag-of-wordpress-23.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/it/let-windows-live-writer-support-tag-of-wordpress-23.html#comments">7 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/it/let-windows-live-writer-support-tag-of-wordpress-23.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
