<?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>UtomBox &#187; WordPress</title>
	<atom:link href="http://utombox.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://utombox.com</link>
	<description>Give me the simple life!</description>
	<lastBuildDate>Mon, 09 Aug 2010 03:47:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WP theme O-Box release</title>
		<link>http://utombox.com/wp-theme-o-box-release/</link>
		<comments>http://utombox.com/wp-theme-o-box-release/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 03:15:30 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[O-Box]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/?p=199</guid>
		<description><![CDATA[woo&#8230; just release another WordPress theme, thanks for everyone supporting. Click this picture, you can get demo. Installing: Upload the O-Box directory and its content to your wp-content/themes/ directory. Visit the Appearance page once to activate the theme. Plugins: Trackping Separator &#8211; This plugin provide useful template functions to separate trackbacks and pingbacks from comments. [...]]]></description>
			<content:encoded><![CDATA[<p>woo&#8230; just release another WordPress theme, thanks for everyone supporting. Click this picture, you can get demo.</p>
<p><a href="../box/obox.png"><img class="alignnone" title="screenshot" src="http://utombox.com/wp-content/themes/obox/screenshot.png" alt="" width="300" height="225" /></a></p>
<p><strong>Installing:</strong></p>
<ol>
<li>Upload the O-Box directory and its content to your wp-content/themes/ directory.</li>
<li>Visit the Appearance page once to activate the theme.</li>
</ol>
<p><strong>Plugins:</strong></p>
<ul>
<li><a title="Visit plugin homepage" href="http://mk.netgenes.org/wiki/Trackping_Separator">Trackping Separator</a> &#8211; This plugin provide useful template functions to separate trackbacks and pingbacks from comments.</li>
<li><a title="Visit plugin homepage" href="http://fairyfish.net/2007/09/12/wordpress-23-related-posts-plugin/">Related Posts</a> &#8211; Generate a related posts list via tags.</li>
<li><a title="Visit plugin homepage" href="http://lesterchan.net/portfolio/programming/php/">WP-PageNavi</a> &#8211; A more advanced paging navigation.</li>
<li><a title="Visit plugin homepage" href="http://eightface.com/wordpress/flickrrss/">flickrRSS</a> &#8211; Integrate the photos from a flickr rss feed.</li>
</ul>
<p><strong>Download:</strong> <a href="../box/obox.zip">O-Box for WordPress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/wp-theme-o-box-release/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>Share a little code</title>
		<link>http://utombox.com/share-a-little-code/</link>
		<comments>http://utombox.com/share-a-little-code/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 12:48:02 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[get_list_pages()]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/?p=172</guid>
		<description><![CDATA[My friend asked me a question long before, how can use sliding doors CSS for list pages? I told him, use function wp_list_pages(). I later found that can&#8217;t do it. I&#8217;ve written a litter function code to support it. How to use? Download source code get_list_pages.zip; copy code content in your theme functions.php; Add anywhere: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://utombox.com/wp-content/uploads/2008/10/get_list_pages.php"></a><span class="word">My friend asked me a question long before</span>, how can use sliding doors CSS for list pages? I told him, use function <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages">wp_list_pages()</a>. I later found that can&#8217;t do it.</p>
<p>I&#8217;ve written a litter function code to support it.</p>
<p><strong>How to use?</strong></p>
<ol>
<li>Download source code <a href="http://utombox.com/wp-content/uploads/2008/10/get_list_pages.zip">get_list_pages.zip</a>;</li>
<li>copy code content in your theme <em>functions.php</em>;</li>
<li>Add anywhere:</li>
</ol>
<blockquote><p><code>&lt;ul&gt;<br />
&lt;?php get_list_pages(); ?&gt;<br />
&lt;/ul&gt;</code></p></blockquote>
<p><strong>Advanced</strong></p>
<ol>
<li><code>$index_title</code> &#8211; index title</li>
<li><code>$format</code> &#8211; show display format</li>
<li><code>$currentCSS</code> &#8211; current class name</li>
</ol>
<blockquote><p><code>get_list_pages('Home', '&lt;li{current}&gt;&lt;a href="{link}"&gt;&lt;span&gt;{name}&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;', 'current_page_item');</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/share-a-little-code/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>SaBlog export WordPress eXtended RSS</title>
		<link>http://utombox.com/sablog-export-wordpress-extended-rss/</link>
		<comments>http://utombox.com/sablog-export-wordpress-extended-rss/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 04:18:41 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eXtended RSS]]></category>
		<category><![CDATA[SaBlog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/?p=125</guid>
		<description><![CDATA[经过不懈的努力终于出来了. 它能将你的文章、评论、分类和Tags全部导出为WordPress eXtended RSS格式. SaBlog转WordPress 必须将SaBlog升级为2.0版本; 下载并解压exportwpformat.zip; 将文件&#8221;exportWPFormat.php&#8220;上传到你的SaBlog的根目录; 打开地址http://your-site/exportWPFormat.php; 点击&#8221;Export WordPress eXtended RSS&#8220;; 登录你的WordPress后台管理; &#8220;Manage&#8221; » &#8220;Import&#8221; » &#8220;WordPress&#8220; 上传你刚导出的格式文件; 最后SaBlog附件目录&#8221;attachments&#8220;移动到&#8221;WordPress&#8220;根目录. 已知问题: 附件还是存在一些问题, 除图片外其他文件的后缀都不正常]]></description>
			<content:encoded><![CDATA[<p>经过不懈的努力终于出来了.</p>
<p>它能将你的<strong>文章</strong>、<strong>评论</strong>、<strong>分类</strong>和<strong>Tags</strong>全部导出为<strong>WordPress eXtended RSS</strong>格式.</p>
<p><strong>SaBlog转WordPress</strong></p>
<ol>
<li>必须将<a href="http://blog.wyk.net.ru/?action=show&amp;id=1573">SaBlog升级为2.0版本</a>;</li>
<li>下载并解压<a href="http://utombox.com/wp-content/uploads/2008/08/exportwpformat.zip">exportwpformat.zip</a>;</li>
<li>将文件&#8221;<strong>exportWPFormat.php</strong>&#8220;上传到你的SaBlog的根目录;</li>
<li>打开地址http://your-site/exportWPFormat.php;</li>
<li>点击&#8221;<strong>Export WordPress eXtended RSS</strong>&#8220;;</li>
<li>登录你的WordPress后台管理;</li>
<li>&#8220;<strong>Manage</strong>&#8221; » &#8220;<strong>Import</strong>&#8221; » &#8220;<strong>WordPress</strong>&#8220;</li>
<li>上传你刚导出的格式文件;</li>
<li>最后SaBlog附件目录&#8221;<strong>attachments</strong>&#8220;移动到&#8221;<strong>WordPress</strong>&#8220;根目录.</li>
</ol>
<p><strong>已知问题:</strong></p>
<blockquote><p>附件还是存在一些问题, 除图片外其他文件的后缀都不正常</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/sablog-export-wordpress-extended-rss/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WP theme U-Box release</title>
		<link>http://utombox.com/wp-theme-u-box-release/</link>
		<comments>http://utombox.com/wp-theme-u-box-release/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 13:45:01 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[U-Box]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/wp-theme-u-box-release/</guid>
		<description><![CDATA[a long time! this theme is sharing now. You can download U-Box. Demo: View Plugins: Trackping Separator Related Posts: U-Box bug now is released with some bugs fixed Download: U-Box for WordPress]]></description>
			<content:encoded><![CDATA[<p>a long time! this theme is sharing now.</p>
<p>You can download U-Box.</p>
<p><img src="http://utombox.com/wp-content/themes/ubox/screenshot.png" alt="U-BOX" /></p>
<p><strong>Demo:</strong></p>
<ul>
<li><a href="http://utombox.com/box/ubox.png">View</a></li>
</ul>
<p><strong>Plugins:</strong></p>
<ul>
<li><a href="http://mk.netgenes.org/wiki/Trackping_Separator">Trackping Separator</a></li>
</ul>
<p><strong>Related Posts:</strong></p>
<ul>
<li><a title="Permanent Link to U-Box bug now is released with some bugs fixed" rel="bookmark" href="http://utombox.com/u-box-bug-now-is-released-with-some-bugs-fixed-2/">U-Box bug now is released with some bugs fixed</a></li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://utombox.com/box/ubox-rc3.tar.gz">U-Box for WordPress</a></li>
</ul>
<p><script type="text/javascript" src="http://utombox.com/d2u.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/wp-theme-u-box-release/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>U-Box</title>
		<link>http://utombox.com/u-box/</link>
		<comments>http://utombox.com/u-box/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 10:03:57 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[U-Box]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/?p=1</guid>
		<description><![CDATA[The theme is my 6th theme! I named the theme U-Box.]]></description>
			<content:encoded><![CDATA[<p>The theme is my 6th theme!</p>
<p>I named the theme U-Box.</p>
<p><a href="http://utombox.com/wp-content/themes/ubox/screenshot.png"><img src="http://utombox.com/wp-content/themes/ubox/screenshot.png" alt="U-Box Screenshot" height="225" width="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/u-box/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>5U and 4U for WP2.1</title>
		<link>http://utombox.com/5u-and-4u-for-wp21/</link>
		<comments>http://utombox.com/5u-and-4u-for-wp21/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 09:42:00 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[4u]]></category>
		<category><![CDATA[5u]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/5u-and-4u-for-wp21/</guid>
		<description><![CDATA[I’m too busy in recent days, so I have no time to answer everyone’s question. So sorry! My sixth theme will be finished. Download: 5U For WordPress 2.1 Download: 4U For WordPress 2.1 ( 简体中文4U )]]></description>
			<content:encoded><![CDATA[<p>I’m too busy in recent days, so I have no time to answer everyone’s question. So sorry!</p>
<p>My sixth theme will be finished.</p>
<p>Download: <a href="http://utombox.com/download/5u-language[20070126].zip">5U For WordPress 2.1</a></p>
<p>Download: <a href="http://utombox.com/download/4u-hemingway[20070126].zip">4U For WordPress 2.1</a> ( <a href="http://utombox.com/download/4u-hemingway_zh[20070126].zip">简体中文4U</a> )</p>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/5u-and-4u-for-wp21/feed/</wfw:commentRss>
		<slash:comments>91</slash:comments>
		</item>
		<item>
		<title>WP theme 5u release</title>
		<link>http://utombox.com/wp-theme-5u-release/</link>
		<comments>http://utombox.com/wp-theme-5u-release/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 05:36:53 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[5u]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/wp-theme-5u-release/</guid>
		<description><![CDATA[It&#8217;s my 5th wordpress theme. Download: 5U for WordPress Plugins support: WP-PageNvi; Brian&#8217;s Latest Comments; Ultimate Tag Warrior; flickrRSS; Gravatar 2. Language support: English 中文简体 中文繁體 日本語 (Beta) [ Thanks Infat, QuChao and Lane ] Italiano [Thanks missK Lorina]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s my 5th wordpress theme.</p>
<p><a href="http://Utombox.com/wp-content/themes/5u/screenshot.png" title="5u"><img src="http://Utombox.com/wp-content/themes/5u/screenshot.png" alt="http://Utombox.com/wp-content/themes/5u/screenshot.png" title="http://Utombox.com/wp-content/themes/5u/screenshot.png" /></a></p>
<p><span id="more-33"></span></p>
<p><strong>Download:</strong></p>
<ul>
<li><a href="/box/5u.tar.gz">5U for WordPress</a></li>
</ul>
<p><strong>Plugins support:</strong></p>
<ol>
<li><a href="http://www.lesterchan.net/portfolio/programming.php">WP-PageNvi</a>;</li>
<li><a href="http://meidell.dk/latestcomments/">Brian&#8217;s Latest Comments</a>;</li>
<li><a href="http://www.neato.co.nz/manyfaces/wordpress-plugins/ultimate-tag-warrior/">Ultimate Tag Warrior</a>;</li>
<li><a href="http://eightface.com/wordpress/flickrrss/">flickrRSS</a>;</li>
<li><a href="http://zenpax.com/gravatars2/">Gravatar 2</a>.</li>
</ol>
<p><strong>Language support:</strong></p>
<ul>
<li>English</li>
<li>中文简体</li>
<li>中文繁體</li>
<li>日本語 (Beta) [ Thanks <a href="http://infat.net/">Infat</a>, <a href="http://www.quchao.com/">QuChao</a> and Lane ]</li>
<li>Italiano [Thanks <span class="uar"><a href="http://blog.misskonline.com/" rel="external nofollow">missK Lorina</a></span>]<strong><br />
</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/wp-theme-5u-release/feed/</wfw:commentRss>
		<slash:comments>113</slash:comments>
		</item>
		<item>
		<title>4u海明威中文简体版</title>
		<link>http://utombox.com/4u-hemingway-chinese-simplified-version/</link>
		<comments>http://utombox.com/4u-hemingway-chinese-simplified-version/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 15:23:31 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[4u]]></category>
		<category><![CDATA[chinese]]></category>
		<category><![CDATA[hemingway]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/4u-hemingway-chinese-simplified-version/</guid>
		<description><![CDATA[经过一个晚上的修改, 4u海明威中文简体版已经发布了. 感谢Jun发现archive.php的乱码问题. 感谢幻轩发现&#8221;使用滑动按钮评论&#8221;后, 使用Guest book页面模板, 无法发表评论. 点击下图查看演示. 安装: 上传4u目录到wp-content/themes/目录; 登陆到后台外观(Presention)激活风格; 登陆外观(Presention)-&#62;海明威选项,可以修改排版设置; 如果你想创建新的模块, 在blocks目录创建一个PHP文件(例子: examples.php.zip), 然后在后台设置创建新的模块. 更新: 将前台和后台修改为中文 [2006-10-03]; 修改评论的展开/关闭功能 [2006-10-03]; 修改CSS支持中文的的字体大小 [2006-10-03]; 修改archive.php的乱码问题 [2006-10-04]; 可以添加自己的Logo [2006-10-08]; 添加设置滑动显示和关闭评论 [2006-10-08]; 优化导航栏css [2006-10-08]; 添加OtherBar模块的支持 [2006-10-08]; 优化css [2006-10-08]; 修改gb.php,使用滑动按钮评论的问题 [2006-10-08]; 修正最新评论排版问题 [2006-10-11]; 修正Flickr相册排版问题 [2006-10-11]; 优化OtherBar的CSS [2006-10-11]; 可以添加自己的顶部背景 [2006-10-30]; 优化CSS [2006-10-30]; 修改关于页面的问题 [2006-10-30]; 修改OtherBar的设置 [2006-10-30]. 下载: 4U for WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>经过一个晚上的修改, 4u海明威中文简体版已经发布了.</p>
<ul>
<li>感谢<a href="http://www.ibeta.cn/" rel="external nofollow">Jun</a>发现archive.php的乱码问题.</li>
<li>感谢<a href="http://www.ubshop.cn/blog">幻轩</a>发现&#8221;使用滑动按钮评论&#8221;后, 使用Guest book页面模板, 无法发表评论.</li>
</ul>
<p>点击下图查看演示.</p>
<p><a href="http://Utombox.com/download/4u.png" title="4u Style"><img src="http://Utombox.com/wp-content/themes/4u/screenshot.png" alt="4u Style" title="4u Style" /></a></p>
<p>安装:</p>
<ol>
<li>上传4u目录到wp-content/themes/目录;</li>
<li>登陆到后台外观(Presention)激活风格;</li>
<li>登陆外观(Presention)-&gt;海明威选项,可以修改排版设置;</li>
<li>如果你想创建新的模块, 在blocks目录创建一个PHP文件(例子: <a href="http://Utombox.com/wp-content/uploads/2006/10/examplesphp.zip" id="p113">examples.php.zip</a>), 然后在后台设置创建新的模块.</li>
</ol>
<p>更新:</p>
<ol>
<li>将前台和后台修改为中文 [2006-10-03];</li>
<li>修改评论的展开/关闭功能 [2006-10-03];</li>
<li>修改CSS支持中文的的字体大小 [2006-10-03];</li>
<li>修改archive.php的乱码问题 [2006-10-04];</li>
<li>可以添加自己的Logo [2006-10-08];</li>
<li>添加设置滑动显示和关闭评论 [2006-10-08];</li>
<li>优化导航栏css [2006-10-08];</li>
<li>添加OtherBar模块的支持 [2006-10-08];</li>
<li>优化css [2006-10-08];</li>
<li>修改gb.php,使用滑动按钮评论的问题 [2006-10-08];</li>
<li>修正最新评论排版问题 [2006-10-11];</li>
<li>修正Flickr相册排版问题 [2006-10-11];</li>
<li>优化OtherBar的CSS [2006-10-11];</li>
<li>可以添加自己的顶部背景 [2006-10-30];</li>
<li>优化CSS [2006-10-30];</li>
<li>修改关于页面的问题 [2006-10-30];</li>
<li>修改OtherBar的设置 [2006-10-30].</li>
</ol>
<p>下载:<br />
<a href="http://Utombox.com/download/4u-hemingway_zh_update20061030.zip">4U for WordPress 2.0.x</a><br />
<a href="http://utombox.com/download/4u-hemingway_zh[20070126].zip">4U for WordPress 2.1.x</a></p>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/4u-hemingway-chinese-simplified-version/feed/</wfw:commentRss>
		<slash:comments>136</slash:comments>
		</item>
		<item>
		<title>Import to WordPress</title>
		<link>http://utombox.com/import-to-wordpress/</link>
		<comments>http://utombox.com/import-to-wordpress/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 13:58:11 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[PJBlog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/import-to-wordpress/</guid>
		<description><![CDATA[PJBlog转WordPress 下载noname2asp.zip解压; 打开文件编辑数据库的位置; 上传到PJBlog根目录; 运行此程序并保存内容到本地; 编辑内容删掉第一行,保存为UTF-8模式; WP登陆后台-&#62;导入-&#62; Movable Type, 并上传之前保存在本地的内容. Note: 能导入日志及评论, 非Linux的服务器导入会出现一些小问题, 请登陆wp相关论坛进行求解, 如能导入少量内容并出错请刷新当前页面. awflasher整理的新思路新代码: http://www.awflasher.com/blog/archives/800 ======超级无敌外星人分割线====== SaBlogx转WordPress 下载rss.zip,解压上传到SaBlogx根目录; http:// 你的SaBlogx地址 /rss.php?limit=10000000&#38;version=2.0 保存此链接内容到本地; WP登陆后台-&#62;导入-&#62; RSS, 并上传之前保存在本地的内容. Note: 能导入日志, 但不能导入评论. 如能导入少量内容并出错请刷新当前页面.]]></description>
			<content:encoded><![CDATA[<p><strong>PJBlog转WordPress</strong></p>
<ol>
<li>下载<span style="text-decoration: line-through;"><a href="/wp-content/uploads/2006/09/noname2asp.zip">noname2asp.zip</a></span>解压;</li>
<li>打开文件编辑数据库的位置;</li>
<li>上传到PJBlog根目录;</li>
<li>运行此程序并保存内容到本地;</li>
<li>编辑内容删掉第一行,保存为UTF-8模式;</li>
<li>WP登陆后台-&gt;导入-&gt; Movable Type, 并上传之前保存在本地的内容.</li>
</ol>
<p>Note: 能导入日志及评论, 非Linux的服务器导入会出现一些小问题, 请登陆wp相关论坛进行求解, 如能导入少量内容并出错请刷新当前页面.</p>
<p>awflasher整理的新思路新代码: <a href="http://www.awflasher.com/blog/?id=800">http://www.awflasher.com/blog/archives/800</a></p>
<p>======超级无敌外星人分割线======</p>
<p><strong>SaBlogx转WordPress</strong></p>
<ol>
<li>下载<a id="p102" title="rss.zip" href="/wp-content/uploads/2006/09/rss.zip">rss.zip</a>,解压上传到SaBlogx根目录;</li>
<li>http:// 你的SaBlogx地址 /rss.php?limit=10000000&amp;version=2.0 保存此链接内容到本地;</li>
<li>WP登陆后台-&gt;导入-&gt; RSS, 并上传之前保存在本地的内容.</li>
</ol>
<p>Note: 能导入日志, 但不能导入评论. 如能导入少量内容并出错请刷新当前页面.</p>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/import-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>4u Style for WordPress</title>
		<link>http://utombox.com/4u-style-for-wordpress/</link>
		<comments>http://utombox.com/4u-style-for-wordpress/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 06:56:30 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[4u]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/4u-style-for-wordpress/</guid>
		<description><![CDATA[This theme is fourth theme, it&#8217;s building on Hemingway. Click this picture, you can get 4u demo. Download: 4u.tar.gz. Installing: Upload the 4u directory and its content to your wp-content/themes/ directory. Visit the Presentation page once to activate this theme. If you want to change the theme options, you can visit the Presentation -&#62; Hemingway [...]]]></description>
			<content:encoded><![CDATA[<p>This theme is fourth theme, it&#8217;s building on <a href="http://warpspire.com/hemingway">Hemingway</a>. Click this picture, you can get 4u demo.</p>
<p><a href="http://Utombox.com/download/4u.png" title="4u Style"><img src="http://Utombox.com/wp-content/themes/4u/screenshot.png" alt="4u Style" title="4u Style" /></a></p>
<p><strong>Download:</strong> <a href="http://Utombox.com/box/4u.tar.gz">4u.tar.gz</a>.</p>
<p><strong>Installing:</strong></p>
<ol>
<li>Upload the 4u directory and its content to your wp-content/themes/ directory.</li>
<li>Visit the Presentation page once to activate this theme.</li>
<li>If you want to change the theme options,<br />
you can visit the Presentation -&gt; Hemingway Option  page.</li>
<li>How can I add new block?<br />
Create your code file (Examples: <strong>examples.php</strong>) in the <strong>blocks</strong> directory, then visit the Hemingway Option  page to add your block.</li>
</ol>
<p><strong>Why don&#8217;t  menu display correctly:</strong></p>
<ol>
<li>Page name isn&#8217;t too long.</li>
<li>Add page is&#8217;t too many.</li>
</ol>
<p><strong>Upgrade: </strong>If you have ever used any other Hemingway theme you need to uninstall the options first and then set them again or things don’t work as they should.</p>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/4u-style-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>107</slash:comments>
		</item>
	</channel>
</rss>

