<?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/">
	<channel>
		<title>部落格之Wordpress</title>
		<link>http://philippians.chinarenluntan.info/forum-f1/topic-t1.htm</link>
		<description></description>
		<lastBuildDate>Mon, 06 Oct 2008 04:05:59 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>部落格之Wordpress</title>
			<url>http://i37.servimg.com/u/f37/13/07/98/63/people10.gif</url>
			<link>http://philippians.chinarenluntan.info/forum-f1/topic-t1.htm</link>
		</image>
		<item>
			<title>簡體繁體中文轉換 / 語法</title>
			<link>http://philippians.chinarenluntan.info/forum-f1/topic-t91.htm</link>
			<dc:creator>Sundog</dc:creator>
			<description>大家基本上都是用中文写博客，我们也知道国内用的是简体中文，而港台澳和其他海外的华人用的是正体中文，也就是我们所说的繁体字。严格地说简体中文是繁体中文的阉割版，因为它是在繁体中文的基础上简化而来的。细心一点分析我们的统计就会发现，我们的读者不仅仅限于国内朋友，还有很多来自港台澳和国外的华人朋友也通过各种渠道来到我们的博客。简体字经过几十年的发展，已经深入到国内的每一个行业。但是很明显，简体字对于这些朋友来说很陌生，比较形象的说法是“缺胳膊少腿”。



上网的时候我们会发现很多网站都有繁体版本，通过导航栏上的一个按钮就可以把网页上的文字从简体中文变成繁体中文。很多主机商也提供类似于“简繁通”之类的产品，当然，是需要收费的。那么，怎么让我们的博客不用花钱也能支持简繁转换呢？



我们看到国内的很多博客用户都在自己的主页上添加了Google的翻译挂件，通过简单的设置让Google来为我们把网页从简体中文翻译成繁体中文或英语。而我介绍的这个简繁转换，是通过js的方式实现的。下面我就以WordPress为例说明一下：



1、下载文件tw_cn.js



2、修改变量。拥记事本打开文件，对前几行有标注的变量进行更改；



3、上传文件tw_cn.js到网站根目录；



4、修改模板，在你想要显示简繁转换按钮的地方加上代码：



&lt;a  ...</description>
			<category>部落格之Wordpress</category>
			<pubDate>Mon, 06 Oct 2008 04:05:59 GMT</pubDate>
			<comments>http://philippians.chinarenluntan.info/forum-f1/topic-t91.htm#92</comments>
			<guid>http://philippians.chinarenluntan.info/forum-f1/topic-t91.htm</guid>
		</item>
		<item>
			<title>繁體簡體中文轉換 / 插件</title>
			<link>http://philippians.chinarenluntan.info/forum-f1/topic-t90.htm</link>
			<dc:creator>Sundog</dc:creator>
			<description>您的Blog是简体还是繁体的？我曾经写过一篇教程，关于让WordPress等各类型的博客或网站支持简体中文和繁体中文切换，这是为了让中文Blog能够联通中国大陆、台湾、香港、澳门以及其他海外华人，让中文阅读更精彩更广泛。今天抽了点时间，把这个教程涉及到的步骤写了一个傻瓜式插件Chinese Versions Switcher，免除了很多不必要的麻烦，也让更多人能让自己的Blog支持简繁转换。效果可见本站导航栏“繁体”字样按钮。





插件描述：



Chinese  ...</description>
			<category>部落格之Wordpress</category>
			<pubDate>Mon, 06 Oct 2008 04:01:38 GMT</pubDate>
			<comments>http://philippians.chinarenluntan.info/forum-f1/topic-t90.htm#91</comments>
			<guid>http://philippians.chinarenluntan.info/forum-f1/topic-t90.htm</guid>
		</item>
		<item>
			<title>下拉式分類選單 / 選單</title>
			<link>http://philippians.chinarenluntan.info/forum-f1/topic-t89.htm</link>
			<dc:creator>Sundog</dc:creator>
			<description>



下拉方式分类菜单



想要在侧边栏中添加一个比较好看的分类下来菜单，将下面一段代码添加到您想要放置他们地方——替换侧边栏原本的分类菜单，页首或者是页尾都可以:-



&lt;form action=&quot;&lt;?php bloginfo('url'); ?&gt;/&quot; method=&quot;get&quot;&gt;

&lt;?php

&#36;select = wp_dropdown_categories('show_option_none=Select category&amp;show_count=1&amp;orderby=name&amp;echo=0');

&#36;select = preg_replace(&quot;#&lt;select([^&gt;]*)&gt;#”,  ...</description>
			<category>部落格之Wordpress</category>
			<pubDate>Mon, 06 Oct 2008 03:58:44 GMT</pubDate>
			<comments>http://philippians.chinarenluntan.info/forum-f1/topic-t89.htm#90</comments>
			<guid>http://philippians.chinarenluntan.info/forum-f1/topic-t89.htm</guid>
		</item>
		<item>
			<title>在每篇文章后面添加一个“Feed订阅”消息 / 訂閱</title>
			<link>http://philippians.chinarenluntan.info/forum-f1/topic-t88.htm</link>
			<dc:creator>Sundog</dc:creator>
			<description>



很多人都用这种信息来提醒他们的读者订阅自己的博客，他们把这个提示信息放在每篇文章后面。这可以用一个简单的插件完成，或者，下面简单的几步。如果你想让这个提示消息出现在每篇文章的后面，那么，打开single.php文件，找到显示文章内容的函数[上一个技巧中有提到]，然后在其下方添加下面这段代码:-



&lt;div style=”padding:5px; border:1px solid #999999; margin-top:10px;  ...</description>
			<category>部落格之Wordpress</category>
			<pubDate>Mon, 06 Oct 2008 03:57:01 GMT</pubDate>
			<comments>http://philippians.chinarenluntan.info/forum-f1/topic-t88.htm#89</comments>
			<guid>http://philippians.chinarenluntan.info/forum-f1/topic-t88.htm</guid>
		</item>
		<item>
			<title>在评论中启用Gravatars / 頭像</title>
			<link>http://philippians.chinarenluntan.info/forum-f1/topic-t87.htm</link>
			<dc:creator>Sundog</dc:creator>
			<description>Gravatars是由Gravatars.com提供的评论者头像服务，用户在留言评论后会在对应的评论中出现代表其的头像[如果主题支持Gravatars]。很多主题在设计和发布的时候是不支持Gravatars的，所以这里给出添加Gravatars的方法。打开您主题文件中的comments.php文件，找到下面这行代码:-



&lt;?php comment_text() ?&gt;



用下面这段代码替代上面的代码:-



&lt;div class=&quot;gravs&quot;&gt;

&lt;?php if (get_bloginfo('version')&gt;=2.5)

echo  ...</description>
			<category>部落格之Wordpress</category>
			<pubDate>Mon, 06 Oct 2008 03:55:39 GMT</pubDate>
			<comments>http://philippians.chinarenluntan.info/forum-f1/topic-t87.htm#88</comments>
			<guid>http://philippians.chinarenluntan.info/forum-f1/topic-t87.htm</guid>
		</item>
		<item>
			<title>WriteToMyBlog / 在线编辑器</title>
			<link>http://philippians.chinarenluntan.info/forum-f1/topic-t86.htm</link>
			<dc:creator>Sundog</dc:creator>
			<description>如果你拥有多个博客，有时候想同时发布一篇文章到它们上面，那么你会怎样做呢？我所知道WordPress可以通过插件来实现同时发布文章到多个博客，而今天Chada介绍给大家的在线工具Write to My Blog，则可以轻松地将在线编辑文章并发布到多个博客。



Write to My Blog是一个不需要注册，不需要透露任何个人信息的在线工具。



Write to My Blog在线编辑功能强大，其编辑模式就分为“标准  ...</description>
			<category>部落格之Wordpress</category>
			<pubDate>Mon, 06 Oct 2008 03:53:08 GMT</pubDate>
			<comments>http://philippians.chinarenluntan.info/forum-f1/topic-t86.htm#87</comments>
			<guid>http://philippians.chinarenluntan.info/forum-f1/topic-t86.htm</guid>
		</item>
		<item>
			<title>Count Posts &amp; Comments / 插件</title>
			<link>http://philippians.chinarenluntan.info/forum-f1/topic-t85.htm</link>
			<dc:creator>Sundog</dc:creator>
			<description>插件描述：



Count Posts &amp; Comments(CPC)支持在博客页面展示您的博客总日志数以及总评论数。CPC插件共有三种调用方式，分别为调用总日志数和总评论数、单独调用Feedburner样式的总日志数、单独调用Feedburner样式的总评论数。



如果您熟悉CSS样式的相关内容，还可以在编辑插件文件夹内cpc-css.css样式文件修改这三种调用方式的样式，使这个插件和您的博客看起来更协调。



安装说明：



1.  ...</description>
			<category>部落格之Wordpress</category>
			<pubDate>Mon, 06 Oct 2008 03:49:05 GMT</pubDate>
			<comments>http://philippians.chinarenluntan.info/forum-f1/topic-t85.htm#86</comments>
			<guid>http://philippians.chinarenluntan.info/forum-f1/topic-t85.htm</guid>
		</item>
	</channel>
</rss>