<?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>live@haliluya &#187; wordpress</title>
	<atom:link href="http://live.haliluya.org/weblog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://live.haliluya.org/weblog</link>
	<description>Yang Jing's Weblog</description>
	<lastBuildDate>Sat, 19 Mar 2011 07:25:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>又重写模板</title>
		<link>http://live.haliluya.org/weblog/2010/02/18/rebuild-again/</link>
		<comments>http://live.haliluya.org/weblog/2010/02/18/rebuild-again/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:14:12 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[站站务务]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/?p=550</guid>
		<description><![CDATA[团拜酒后负伤，故未赴大马晒太阳，整个春节假期一个人宅在家里。重写了theme，总体是和前次差不多的款，只是用了很多图片字。目前是满意了... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/stomaid/4367060025/" title="newtheme by helloyj, on Flickr"><img src="http://farm5.static.flickr.com/4063/4367060025_e744666bb0.jpg" width="500" height="408" alt="newtheme"/></a></p>
<p>团拜酒后负伤，故未赴大马晒太阳，整个春节假期一个人宅在家里。重写了theme，总体是和前次差不多的款，只是用了很多图片字。目前是满意了。</p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2010/02/18/rebuild-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin: Random Images</title>
		<link>http://live.haliluya.org/weblog/2008/01/24/wordpress-plugin-random-images/</link>
		<comments>http://live.haliluya.org/weblog/2008/01/24/wordpress-plugin-random-images/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 02:54:37 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[分不清]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Random Images]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2008/01/24/wordpress-plugin-random-images/</guid>
		<description><![CDATA[没想到我竟然会自己弄了一个WordPress插件。这个插件我把它叫做Random Images，因为我是以random、image这两个关键字，在Snipplr Code 2.0里找到这个插件的核心代码&#8212;Simple PHP Randomizer的。它的功能，... ]]></description>
			<content:encoded><![CDATA[<p>没想到我竟然会自己弄了一个<a href="http://wordpress.org/">WordPress</a>插件。这个插件我把它叫做Random Images，因为我是以random、image这两个关键字，在<a href="http://snipplr.com/">Snipplr Code 2.0</a>里找到这个插件的核心代码&#8212;<a href="http://www.456bereastreet.com/archive/200701/simple_php_randomizer/">Simple PHP Randomizer</a>的。它的功能，顾名思义，就是<strong>随机显示图片</strong>。效果见<a href="http://beauty.haliluya.org/">H!Beauty</a>侧栏。</p>
<p><strong>下载（donwload）:</strong> <a href="http://live.haliluya.org/download/wp-random-images-0.1.zip">Random Images 0.1</a></p>
<p>使用的话，我还没弄懂如何在后台添加设置界面，所以目前只能是通过后台的Plugin Editor手工修改了。还好，修改起来不算麻烦。<a href="http://live.haliluya.org/lab/wp-random-images.phps">点击这里可以查看完整的代码</a>。<br />
下面这一串代码记录随机图片的信息，如链接、图片链接等，只要照着输入就可以了。加入更多图片的话，只需自行添加array，4、5、6&#8230;.这样就可以了。</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #cc66cc;">1</span> <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
<span style="color: #0000ff;">'href'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'链接'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'链接名'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'src'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'图片链接'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'alt'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'图片alt属性值'</span>
<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
<span style="color: #cc66cc;">2</span> <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
<span style="color: #0000ff;">'href'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'url'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'text'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'src'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'image-url'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'alt'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'text'</span>
<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
<span style="color: #cc66cc;">3</span> <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
<span style="color: #0000ff;">'href'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'url'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'text'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'src'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'image-url'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'alt'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'text'</span>
<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
<span style="color: #666666; font-style: italic;">// add more data here</span></pre></div></div>

<p>随机显示几张图片则修改下面代码中的阿拉伯数字即可。</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$numberOfItems</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">2</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Change to the number of items you want show</span></pre></div></div>

<p>Ok，大功告成。哎，其实只是简单的拼凑。</p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2008/01/24/wordpress-plugin-random-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>重写模板</title>
		<link>http://live.haliluya.org/weblog/2007/11/27/rebuild-my-wp-theme/</link>
		<comments>http://live.haliluya.org/weblog/2007/11/27/rebuild-my-wp-theme/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 03:31:39 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[站站务务]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2007/11/27/%e9%87%8d%e5%86%99%e6%a8%a1%e6%9d%bf/</guid>
		<description><![CDATA[拖拉了一个多星期，终于把模板代码重写了一遍。变化不大，只是把两栏改成三栏，配色还是以前那样。重写代码主要是小考一下自己的CSS知识，Wordpress函数方面，因为官方文档写得很详细，... ]]></description>
			<content:encoded><![CDATA[<p>拖拉了一个多星期，终于把模板代码重写了一遍。变化不大，只是把两栏改成三栏，配色还是以前那样。重写代码主要是小考一下自己的CSS知识，Wordpress函数方面，因为<a href="http://codex.wordpress.org/">官方文档</a>写得很详细，没费多少功夫。这次弄清了functions是干嘛使的，自然也加上了widget。觉得widget不好用，还是直接把代码加在侧栏里舒服:-)。</p>
<p>打算提供一个可下载的版本，只是不知道要拖拉到什么时候。</p>
<p>最后老规矩，附图一张。（大家都是通过RSS看博客吧:lol:)</p>
<p><a href="http://photo14.yupoo.com/20071127/090715_1989594284_xkvptoby.jpg" title="来YUPOO看我的照片"><img src="http://photo14.yupoo.com/20071127/090715_1989594284.jpg" alt="rebuildtheme" width="500" height="319" class="frame" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2007/11/27/rebuild-my-wp-theme/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>用Feed Count显示Feedbuner订阅数</title>
		<link>http://live.haliluya.org/weblog/2007/11/16/display-the-feedburner-subscribers-number/</link>
		<comments>http://live.haliluya.org/weblog/2007/11/16/display-the-feedburner-subscribers-number/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 03:50:13 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[Web n.0]]></category>
		<category><![CDATA[Feed Count]]></category>
		<category><![CDATA[Feedbuner]]></category>
		<category><![CDATA[gwf]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2007/11/16/display-the-feedburner-subscribers-number/</guid>
		<description><![CDATA[Feedbuner被墙以后，那个显示订阅数的chicklet就显示不了了。Feed Count这个Wordpress插件是用文本方式显示Feedburner订阅数。它是用Feedburner的Awareness API提供的数据，也就是用api.feedburner.com/xxx的域名，... ]]></description>
			<content:encoded><![CDATA[<p><img src='http://live.haliluya.org/weblog/wp-content/uploads/2007/11/feedcount-2.png' alt='feedcount2' class="alignright" />Feedbuner被墙以后，那个显示订阅数的chicklet就显示不了了。<a href="http://www.mapelli.info/feed/feed-count-12">Feed Count</a>这个Wordpress插件是用文本方式显示Feedburner订阅数。它是用Feedburner的Awareness API提供的数据，也就是用api.feedburner.com/xxx的域名，而这个域名并没有被墙，所以用这个插件就可以在Blog里显示Feedburner的订阅数了。</p>
<p>把下面语句插入到模板中就可以了，也可以写一段CSS让它按你喜欢的方式显示。<br />
<coolcode><?php if (function_exists('fc_feedcount')) fc_feedcount(); ?></coolcode></p>
<p>我的订阅数实在不好意思拿出来献丑，只有贴张后台选项截图。<br />
<img src='http://live.haliluya.org/weblog/wp-content/uploads/2007/11/feedcount-1.png' alt='feedcount' class="frame" /></p>
<p><a href="http://www.mapelli.info/feed/feed-count-12">下载Feed Count1.2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2007/11/16/display-the-feedburner-subscribers-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3 Tag Archive</title>
		<link>http://live.haliluya.org/weblog/2007/11/15/wordpress-23-tag-archive/</link>
		<comments>http://live.haliluya.org/weblog/2007/11/15/wordpress-23-tag-archive/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 02:41:58 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[分不清]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2007/11/15/wordpress-23-tag-archive/</guid>
		<description><![CDATA[我想在存档（Archive）页面上加上一条提示信息，如“您正在浏览Tag为Wordpress的存档页面”，或“您正在浏览2007年11月的存档页面”。看了Codex文档，知道要用is_tag+single_tag_title组合，不过加进The... ]]></description>
			<content:encoded><![CDATA[<p>我想在存档（Archive）页面上加上一条提示信息，如“您正在浏览Tag为Wordpress的存档页面”，或“您正在浏览2007年11月的存档页面”。看了Codex文档，知道要用<a href="http://prex.wordpress.org/Conditional_Tags#A_Tag_Page">is_tag</a>+<a href="http://prex.wordpress.org/Template_Tags/single_tag_title">single_tag_title</a>组合，不过加进Theme里去费了一些时间。看来自己还是PHP白痴，所以记录一下。</p>
<p>首先Theme里得有个Archives(archive.php)，当然没有也可以，加在Main Index Template(index.php)里也行。我这个Theme没有archive.php，而有了archive.php后，所有存档页包括月、年、分类等都会调用它来显示，Tag也是如此。判断是哪种存档页并显示相应的提示信息需要下面的语句（来自<a href="http://www.maryndor.tk">WP Glass</a>）:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?&gt;
&lt;php /* If this is a category archive */ if (is_category()) { ?&gt;				
&lt;h3&gt;You're Browsering Archive for the '<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> single_cat_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>' Category&lt;/h3&gt;
&nbsp;
&lt;php /* If this is a tag archive */ } elseif (is_tag()) { ?&gt;
&lt;h3&gt;You're Browsering Archive for the ‘<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> single_tag_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>’ Tag&lt;/h3&gt;
&nbsp;
&lt;php /* If this is a daily archive */ } elseif (is_day()) { ?&gt;
&lt;h3&gt;You're Browsering Archive for <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'F jS, Y'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h3&gt;
&nbsp;
&lt;php /* If this is a monthly archive */ } elseif (is_month()) { ?&gt;
&lt;h3&gt;You're Browsering Archive for <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'F, Y'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h3&gt;
&nbsp;
&lt;php /* If this is a yearly archive */ } elseif (is_year()) { ?&gt;
&lt;h3&gt;You're Browsering Archive for <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Y'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h3&gt;
&nbsp;
&lt;php /* If this is a search */ } elseif (is_search()) { ?&gt;
&lt;h3&gt;Search Results&lt;/h3&gt;
&nbsp;
&lt;php /* If this is an author archive */ } elseif (is_author()) { ?&gt;
&lt;h3&gt;Author Archive&lt;/h3&gt;</pre></div></div>

<p>上面的语句加在if while语句&#8211;也就是下面两句之间</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>php <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #339933;">&lt;</span>php <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>现在提示信息就能“自动判断”显示了。不过Theme里有tag.php的话，Tag存档页是调用tag.php，可以在其中你希望显示的位置加上single_tag_title。</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">You<span style="color: #0000ff;">'re Browsering Archive for the ‘&lt;php echo single_tag_title(); ?&gt;’ Tag</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2007/11/15/wordpress-23-tag-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to Blogger</title>
		<link>http://live.haliluya.org/weblog/2007/06/13/changed_theme/</link>
		<comments>http://live.haliluya.org/weblog/2007/06/13/changed_theme/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 09:15:13 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[站站务务]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2007/06/13/changed_theme/</guid>
		<description><![CDATA[再换回到Blogger是不现实的。于是只能换用这个基于Blogger经典模板的theme。这个由Blogger的Minima Black转换而来的wordpress theme是DarkNight 2.0，作者是David Chait。我喜欢白色的，就自己code成Minima White。... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://live.haliluya.org/weblog/2006/09/28/%e6%8d%a2%e5%88%b0wordpress/">再换回</a>到<a href="http://blogger.com">Blogger</a>是不现实的。于是只能换用这个基于Blogger经典模板的theme。这个由Blogger的Minima Black转换而来的wordpress theme是<a href="http://themes.wordpress.net/columns/2-columns/425/darknight-20-theme-20/">DarkNight 2.0</a>，作者是David Chait。我喜欢白色的，就自己code成Minima White。自己觉得效果不错^__^。</p>
<p>最后为自己在上班时间做这种无聊的事忏悔一下。</p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2007/06/13/changed_theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>尝试自己写一个WP Theme</title>
		<link>http://live.haliluya.org/weblog/2007/05/10/design_wp_theme_by_self/</link>
		<comments>http://live.haliluya.org/weblog/2007/05/10/design_wp_theme_by_self/#comments</comments>
		<pubDate>Thu, 10 May 2007 05:18:20 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[分不清]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2007/05/10/design_wp_theme_by_self/</guid>
		<description><![CDATA[或许我太闲了，打算自己写一个Wordpress Theme，并且已经开了头。算是挑战自己的CSS知识，PHP知识就谈不上挑战了: 几乎不懂。所以，写出一个有多多功能的Theme不是我的计划，只要还算易于阅读... ]]></description>
			<content:encoded><![CDATA[<p>或许我太闲了，打算自己写一个Wordpress Theme，并且已经开了头。算是挑战自己的CSS知识，PHP知识就谈不上挑战了: 几乎不懂。所以，写出一个有多多功能的Theme不是我的计划，只要还算易于阅读也就够了。到<a href="http://themes.wordpress.net/">Theme集中营</a>看了不少，越发觉得界面没必要复杂、炫目，而且以我个人经验，大量文章都是通过FEED阅读器阅读的。</p>
<p>在一堆代码里确实容易昏头，昨天就因为复制错误，毁了自己这个blog的style.css，只得找出20多天前的备份重写。备份是多么多么重要。就目前的进展看，有些目不忍睹，不过最好还是坚持完成。当然，难免将来会把一些笔记发上来。</p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2007/05/10/design_wp_theme_by_self/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>换到wordpress</title>
		<link>http://live.haliluya.org/weblog/2006/09/28/%e6%8d%a2%e5%88%b0wordpress/</link>
		<comments>http://live.haliluya.org/weblog/2006/09/28/%e6%8d%a2%e5%88%b0wordpress/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 06:10:13 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[站站务务]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[建站]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2006/09/28/%e6%8d%a2%e5%88%b0wordpress/</guid>
		<description><![CDATA[这两天我花了很多时间做了一件没有性格事: 把Blogger换成WordPress。 这样做最主要的原因是之前Google索引不够全，我的很多Post搜索不到，对自我检查很不利。还有一些不值一提的原因。 在Dreamhos... ]]></description>
			<content:encoded><![CDATA[<p>这两天我花了很多时间做了一件没有性格事: 把<a href="http://www.blogger.com">Blogger</a>换成<a href="http://wordpress.org">WordPress</a>。</p>
<p>这样做最主要的原因是之前Google索引不够全，我的很多Post搜索不到，对自我检查很不利。还有一些不值一提的原因。</p>
<p>在<a href="http://www.dreamhost.com">Dreamhost</a>安装Wordpress非常容易；从Blogger导入文章同样容易；时间大多花在分类上。</p>
<p>我用了<a href="http://blog.haliluya.org">Haliluya means Hallelujah</a>最早使用的主题风格Pool（也就是<a href="http://blog.dreamhost.com">Dreamhost Blog</a>使用的那个）。较为熟悉，操作快很多。没多少改动。因为自己都烦自己了。不过以后恐怕还是得来N次吧。</p>
<p><a href="http://live.haliluya.org/weblog">Url</a>也改变了。Feedburnner烧的RSS还是以前那个。</p>
<p><a href="http://www.haliluya.org/gallery/d/2167-2/dscf4197.jpg"><img src="http://www.haliluya.org/gallery/d/2167-2/dscf4197.jpg" alt="fruits" width="320" class="frame" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2006/09/28/%e6%8d%a2%e5%88%b0wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8220;DoNews为您提供WordPress&#8221;</title>
		<link>http://live.haliluya.org/weblog/2006/01/21/donews%e4%b8%ba%e6%82%a8%e6%8f%90%e4%be%9bwordpress/</link>
		<comments>http://live.haliluya.org/weblog/2006/01/21/donews%e4%b8%ba%e6%82%a8%e6%8f%90%e4%be%9bwordpress/#comments</comments>
		<pubDate>Sun, 22 Jan 2006 03:16:00 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[Web n.0]]></category>
		<category><![CDATA[bsp]]></category>
		<category><![CDATA[donews]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/?p=27</guid>
		<description><![CDATA[Donews推出了全内容的blog服务，基于wordpress。 注册了一个，其实就是中文版的worpress.com（wordpress.com也有中文界面）。 对于不知道Donews而对wordpress有所耳闻的中国上网者，my.donews是搭建blog不错的... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.donews.com/">Donews</a>推出了全内容的<a href="http://my.donews.com/">blog服务</a>，基于<a href="http://wordpress.org">wordpress</a>。</p>
<p>注册了<a href="http://my.donews.com/helloyj">一个</a>，其实就是中文版的<a href="http://wordpress.com">worpress.com</a>（wordpress.com也有中文界面）。<br />
对于不知道Donews而对wordpress有所耳闻的中国上网者，my.donews是搭建blog不错的选择。个人觉得对于了解Donews的人也是不错的服务，不过大家对Donews的定位颇多议论。</p>
<p>my.donews比wordpress.com有更多的模板，看来也会支持从blogger等系统导入文章（不久wordpress.com也会支持导入导出）。后一点比较有特色，否则真是看不出有什么理由不用wordpress.com而用my.donew。不太了解Donews的实力如何，也不知道wordpress.com的后台是哪家公司，但是后者对数据安全的<a href="http://faq.wordpress.com/tag/backups/">保证</a>让人放心。</p>
<p>对于wordpress.com不利的是，也许某天会被封掉。</p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2006/01/21/donews%e4%b8%ba%e6%82%a8%e6%8f%90%e4%be%9bwordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress</title>
		<link>http://live.haliluya.org/weblog/2005/11/24/wordpress/</link>
		<comments>http://live.haliluya.org/weblog/2005/11/24/wordpress/#comments</comments>
		<pubDate>Thu, 24 Nov 2005 22:53:00 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[Web n.0]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/?p=6</guid>
		<description><![CDATA[WordPress开放注册了。 与Blogger相比，WP可定制的选项更多，而且从内地能够直接访问。 1st: 2nd: 在两大浏览器下的显示。 这次完整的不是IE，而是Firefox。 在IE下甚至连我挂在23People上的图都无法... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.com/" rel="nofollow">WordPress</a>开放注册了。<br />
与<a href="http://www.blogger.com/" rel="nofollow">Blogger</a>相比，WP可定制的选项更多，而且从内地能够直接访问。</p>
<p>1st:<img src="http://www.fotothing.com/photos/d27/d276efc79ee3dad6c2562dfb319c14a1.jpg" width="320" /><br />
2nd:<img src="http://www.fotothing.com/photos/695/69579612628db7de07dd69c3a2182c11.jpg" width="320" /><br />
在两大浏览器下的显示。<br />
这次完整的不是IE，而是<a href="http://www.firefox.com/" rel="nofollow">Firefox</a>。<img src="http://spaces.msn.com/rte/emoticons/smile_sarcastic.gif" /><br />
在IE下甚至连我挂在<a href="http://www.23hq.com/">23People</a>上的图都无法显示。<br />
我只好有换挂到常用的<a href="http://www.fotothing.com/" rel="nofollow">Fotothing</a>。<img src="http://spaces.msn.com/rte/emoticons/smile_sniff.gif" /><br />
Update:终于了解到问题是出在&lt;img&gt;标签里加了“align”属性。<br />
现在OK啦，可以在23People里挂图了，因为混到了“plus”用户^______^</p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2005/11/24/wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

