﻿<?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>WordPress做网站&#124;企业网站SEO&#124;外贸网站优化&#124;SEO视频教程 &#187; WordPress教程</title>
	<atom:link href="http://ximicc.com/category/wordpress-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://ximicc.com</link>
	<description>- 西米CC</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:16:49 +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>如何转移或复制WordPress博客：SQL数据库搬家篇</title>
		<link>http://ximicc.com/wordpress-tutorial/move-wordpress-mysql-database-to-new-hosting</link>
		<comments>http://ximicc.com/wordpress-tutorial/move-wordpress-mysql-database-to-new-hosting#comments</comments>
		<pubDate>Wed, 26 Oct 2011 02:42:30 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=5107</guid>
		<description><![CDATA[上午的文章介绍了Wordpress网站空间数据的搬家教程，不过并没有介绍如何进行数据库的转移。因为数据库是一个网站的核心，并且数据库的转移比较复杂，所以现在单独来进行介绍。<br />
Wordpress采用MySQL数据库系统。下面就介绍一下如何转移数据库。<br />
<br />
1. 注意数据库使用的字符编码<br />
很多用户在升级MySQL过程中，最主要的问题就是中文乱码问题，也就是数据库的编码问题。MySQL是从4.1版本开始引入了数据库编码的概念， 这是一个非常棒的功能，提高了MySQL的性能。但是，如果你使用的MySQL 4.1+的版本，则必须注意使用正确的编码格式。<br />
如果你使用的数据库是MySQL 4.1+版本，就可以通过phpMyAdmin整理数据库的编码格式：<br />
<br />
2. 使用CPanel或phpMyAdmin导入导出数据库<br />
首先我们来看看如何导出数据库：<br />
<br />
然后我们来看看如何导入数据库：<br />
<br />
3. 别忘记进行修改wp-config.php配置文件<br />
如果你的数据库从原来的4.0及以下版本，升级到了4.1+版本，那么别忘了修改WordPress的配置文件：wp-config.php。你需要在这个文件里设置数据库所使用的编码格式。<br />
4. utf8_general_ci和utf8_unicode_ci的差别<br />
很多网友都对MySQL里所采用的 utf8_general_ci 和 utf8_unicode_ci 两个校对集感到疑惑，不知道其中有什么区别。百度一下一篇文章对此进行了较为详细的介绍：Mysql中校对集utf8_unicode_ci与utf8_general_ci的区别。<br />
按照上述办法转移数据库之后，大部分情况下，WordPress都可以正常显示中文了。仍然是昨天的老话，无论如何，在迁移网站的过程中，一定要做好备份工作，这样即使出现了一些差错，也不至于无法挽留。<br />
[ 以下内容您也可能感兴趣 ]<br />
<br />
SEO基础视频教程一：本地搭建PHP服务器和网站 (1)<br />
如何转移或复制WordPress博客：主机空间数据搬家篇 (0)<br />
Wordpress高清免费视频教程 (0)<br />
独具匠心 &#8211; Wordpress主题制作视频教程 (0)<br />
WordPress3.0新版本特性：变革你的内容管理方式  (0)<br />
<br />
]]></description>
			<content:encoded><![CDATA[<p><a title="如何转移或复制WordPress博客：主机空间数据搬家篇" href="http://ximicc.com/wordpress-tutorial/move-wordpress-to-new-webhosting-01" target="_blank">上午的文章</a>介绍了<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>网站空间数据的搬家教程，不过并没有介绍如何进行数据库的转移。因为数据库是一个网站的核心，并且数据库的转移比较复杂，所以现在单独来进行介绍。</p>
<p><span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>采用MySQL数据库系统。下面就介绍一下如何转移数据库。<br />
<span id="more-5107"></span></p>
<h3>1. 注意数据库使用的字符编码</h3>
<p>很多用户在升级MySQL过程中，最主要的问题就是中文乱码问题，也就是数据库的编码问题。MySQL是从4.1版本开始引入了数据库编码的概念， 这是一个非常棒的功能，提高了MySQL的性能。但是，如果你使用的MySQL 4.1+的版本，则必须注意使用正确的编码格式。</p>
<p>如果你使用的数据库是MySQL 4.1+版本，就可以通过phpMyAdmin整理数据库的编码格式：</p>
<p><img id="bk" class="aligncenter size-full wp-image-5108" title="SQL01" src="http://ximicc.com/wp-content/uploads/2011/10/SQL01.jpg" alt="如何转移或复制WordPress博客：SQL数据库搬家篇" width="443" height="389" /></p>
<h3>2. 使用CPanel或phpMyAdmin导入导出数据库</h3>
<p>首先我们来看看如何导出数据库：</p>
<p><img id="bk" class="aligncenter size-full wp-image-5109" title="SQL02" src="http://ximicc.com/wp-content/uploads/2011/10/SQL02.jpg" alt="WordPress如何导出数据库" width="500" height="952" /></p>
<p>然后我们来看看如何导入数据库：</p>
<p><img id="bk" class="aligncenter size-full wp-image-5110" title="SQL03" src="http://ximicc.com/wp-content/uploads/2011/10/SQL03.jpg" alt="WordPress如何导入数据库" width="500" height="575" /></p>
<h3>3. 别忘记进行修改wp-config.php配置文件</h3>
<p>如果你的数据库从原来的4.0及以下版本，升级到了4.1+版本，那么别忘了修改WordPress的配置文件：wp-config.php。你需要在这个文件里设置数据库所使用的编码格式。</p>
<h3>4. utf8_general_ci和utf8_unicode_ci的差别</h3>
<p>很多网友都对MySQL里所采用的 utf8_general_ci 和 utf8_unicode_ci 两个校对集感到疑惑，不知道其中有什么区别。百度一下一篇文章对此进行了较为详细的介绍：Mysql中校对集utf8_unicode_ci与utf8_general_ci的区别。</p>
<p>按照上述办法转移数据库之后，大部分情况下，WordPress都可以正常显示中文了。仍然是昨天的老话，无论如何，在迁移网站的过程中，一定要做好备份工作，这样即使出现了一些差错，也不至于无法挽留。<br />
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/seo/loacalhost-config-and-building-video-tutorial" title="SEO基础视频教程一：本地搭建PHP服务器和网站">SEO基础视频教程一：本地搭建PHP服务器和网站</a> (1)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/move-wordpress-to-new-webhosting-01" title="如何转移或复制WordPress博客：主机空间数据搬家篇">如何转移或复制WordPress博客：主机空间数据搬家篇</a> (0)</li>
<li><a href="http://ximicc.com/homepage-slider/free-wordpress-video" title="Wordpress高清免费视频教程">Wordpress高清免费视频教程</a> (0)</li>
<li><a href="http://ximicc.com/ximicc-video-tutorials/wordpress-theme-design" title="独具匠心 &#8211; Wordpress主题制作视频教程">独具匠心 &#8211; Wordpress主题制作视频教程</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/wordpress-3-new-features" title="WordPress3.0新版本特性：变革你的内容管理方式 ">WordPress3.0新版本特性：变革你的内容管理方式 </a> (0)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/move-wordpress-mysql-database-to-new-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何转移或复制WordPress博客：主机空间数据搬家篇</title>
		<link>http://ximicc.com/wordpress-tutorial/move-wordpress-to-new-webhosting-01</link>
		<comments>http://ximicc.com/wordpress-tutorial/move-wordpress-to-new-webhosting-01#comments</comments>
		<pubDate>Wed, 26 Oct 2011 01:56:33 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>
		<category><![CDATA[国外教程翻译]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=5101</guid>
		<description><![CDATA[前些天，一个客户要求把一个WordPress外贸企业站原样复制到另外一个空间和域名下，说是之后慢慢替换网站内容弄个中文版。这次网站的迁移非常成功，但是很多问题也是临时才研究出来的，所以在此将一些过程和经验留个资料，也顺便跟大家分享一下WordPress如何搬家，若有更高效的方法也望大家不吝指教。]]></description>
			<content:encoded><![CDATA[<p>前些天，一个客户要求把一个<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>外贸<span class='wp_keywordlink'><a href="http://ximicc.com/service/wordpress-enterprise-website-building" title="企业建站，企业网站建设，企业做网站" target="_blank">企业站</a></span>原样复制到另外一个空间和域名下，说是之后慢慢替换网站内容弄个中文版。这次网站的迁移非常成功，但是很多问题也是临时才研究出来的，所以在此将一些过程和经验留个资料，也顺便跟大家分享一下<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>如何搬家，若有更高效的方法也望大家不吝指教。<span id="more-5101"></span></p>
<p><strong>1.备份旧主机上的数据</strong></p>
<p>在正式开始搬家之前，首先要备份好网站的数据。同时，为了保证在转移过程中不小心更改了备份的数据，个人建议保留两个备份，其中一个备份用于迁移到新主机，另一个备份用于防止第一个备份遭到破坏。</p>
<p>备份的内容包括：数据库里的数据，使用主题，使用的插件，使用的附件（比如在你博客里使用的图片等），相应的配置文件（包括wp-config.php, robots.txt, .htaccess文件等），以及你修改过的WordPress文件等。</p>
<p>这里除了数据库的数据外，其他需要备份的内容都是文本文件，只要你通过ftp或者别的办法，将这些文件下载到本地保存好即可。关于数据库的备份将在另一篇文章中介绍。</p>
<p><strong>2.将数据上传到新的主机</strong></p>
<p>将原来主机上所有的数据备份好之后，下一步就要将这些数据上传到新的主机上去。</p>
<p>除了数据库文件外，其他文本文件都可以通过ftp方式进行上传即可。除此之外，我们也可以首先将要上传的文件压缩为tar文件，然后通过CPanel来进行在线解压缩，或者直接在本地将空间文件压缩为ZIP格式，上传之后在线解压即可，这样相比用FTP逐个上传文件而言可以节约很多时间。</p>
<p>注意，如果有必要，需要对wp-config.php里面的数据库用户名和密码做相应的修改。</p>
<p><strong>3.测试新主机上的站点</strong></p>
<p>将所有的数据文件和数据库上传之后，我们需要对新主机上的站点进行测试。 这个时候，我们网站域名的IP还是指向旧的主机，先不要进行更改；我们可以通过在本地设置解析来进行测试。</p>
<p>假设新主机的ip为174.153.123.242，新的网站域名为sample.com，如果你使用的是Windows XP操作系统，使用文本编辑器打开文件</p>
<p><em>C:\Windows\System32\drivers\etc\hosts</em></p>
<p>在最后添加一行: </p>
<p><em>174.153.123.242 sample.com</em></p>
<p>当然，如果你使用的域名带www，再添一行: </p>
<p><em>74.53.105.242 www.example.com</em></p>
<p>这时候，在你的浏览器里输入你的博客的域名，访问到的就是新主机上的博客；你可以查看一下各个功能是否都正常，如果有问题，可以及时进行修正。</p>
<p>此时，别的网友访问你的网站域名，看到的仍然是你旧主机上的站点。也就是说，我们的测试并不影响你的博客正常运行。</p>
<p><strong>4.更改域名DNS，指向新主机IP</strong></p>
<p>如果新主机的站点都已经开始正常工作了，那么我们可以对你的域名修改DNS，让它指向新的主机的IP。</p>
<p><strong>这里有两个小技巧：</strong></p>
<p>第一，测试过程可能需要几个小时或者一两天，跟每个网友自己的习惯有关系。因此，在测试完成后，可以删除数据库，重新导入旧主机上的数据。</p>
<p>第二，更改域名解析后，一般需要几个小时才能生效，并且各地生效时间也不完全一致。因此，域名指向新的IP后，数个小时内仍会有访问者看到的是旧的主机上面的内容。因此，建议在访问人数少的时候，比如午夜时分来进行操作。</p>
<p>到这一步位置，我们基本上就将博客站点顺利地由旧的主机迁移到了新的主机上面，完成了搬家过程。</p>
<p><strong>记住最重要的一条</strong>，一定要做好数据备份。只要数据备份好，哪怕中间出了错，我们也可以随时找出解决办法。否则万一迁移过程中出了问题，那就只能空留遗憾了。</p>
<p><a href="http://ximicc.com/services"><img src="http://ximicc.com/wp-content/uploads/2011/10/wordprerss-services.jpg" alt="wordprerss企业建站服务|商业主题代购|模板效果调试|网站建设套餐|后台维护指导视频|主题汉化定制" title="wordprerss-services" width="696" height="141" class="aligncenter size-full wp-image-5081" /></a><br />
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/wordpress-tutorial/wordpress-3-new-features" title="WordPress3.0新版本特性：变革你的内容管理方式 ">WordPress3.0新版本特性：变革你的内容管理方式 </a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/10-hacks-about-htaccess-for-wordpress" title="小文件大文章：WordPress中的.htaccess文件十个应用技巧">小文件大文章：WordPress中的.htaccess文件十个应用技巧</a> (2)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/top-10-tutorials-for-developing-wordpress-themes" title="我的风格我做主：十大顶级教程带你领略Wordpress主题开发的精髓与乐趣（上）">我的风格我做主：十大顶级教程带你领略Wordpress主题开发的精髓与乐趣（上）</a> (2)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/how-to-use-tagging-in-thesis-wordpress-blog-part-a" title="邪恶如T-bag：如何在网站和博客上更好的运用Tag标签（上）">邪恶如T-bag：如何在网站和博客上更好的运用Tag标签（上）</a> (2)</li>
<li><a href="http://ximicc.com/seo/loacalhost-config-and-building-video-tutorial" title="SEO基础视频教程一：本地搭建PHP服务器和网站">SEO基础视频教程一：本地搭建PHP服务器和网站</a> (1)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/move-wordpress-to-new-webhosting-01/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>内外兼修提升博客SEO优化效果：避免站内互Ping的插件No Self Pings</title>
		<link>http://ximicc.com/wordpress-tutorial/no-self-pings</link>
		<comments>http://ximicc.com/wordpress-tutorial/no-self-pings#comments</comments>
		<pubDate>Thu, 28 Apr 2011 01:10:32 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>
		<category><![CDATA[SEO搜索引擎优化]]></category>
		<category><![CDATA[SEO理论实践]]></category>
		<category><![CDATA[WordPress企业插件]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=4391</guid>
		<description><![CDATA[<a title="Visit plugin homepage" href="http://blogwaffe.com/2006/10/04/421/">No Self Pings</a>，我们链接自己博客内的文章，但WP内部会自动给文章发送Trackback或PingBack，这让你的博客内总出现重复的内容，这对于SEO不是很好。不过，NSP插件可以帮到你，就像它的名字一样，不会给自己发送P/T。

一个博客，最好的SEO除了需要大量的外链外，更需要内部文章之间相互的关联，衔接。如果在一篇文章中键入大量的本站的链接，这样搜索引擎在收录这篇文章的同时，也同时增加了文章中其他超级链接的文章权重，这样长期的后果就是，整站文章的权重都在不断提高，而全站在搜索引擎中的位置越来越好。]]></description>
			<content:encoded><![CDATA[<p><a title="Visit plugin homepage" href="http://blogwaffe.com/2006/10/04/421/">No Self Pings</a>，我们链接自己博客内的文章，但WP内部会自动给文章发送Trackback或PingBack，这让你的博客内总出现重复的内容，这对于<span class='wp_keywordlink'><a href="http://ximicc.com/category/seo/" title="查看关于SEO搜索引擎优化的教程 - From 西米CC" target="_blank">SEO</a></span>不是很好。不过，NSP插件可以帮到你，就像它的名字一样，不会给自己发送P/T。</p>
<p>一个博客，最好的<span class='wp_keywordlink'><a href="http://ximicc.com/category/seo/" title="查看关于SEO搜索引擎优化的教程 - From 西米CC" target="_blank">SEO</a></span>除了需要大量的外链外，更需要内部文章之间相互的关联，衔接。如果在一篇文章中键入大量的本站的链接，这样搜索引擎在收录这篇文章的同时，也同时增加了文章中其他超级链接的文章权重，这样长期的后果就是，整站文章的权重都在不断提高，而全站在搜索引擎中的位置越来越好。</p>
<p><span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>提供一项超级功能：PingBack就是专门干这事的，PingBack可以说是一个超级实用的革命性功能。不过，PingBack也不是越多越好，很多PingBack都是多余的，这样会影响博客整体权重。甚至还会影响文章阅读体验。一个很现实的问题便是，如果在文章中不断添加其他的链接，这样会给读者带来很好的阅读体验，会给搜索引擎带来很好的收录，但是却会让这个博客有点难看，除了后台被大量的这种PingBack的提示占用外，如果没有对评论进行特别处理，也会让文章评论的地方有点难看，最重要的是，当这种文章间不断的引用到了一定的数量级之后，会导致整站在速度上有下降，而且，这其中还可能会夹杂着大量的垃圾PingBack。</p>
<p>结合<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>强大的Filter功能，我们可以让WordPress在发送Ping通知时，不再通知本站的文章。<a href="http://wordpress.org/extend/plugins/no-self-ping/">No Self Pings</a>是一个简单的WordPress插件，它可以达到这样的效果。</p>
<blockquote>
<pre>function no_self_ping( &amp;$links ) {
	$home = get_option( 'home' );
	foreach ( $links as $l =&gt; $link )
		if ( 0 === strpos( $link, $home ) )
			unset($links[$l]);
}

add_action( 'pre_ping', 'no_self_ping' );</pre>
</blockquote>
<p>No Self Pings由此而生，No Self Pings可以消除wordpress内部的PingBack的提示。大大提升网站的SEO效果。此插件安装后启用该插件即可，No Self Pings不需要自行进行任何配置。</p>
<p class="xz">插件官方下载地址：<a href="http://www.saqqdy.com/?r=http://wordpress.org/extend/plugins/no-self-ping/">http://wordpress.org/extend/plugins/no-self-ping/</a></p>
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/seo/station-outside-optimization-video" title="SEO基础视频教程五：站外SEO操作细节指南">SEO基础视频教程五：站外SEO操作细节指南</a> (0)</li>
<li><a href="http://ximicc.com/seo/site-optimization-details-video-tutorial" title="SEO基础视频教程四：站内优化操作细节指南">SEO基础视频教程四：站内优化操作细节指南</a> (0)</li>
<li><a href="http://ximicc.com/seo/you-need-to-know" title="SEO基础第八课：一定要知道的SEO基本知识">SEO基础第八课：一定要知道的SEO基本知识</a> (0)</li>
<li><a href="http://ximicc.com/seo/advanced-teach-faq-talk" title="SEO基础第三课：新手高手对话实录高级篇">SEO基础第三课：新手高手对话实录高级篇</a> (1)</li>
<li><a href="http://ximicc.com/seo/title-edit-in-seo" title="搜索引擎辨别原创文章原理详解">搜索引擎辨别原创文章原理详解</a> (0)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/no-self-pings/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress专用谷歌站点地图Sitemap生成工具插件：Google XML Sitemaps</title>
		<link>http://ximicc.com/wordpress-tutorial/google-sitemap-generator</link>
		<comments>http://ximicc.com/wordpress-tutorial/google-sitemap-generator#comments</comments>
		<pubDate>Mon, 25 Apr 2011 11:04:16 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>
		<category><![CDATA[SEO插件]]></category>
		<category><![CDATA[WordPress企业插件]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=4386</guid>
		<description><![CDATA[如果你的网站需要被搜索引擎收录，除了准备robots.txt外，还需要一个更详细的sitemap文件。使用sitemap可以更直接地告诉搜索引擎，让它去搜索指定内容。对于用WordPress搭来说，它本身不提供sitemap，需要自己动手搞定。一般来说，你需要用到两种sitemap，一种是供搜索引擎抓取你的网页时使用，另外一种是放在页面里，供浏览者查看。

Google Sitemap  Generator插件可以自动生成sitemap.xml文件，这个文件可以被Google、Yahoo等搜索引擎读取，以便搜索引擎更快地找到网站里 的所有页面，从而使搜索引擎更快速地收录网站的页面。插件自动生成sitemap.xml文件后，到Google  Sitemaps注册并提交自己的sitemap.xml文件地址后，就一切OK了。当有新页面生成的时候，这边的插件会自动更新sitemap.xml 文件。而Google会定期访问这个sitemap.xml文件，并从中解析出网址来。在Google  Sitemaps网站可以很方便地查看网站的一些信息，比如读取错误、查询字符串、外部链接数、PR分布。]]></description>
			<content:encoded><![CDATA[<p>如果你的网站需要被搜索引擎收录，除了准备robots.txt外，还需要一个更详细的sitemap文件。使用sitemap可以更直接地告诉搜索引擎，让它去搜索指定内容。对于用<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>搭来说，它本身不提供sitemap，需要自己动手搞定。一般来说，你需要用到两种sitemap，一种是供搜索引擎抓取你的网页时使用，另外一种是放在页面里，供浏览者查看。</p>
<p><span class='wp_keywordlink'><a href="http://ximicc.com/seo/google-adsense-click-through-rate-02/" title="将流量转化为收入：深入浅出实战提升Google Adsense点击率">Google</a></span> Sitemap  Generator插件可以自动生成sitemap.xml文件，这个文件可以被<span class='wp_keywordlink'><a href="http://ximicc.com/seo/google-adsense-click-through-rate-02/" title="将流量转化为收入：深入浅出实战提升Google Adsense点击率">Google</a></span>、Yahoo等搜索引擎读取，以便搜索引擎更快地找到网站里 的所有页面，从而使搜索引擎更快速地收录网站的页面。插件自动生成sitemap.xml文件后，到Google  Sitemaps注册并提交自己的sitemap.xml文件地址后，就一切OK了。当有新页面生成的时候，这边的插件会自动更新sitemap.xml 文件。而Google会定期访问这个sitemap.xml文件，并从中解析出网址来。在Google  Sitemaps网站可以很方便地查看网站的一些信息，比如读取错误、查询字符串、外部链接数、PR分布。</p>
<p><img id="bk" class="aligncenter" src="http://gedongde.com/pic/pictures/google-xml-sitemap-generator.jpg" alt="Wordpress专用谷歌站点地图Sitemap生成工具插件：Google XML Sitemaps" width="560" height="251" /></p>
<p>但是，插件里也提到，不注册Google  Sitemaps也可以让Google来读取sitemap.xml文件，只要开启插件的通知Google功能即可。另外，Yahoo的Yahoo  Site  Explorer也支持Sitemaps协议了，在添加feed的地方，除了可以添加RSS和Atom格式的feed，也可以添加sitemap.xml 文件。</p>
<p>这个插件下载安装后激活就可以了，需要中文可以下载我做的Google Sitemap  Generator中文包。sitemap.xml文件会生成在Blog的根目录下，如果根目录是可写的，那么这个文件会自动生成。如果不可写，那么需要 手工上传个sitemap.xml文件，空的就可以了，然后把权限设置成可写。设置好后，进入后台设置页面，插件会提示进行首次创建 sitemap.xml工作的。</p>
<p>插件设置页面的右方是相关链接，包括插件本身的相关链接，以及Google Sitemaps网站和Yahoo Site Explorer网站和Sitemaps协议的网站。</p>
<p>插件设置页面的最上方会显示上次重建状态。比如重建时间、是否成功通知了Google和Yahoo、以及整个重建过程所花费的时间。如果通知Google和Yahoo花费时间过长，那么插件还会提示你最好禁用相关功能以免影响速度。</p>
<p class="xz"><a title="Wordpress专用Sitemap生成工具插件：Google XML Sitemaps" href="http://yunfile.com/file/ximicc/76dfbf50/" target="_blank">WordPress专用Sitemap生成工具插件：Google XML Sitemaps下载地址</a></p>
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/wordpress-tutorial/wordpress-random-posts-widget-plugin" title="谁都有机会：WordPress 随机文章插件Random-Posts-Widget使用指南">谁都有机会：WordPress 随机文章插件Random-Posts-Widget使用指南</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/no-self-pings" title="内外兼修提升博客SEO优化效果：避免站内互Ping的插件No Self Pings">内外兼修提升博客SEO优化效果：避免站内互Ping的插件No Self Pings</a> (1)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/wordpress-expert-chinese" title="WordPress插件推介 &#8211; 兼容中文的 WordPress 摘要插件">WordPress插件推介 &#8211; 兼容中文的 WordPress 摘要插件</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/wordpress-math-comment-spam-protection-plugin" title="做个数学题先：Wordpress防垃圾评论插件Math Comment Spam Protection Plugin">做个数学题先：Wordpress防垃圾评论插件Math Comment Spam Protection Plugin</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/wp-ajax-edit-comments-plugin" title="评论也玩倒计时：WP Ajax Edit Comments插件让用户可以编辑更新自己的评论">评论也玩倒计时：WP Ajax Edit Comments插件让用户可以编辑更新自己的评论</a> (3)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/google-sitemap-generator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>轻量级仿谷歌界面个性WordPress主题：iGoogler</title>
		<link>http://ximicc.com/wordpress-tutorial/igoogler</link>
		<comments>http://ximicc.com/wordpress-tutorial/igoogler#comments</comments>
		<pubDate>Sun, 24 Apr 2011 15:09:36 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>
		<category><![CDATA[WordPress企业主题]]></category>
		<category><![CDATA[WordPress免费主题]]></category>
		<category><![CDATA[免费资源下载]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=4380</guid>
		<description><![CDATA[以前介绍过一款模仿Gmail的Wordpress主题－Gmail Theme，这次发现一个更好玩的模仿Google搜索结果页面的主题，该主题的名字叫iGoogler。iGoogler老早以前在Wordpress 中文论坛就见过，一直没有试用，今有热心朋友提供下载地址，不能愧对主题折腾狂这个称呼，怎么说也要介绍一下。不要误以为是Google搜索，就是这种风格，很喜欢这种简单又不失个性，自从进了独立博客圈子，为了表示不落伍，装模作样用起来了Google产品，到现在爱得一发不可收拾，包括首页都是设置成 Google，浏览器现在是FF和Chrome共用。<br />
<br />
说实话iGoogler主题没有那么炫丽的效果，用这个无非就是求个仿Google。其他都还好，就是用上之后发现评论那没有回复还好，回复和回复之间错位不是那么规整，整体上看起来比较凌乱。不过，这都是小小的瑕疵，都是可以容忍的。<br />
清理了一下iGoogler主题中的友情链接，用站长工具以及自己亲自去页面看了，有的是访问失效估计是挂了，有的是没有单方面撤下我的链接。至于把作到首页还是内页，这个都无所谓。这个主题虽然功能上不是很难实现，不过作者的创意十足，很能满足Google fans的胃口。<br />
使用此主题的博客名称LOGO可以用Google Logo Maker来生成Google风格的Logo。<br />
轻量级仿谷歌界面个性WordPress主题：iGoogler主题下载<br />
[ 以下内容您也可能感兴趣 ]<br />
<br />
Wordpress五星级付费商业主题免费下载最佳推荐之：AzSands (0)<br />
五个最佳SEO优化的Wordpress主题推荐之二：Elements of SEO (0)<br />
五个最佳SEO优化的Wordpress主题推荐之一：ProSense (2)<br />
蓝白色调企业网站通用WordPress主题：WhirlPool (0)<br />
国人制造WP企业主题:Comany V1.1 (0)<br />
<br />
]]></description>
			<content:encoded><![CDATA[<p>以前介绍过一款模仿Gmail的<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>主题－Gmail Theme，这次发现一个更好玩的模仿<span class='wp_keywordlink'><a href="http://ximicc.com/seo/google-adsense-click-through-rate-02/" title="将流量转化为收入：深入浅出实战提升Google Adsense点击率">Google</a></span>搜索结果页面的主题，该主题的名字叫<strong>i<span class='wp_keywordlink'><a href="http://ximicc.com/seo/google-adsense-click-through-rate-02/" title="将流量转化为收入：深入浅出实战提升Google Adsense点击率">Google</a></span>r</strong>。iGoogler老早以前在<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span> 中文论坛就见过，一直没有试用，今有热心朋友提供下载地址，不能愧对主题折腾狂这个称呼，怎么说也要介绍一下。不要误以为是Google搜索，就是这种风格，很喜欢这种简单又不失个性，自从进了独立博客圈子，为了表示不落伍，装模作样用起来了Google产品，到现在爱得一发不可收拾，包括首页都是设置成 Google，浏览器现在是FF和Chrome共用。<span id="more-4380"></span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://gedongde.com/pic/pictures/igoogle.jpg" alt="轻量级仿谷歌界面个性WordPress主题：iGoogler" width="494" height="303" /></p>
<p style="text-align: left;">说实话<strong>iGoogler</strong>主题没有那么炫丽的效果，用这个无非就是求个仿Google。其他都还好，就是用上之后发现评论那没有回复还好，回复和回复之间错位不是那么规整，整体上看起来比较凌乱。不过，这都是小小的瑕疵，都是可以容忍的。</p>
<p>清理了一下<strong>iGoogler</strong>主题中的友情链接，用站长工具以及自己亲自去页面看了，有的是访问失效估计是挂了，有的是没有单方面撤下我的链接。至于把作到首页还是内页，这个都无所谓。这个主题虽然功能上不是很难实现，不过作者的创意十足，很能满足Google fans的胃口。</p>
<p>使用此主题的博客名称LOGO可以用Google Logo Maker来生成Google风格的Logo。</p>
<p class="xz" style="text-align: center;"><a href="http://yunfile.com/file/ximicc/27af2b04/" target="_blank">轻量级仿谷歌界面个性WordPress主题：iGoogler主题下载</a></p>
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-free-downloads-azsands" title="Wordpress五星级付费商业主题免费下载最佳推荐之：AzSands">Wordpress五星级付费商业主题免费下载最佳推荐之：AzSands</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/elements-of-seo" title="五个最佳SEO优化的Wordpress主题推荐之二：Elements of SEO">五个最佳SEO优化的Wordpress主题推荐之二：Elements of SEO</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/prosense" title="五个最佳SEO优化的Wordpress主题推荐之一：ProSense">五个最佳SEO优化的Wordpress主题推荐之一：ProSense</a> (2)</li>
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/whirlpool" title="蓝白色调企业网站通用WordPress主题：WhirlPool">蓝白色调企业网站通用WordPress主题：WhirlPool</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/comany" title="国人制造WP企业主题:Comany V1.1">国人制造WP企业主题:Comany V1.1</a> (0)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/igoogler/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>简洁大气的免费WordPress企业主题免费推荐 – Simplybiz</title>
		<link>http://ximicc.com/wordpress-tutorial/simplybiz</link>
		<comments>http://ximicc.com/wordpress-tutorial/simplybiz#comments</comments>
		<pubDate>Sun, 10 Apr 2011 12:55:50 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>
		<category><![CDATA[WordPress企业主题]]></category>
		<category><![CDATA[WordPress免费主题]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=4326</guid>
		<description><![CDATA[说到企业站，耳熟能详的几个系统大家都能脱口而出，良精，万博，Medipro的自助系统等等，这些系统都带有成熟的企业模型，内含了企业宣传的方方面 面，是做企业站的首选！在09年，生成html又成了这些系统的主要卖点！与此同时，这些商业化程序也是爆漏洞最多的程序，经常会看到这样那样的漏洞导致 站点被入侵，程序被打包，页面被挂马等等！<br />
上面说些题外话，今天的主题是用Wordpress做企业站！<br />
Wordpress是基于文章的博客程序，而企业或产品网站也是基于一篇篇的文章，所以用WordPress搭建企业网站或产品网站是可行的。Simplybiz是一个免费发布的 WordPress企业主题，这个wordpress主题设计的非常酷，如果你希望用建个WordPress企业网站，用这个企业主题吧，使用也非常简单，最重要的是这个是免费的wordpress主题，喜欢就赶紧来下载这个Wordpress企业主题吧， 本站以后还将为大家推荐更好的WordPress 企业主题以及免费的Wordpress主题，敬请大家关注本站WordPress主题栏目。<br />
在线预览 &#124; 主题下载<br />
[ 以下内容您也可能感兴趣 ]<br />
<br />
蓝白色调企业网站通用WordPress主题：WhirlPool (0)<br />
轻量级仿谷歌界面个性WordPress主题：iGoogler (0)<br />
最佳国外优秀Wordpress商业付费主题模板精品免费预览【四】 (0)<br />
Wordpress五星级付费商业主题免费下载最佳推荐之：AzSands (0)<br />
五个最佳SEO优化的Wordpress主题推荐之二：Elements of SEO (0)<br />
<br />
]]></description>
			<content:encoded><![CDATA[<p>说到<span class='wp_keywordlink'><a href="http://ximicc.com/service/wordpress-enterprise-website-building" title="企业建站，企业网站建设，企业做网站" target="_blank">企业站</a></span>，耳熟能详的几个系统大家都能脱口而出，良精，万博，Medipro的自助系统等等，这些系统都带有成熟的企业模型，内含了企业宣传的方方面 面，是做<span class='wp_keywordlink'><a href="http://ximicc.com/service/wordpress-enterprise-website-building" title="企业建站，企业网站建设，企业做网站" target="_blank">企业站</a></span>的首选！在09年，生成html又成了这些系统的主要卖点！与此同时，这些商业化程序也是爆漏洞最多的程序，经常会看到这样那样的漏洞导致 站点被入侵，程序被打包，页面被挂马等等！</p>
<p>上面说些题外话，今天的主题是用<strong><span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>做企业站</strong>！</p>
<p><span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>是基于文章的博客程序，而企业或产品网站也是基于一篇篇的文章，所以用WordPress搭建<span class='wp_keywordlink'><a href="http://ximicc.com/service/wordpress-enterprise-website-building" title="企业网站建设，企业做网站，中英文企业网站建设" target="_blank">企业网站</a></span>或产品网站是可行的。Simplybiz是一个免费发布的 WordPress企业主题，这个<span class='wp_keywordlink'><a href="http://ximicc.com/category/free-premium-wordpress-themes" title="wordpress主题免费下载" target="_blank">wordpress主题</a></span>设计的非常酷，如果你希望用建个WordPress<span class='wp_keywordlink'><a href="http://ximicc.com/service/wordpress-enterprise-website-building" title="企业网站建设，企业做网站，中英文企业网站建设" target="_blank">企业网站</a></span>，用这个企业主题吧，使用也非常简单，最重要的是这个是免费的<span class='wp_keywordlink'><a href="http://ximicc.com/category/free-premium-wordpress-themes" title="wordpress主题免费下载" target="_blank">wordpress主题</a></span>，喜欢就赶紧来下载这个Wordpress企业主题吧， 本站以后还将为大家推荐更好的WordPress 企业主题以及免费的Wordpress主题，敬请大家关注本站WordPress主题栏目。</p>
<div id="attachment_4327" class="wp-caption aligncenter" style="width: 310px"><a rel="shadowbox" href="http://wpued.com/wp-content/uploads/2011/04/SimplyBiz.png"><img class="size-full wp-image-4327" title="Simplybiz" src="http://ximicc.com/wp-content/uploads/2011/04/Simplybiz.gif" alt="超酷的WordPress企业主题免费发布 – Simplybiz " width="300" height="160" /></a>
<p class="wp-caption-text">Simplybiz预览（点击可浏览大尺寸预览图）</p>
</div>
<p style="text-align: center;" class="xz"><a href="http://wpcrunchy.com/demo/?wptheme=simplybiz" target="_blank">在线预览</a> | <a href="http://wpcrunchy.com/downloads/62">主题下载</a></p>
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/whirlpool" title="蓝白色调企业网站通用WordPress主题：WhirlPool">蓝白色调企业网站通用WordPress主题：WhirlPool</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/igoogler" title="轻量级仿谷歌界面个性WordPress主题：iGoogler">轻量级仿谷歌界面个性WordPress主题：iGoogler</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-04" title="最佳国外优秀Wordpress商业付费主题模板精品免费预览【四】">最佳国外优秀Wordpress商业付费主题模板精品免费预览【四】</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-free-downloads-azsands" title="Wordpress五星级付费商业主题免费下载最佳推荐之：AzSands">Wordpress五星级付费商业主题免费下载最佳推荐之：AzSands</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/elements-of-seo" title="五个最佳SEO优化的Wordpress主题推荐之二：Elements of SEO">五个最佳SEO优化的Wordpress主题推荐之二：Elements of SEO</a> (0)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/simplybiz/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>最佳国外优秀WordPress商业付费主题模板精品免费预览【四】</title>
		<link>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-04</link>
		<comments>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-04#comments</comments>
		<pubDate>Fri, 25 Mar 2011 02:13:29 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>
		<category><![CDATA[WordPress企业主题]]></category>
		<category><![CDATA[WordPress免费主题]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=4053</guid>
		<description><![CDATA[虽然内容为王，但有独特的和精心的博客设计中，您可以吸引游客和他们的注意力。所以说，漂亮的博客设计良好的内容合作必将给您的博客脱颖而出。由于我们大多数人使用Wordpress作为博客平台，在这里我们列出国外精心设计的Wordpress主题,为大家带在设计的启发或灵感！<br />
【061】The Original Premium News<br />
<br />
<br />
主题演示：http://demo.woothemes.com/?name=premiumnews<br />
【062】Newspress<br />
<br />
主题演示：http://demo.woothemes.com/?name=newspress<br />
【063】The Gazette Edition<br />
<br />
主题演示：http://demo.woothemes.com/?name=gazette<br />
【064】Flash News<br />
<br />
主题演示：http://demo.woothemes.com/?name=flash-news<br />
【065】Live Wire<br />
<br />
主题演示：http://demo.woothemes.com/?name=live-wire<br />
【066】VibrantCMS<br />
<br />
主题演示：http://demo.woothemes.com/?name=vibrantcms<br />
【067】ProudFolio<br />
<br />
主题演示：http://demo.woothemes.com/?name=proudfolio<br />
【068】Snapshot<br />
<br />
主题演示：http://demo.woothemes.com/?name=snapshot<br />
[ 以下内容您也可能感兴趣 ]<br />
<br />
蓝白色调企业网站通用WordPress主题：WhirlPool (0)<br />
轻量级仿谷歌界面个性WordPress主题：iGoogler (0)<br />
简洁大气的免费WordPress企业主题免费推荐 – Simplybiz  (2)<br />
Wordpress五星级付费商业主题免费下载最佳推荐之：AzSands (0)<br />
五个最佳SEO优化的Wordpress主题推荐之二：Elements of SEO (0)<br />
<br />
]]></description>
			<content:encoded><![CDATA[<p>虽然内容为王，但有独特的和精心的博客设计中，您可以吸引游客和他们的注意力。所以说，漂亮的博客设计良好的内容合作必将给您的博客脱颖而出。由于我们大多数人使用<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>作为博客平台，在这里我们列出国外精心设计的<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>主题,为大家带在设计的启发或灵感！</p>
<p><strong>【061】The Original Premium News</strong></p>
<p style="text-align: center;"><a href="http://demo.woothemes.com/?name=premiumnews" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/061.jpg" alt="The Original Premium News-最佳国外优秀Wordpress商业付费主题模板精品免费预览"   /></a></p>
<p><span id="more-4053"></span></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题premiumnews" href="http://demo.woothemes.com/?name=premiumnews" target="_blank">http://demo.woothemes.com/?name=premiumnews</a></p></blockquote>
<p><strong>【062】Newspress</strong></p>
<p style="text-align: center;"><a href="http://demo.woothemes.com/?name=newspress" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/062.jpg" alt="Newspress"   /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题newspress" href="http://demo.woothemes.com/?name=newspress" target="_blank">http://demo.woothemes.com/?name=newspress</a></p></blockquote>
<p><strong>【063】The Gazette Edition</strong></p>
<p style="text-align: center;"><a href="http://demo.woothemes.com/?name=premiumnews" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/063.jpg" alt="The Gazette Edition"   /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题gazette" href="http://demo.woothemes.com/?name=gazette" target="_blank">http://demo.woothemes.com/?name=gazette</a></p></blockquote>
<p><strong>【064】Flash News</strong></p>
<p style="text-align: center;"><a href="http://demo.woothemes.com/?name=flash-news" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/064.jpg" alt="Flash News"   /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题flash-news" href="http://demo.woothemes.com/?name=flash-news" target="_blank">http://demo.woothemes.com/?name=flash-news</a></p></blockquote>
<p><strong>【065】Live Wire</strong></p>
<p style="text-align: center;"><a href="http://demo.woothemes.com/?name=live-wire" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/065.jpg" alt="Live Wire"   /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题live-wire" href="http://demo.woothemes.com/?name=live-wire" target="_blank">http://demo.woothemes.com/?name=live-wire</a></p></blockquote>
<p><strong>【066】VibrantCMS</strong></p>
<p style="text-align: center;"><a href="http://demo.woothemes.com/?name=vibrantcms" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/066.jpg" alt="最新商业WordPress主题vibrantcms"   /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题vibrantcms" href="http://demo.woothemes.com/?name=vibrantcms" target="_blank">http://demo.woothemes.com/?name=vibrantcms</a></p></blockquote>
<p><strong>【067】ProudFolio</strong></p>
<p style="text-align: center;"><a href="http://demo.woothemes.com/?name=proudfolio" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/067.jpg" alt="最新商业WordPress主题proudfolio"   /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题proudfolio" href="http://demo.woothemes.com/?name=proudfolio" target="_blank">http://demo.woothemes.com/?name=proudfolio</a></p></blockquote>
<p><strong>【068】Snapshot</strong></p>
<p style="text-align: center;"><a href="http://demo.woothemes.com/?name=snapshot" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/068.jpg" alt="最新商业WordPress主题snapshot"   /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题snapshot" href="http://demo.woothemes.com/?name=snapshot" target="_blank">http://demo.woothemes.com/?name=snapshot</a></p></blockquote>
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/whirlpool" title="蓝白色调企业网站通用WordPress主题：WhirlPool">蓝白色调企业网站通用WordPress主题：WhirlPool</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/igoogler" title="轻量级仿谷歌界面个性WordPress主题：iGoogler">轻量级仿谷歌界面个性WordPress主题：iGoogler</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/simplybiz" title="简洁大气的免费WordPress企业主题免费推荐 – Simplybiz ">简洁大气的免费WordPress企业主题免费推荐 – Simplybiz </a> (2)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-free-downloads-azsands" title="Wordpress五星级付费商业主题免费下载最佳推荐之：AzSands">Wordpress五星级付费商业主题免费下载最佳推荐之：AzSands</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/elements-of-seo" title="五个最佳SEO优化的Wordpress主题推荐之二：Elements of SEO">五个最佳SEO优化的Wordpress主题推荐之二：Elements of SEO</a> (0)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最佳国外优秀WordPress商业付费主题模板精品免费预览【三】</title>
		<link>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-03</link>
		<comments>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-03#comments</comments>
		<pubDate>Thu, 17 Mar 2011 09:31:47 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>
		<category><![CDATA[WordPress免费主题]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=4045</guid>
		<description><![CDATA[虽然内容为王，但有独特的和精心的博客设计中，您可以吸引游客和他们的注意力。所以说，漂亮的博客设计良好的内容合作必将给您的博客脱颖而出。由于我们大多数人使用Wordpress作为博客平台，在这里我们列出国外精心设计的Wordpress主题,为大家带在设计的启发或灵感！<br />
【041】LightSource<br />
<br />
主题演示：http://www.elegantthemes.com/preview/LightSource<br />
<br />
【042】eGamer<br />
<br />
主题演示：http://www.elegantthemes.com/preview/eGamer<br />
【043】eVid<br />
<br />
主题演示：http://www.elegantthemes.com/preview/eVid<br />
【044】Cion<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Cion<br />
【045】eGallery<br />
<br />
主题演示：http://www.elegantthemes.com/preview/eGallery<br />
【046】GrungeMag<br />
<br />
主题演示：http://www.elegantthemes.com/preview/GrungeMag<br />
【047】Influx<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Influx<br />
【048】StudioBlue<br />
<br />
主题演示：http://www.elegantthemes.com/preview/StudioBlue<br />
【049】Who&#8217;sWho<br />
<br />
主题演示：http://www.elegantthemes.com/preview/WhosWho<br />
【050】InterPhase<br />
<br />
主题演示：http://www.elegantthemes.com/preview/InterPhase<br />
[ 以下内容您也可能感兴趣 ]<br />
<br />
蓝白色调企业网站通用WordPress主题：WhirlPool (0)<br />
WordPress轻量级简洁风格个人主题：Zww Line (0)<br />
国人制造WP企业主题:Comany V1.1 (0)<br />
轻量级仿谷歌界面个性WordPress主题：iGoogler (0)<br />
简洁大气的免费WordPress企业主题免费推荐 – Simplybiz  (2)<br />
<br />
]]></description>
			<content:encoded><![CDATA[<p>虽然内容为王，但有独特的和精心的博客设计中，您可以吸引游客和他们的注意力。所以说，漂亮的博客设计良好的内容合作必将给您的博客脱颖而出。由于我们大多数人使用<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>作为博客平台，在这里我们列出国外精心设计的<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>主题,为大家带在设计的启发或灵感！</p>
<p><strong>【041】LightSource</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/LightSource" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/041.png" alt="最新商业WordPress主题LightSource" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题LightSource" href="http://www.elegantthemes.com/preview/LightSource" target="_blank">http://www.elegantthemes.com/preview/LightSource</a></p></blockquote>
<p><span id="more-4045"></span><br />
<strong>【042】eGamer</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/eGamer" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/042.jpg" alt="最新商业WordPress主题eGamer" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题eGamer" href="http://www.elegantthemes.com/preview/eGamer" target="_blank">http://www.elegantthemes.com/preview/eGamer</a></p></blockquote>
<p><strong>【043】eVid</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/eVid" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/043.png" alt="最新商业WordPress主题eVid" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题eVid" href="http://www.elegantthemes.com/preview/eVid" target="_blank">http://www.elegantthemes.com/preview/eVid</a></p></blockquote>
<p><strong>【044】Cion</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Cion" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/044.png" alt="最新商业WordPress主题Cion" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Cion" href="http://www.elegantthemes.com/preview/Cion" target="_blank">http://www.elegantthemes.com/preview/Cion</a></p></blockquote>
<p><strong>【045】eGallery</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/eGallery" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/045.png" alt="最新商业WordPress主题eGallery" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题eGallery" href="http://www.elegantthemes.com/preview/eGallery" target="_blank">http://www.elegantthemes.com/preview/eGallery</a></p></blockquote>
<p><strong>【046】GrungeMag</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/GrungeMag" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/046.jpg" alt="最新商业WordPress主题GrungeMag" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题GrungeMag" href="http://www.elegantthemes.com/preview/GrungeMag" target="_blank">http://www.elegantthemes.com/preview/GrungeMag</a></p></blockquote>
<p><strong>【047】Influx</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Influx" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/047.png" alt="最新商业WordPress主题Influx" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Influx" href="http://www.elegantthemes.com/preview/Influx" target="_blank">http://www.elegantthemes.com/preview/Influx</a></p></blockquote>
<p><strong>【048】StudioBlue</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/StudioBlue" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/048.jpg" alt="最新商业WordPress主题StudioBlue" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题StudioBlue" href="http://www.elegantthemes.com/preview/StudioBlue" target="_blank">http://www.elegantthemes.com/preview/StudioBlue</a></p></blockquote>
<p><strong>【049】Who&#8217;sWho</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/WhosWho" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/049.png" alt="最新商业WordPress主题Who'sWho" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Who'sWho" href="http://www.elegantthemes.com/preview/WhosWho" target="_blank">http://www.elegantthemes.com/preview/WhosWho</a></p></blockquote>
<p><strong>【050】InterPhase</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/InterPhase" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/050.jpg" alt="最新商业WordPress主题InterPhase" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题InterPhase" href="http://www.elegantthemes.com/preview/InterPhase" target="_blank">http://www.elegantthemes.com/preview/InterPhase</a></p></blockquote>
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/whirlpool" title="蓝白色调企业网站通用WordPress主题：WhirlPool">蓝白色调企业网站通用WordPress主题：WhirlPool</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/zww-line" title="WordPress轻量级简洁风格个人主题：Zww Line">WordPress轻量级简洁风格个人主题：Zww Line</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/comany" title="国人制造WP企业主题:Comany V1.1">国人制造WP企业主题:Comany V1.1</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/igoogler" title="轻量级仿谷歌界面个性WordPress主题：iGoogler">轻量级仿谷歌界面个性WordPress主题：iGoogler</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/simplybiz" title="简洁大气的免费WordPress企业主题免费推荐 – Simplybiz ">简洁大气的免费WordPress企业主题免费推荐 – Simplybiz </a> (2)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-03/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>最佳国外优秀WordPress商业付费主题模板精品免费预览【二】</title>
		<link>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-02</link>
		<comments>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-02#comments</comments>
		<pubDate>Thu, 17 Mar 2011 08:52:01 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>
		<category><![CDATA[WordPress免费主题]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=4037</guid>
		<description><![CDATA[虽然内容为王，但有独特的和精心的博客设计中，您可以吸引游客和他们的注意力。所以说，漂亮的博客设计良好的内容合作必将给您的博客脱颖而出。由于我们大多数人使用Wordpress作为博客平台，在这里我们列出国外精心设计的Wordpress主题,为大家带在设计的启发或灵感！<br />
【021】PersonalPress<br />
<br />
主题演示：http://www.elegantthemes.com/preview/PersonalPress<br />
<br />
【022】MyProduct<br />
<br />
主题演示：http://www.elegantthemes.com/preview/MyProduct<br />
【023】MyResume<br />
<br />
主题演示：http://www.elegantthemes.com/preview/MyResume<br />
【024】Minimal<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Minimal<br />
【025】13Floor<br />
<br />
主题演示：http://www.elegantthemes.com/preview/13Floor<br />
【026】Polished<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Polished<br />
【027】Corporation<br />
<br />
主题演示：http://www.elegantthemes.com/preview/TheCorporation<br />
【028】BusinessCard<br />
<br />
主题演示：http://www.elegantthemes.com/preview/BusinessCard<br />
【029】OnTheGo<br />
<br />
主题演示：http://www.elegantthemes.com/preview/OnTheGo<br />
【030】Deviant<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Deviant<br />
[ 以下内容您也可能感兴趣 ]<br />
<br />
蓝白色调企业网站通用WordPress主题：WhirlPool (0)<br />
WordPress轻量级简洁风格个人主题：Zww Line (0)<br />
国人制造WP企业主题:Comany V1.1 (0)<br />
轻量级仿谷歌界面个性WordPress主题：iGoogler (0)<br />
简洁大气的免费WordPress企业主题免费推荐 – Simplybiz  (2)<br />
<br />
]]></description>
			<content:encoded><![CDATA[<p>虽然内容为王，但有独特的和精心的博客设计中，您可以吸引游客和他们的注意力。所以说，漂亮的博客设计良好的内容合作必将给您的博客脱颖而出。由于我们大多数人使用<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>作为博客平台，在这里我们列出国外精心设计的<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>主题,为大家带在设计的启发或灵感！</p>
<p><strong>【021】PersonalPress</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/PersonalPress" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/021.jpg" alt="PersonalPress" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题PersonalPress" href="http://www.elegantthemes.com/preview/PersonalPress" target="_blank">http://www.elegantthemes.com/preview/PersonalPress</a></p></blockquote>
<p><span id="more-4037"></span><br />
<strong>【022】MyProduct</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/MyProduct" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/022.jpg" alt="MyProduct" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题MyProduct" href="http://www.elegantthemes.com/preview/MyProduct" target="_blank">http://www.elegantthemes.com/preview/MyProduct</a></p></blockquote>
<p><strong>【023】MyResume</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/MyResume" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/023.jpg" alt="MyResume" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题MyResume" href="http://www.elegantthemes.com/preview/MyResume" target="_blank">http://www.elegantthemes.com/preview/MyResume</a></p></blockquote>
<p><strong>【024】Minimal</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Minimal" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/024.jpg" alt="Minimal" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Minimal" href="http://www.elegantthemes.com/preview/Minimal" target="_blank">http://www.elegantthemes.com/preview/Minimal</a></p></blockquote>
<p><strong>【025】13Floor</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/13Floor" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/025.jpg" alt="13Floor" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题13Floor" href="http://www.elegantthemes.com/preview/13Floor" target="_blank">http://www.elegantthemes.com/preview/13Floor</a></p></blockquote>
<p><strong>【026】Polished</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Polished" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/026.jpg" alt="Polished" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Polished" href="http://www.elegantthemes.com/preview/Polished" target="_blank">http://www.elegantthemes.com/preview/Polished</a></p></blockquote>
<p><strong>【027】Corporation</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/TheCorporation" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/027.jpg" alt="Corporation" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Corporation" href="http://www.elegantthemes.com/preview/TheCorporation" target="_blank">http://www.elegantthemes.com/preview/TheCorporation</a></p></blockquote>
<p><strong>【028】BusinessCard</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/BusinessCard" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/028.jpg" alt="BusinessCard" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题BusinessCard" href="http://www.elegantthemes.com/preview/BusinessCard" target="_blank">http://www.elegantthemes.com/preview/BusinessCard</a></p></blockquote>
<p><strong>【029】OnTheGo</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/OnTheGo" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/029.jpg" alt="OnTheGo" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题OnTheGo" href="http://www.elegantthemes.com/preview/OnTheGo" target="_blank">http://www.elegantthemes.com/preview/OnTheGo</a></p></blockquote>
<p><strong>【030】Deviant</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Deviant" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/030.jpg" alt="Deviant" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Deviant" href="http://www.elegantthemes.com/preview/Deviant" target="_blank">http://www.elegantthemes.com/preview/Deviant</a></p></blockquote>
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/whirlpool" title="蓝白色调企业网站通用WordPress主题：WhirlPool">蓝白色调企业网站通用WordPress主题：WhirlPool</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/zww-line" title="WordPress轻量级简洁风格个人主题：Zww Line">WordPress轻量级简洁风格个人主题：Zww Line</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/comany" title="国人制造WP企业主题:Comany V1.1">国人制造WP企业主题:Comany V1.1</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/igoogler" title="轻量级仿谷歌界面个性WordPress主题：iGoogler">轻量级仿谷歌界面个性WordPress主题：iGoogler</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/simplybiz" title="简洁大气的免费WordPress企业主题免费推荐 – Simplybiz ">简洁大气的免费WordPress企业主题免费推荐 – Simplybiz </a> (2)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-02/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最佳国外优秀WordPress商业付费主题模板精品免费预览【一】</title>
		<link>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-01</link>
		<comments>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-01#comments</comments>
		<pubDate>Wed, 16 Mar 2011 23:43:36 +0000</pubDate>
		<dc:creator>ximicc</dc:creator>
				<category><![CDATA[WordPress教程]]></category>
		<category><![CDATA[WordPress免费主题]]></category>

		<guid isPermaLink="false">http://ximicc.com/?p=4018</guid>
		<description><![CDATA[虽然内容为王，但有独特的和精心的博客设计中，您可以吸引游客和他们的注意力。所以说，漂亮的博客设计良好的内容合作必将给您的博客脱颖而出。由于我们大多数人使用Wordpress作为博客平台，在这里我们列出国外精心设计的Wordpress主题,为大家带在设计的启发或灵感！<br />
【001】Modest<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Modest<br />
<br />
【002】InStyle<br />
<br />
主题演示：http://www.elegantthemes.com/preview/InStyle<br />
【003】Memoir<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Memoir<br />
【004】Anticipate<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Anticipate<br />
【005】Event<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Event<br />
【006】Nova<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Nova<br />
【007】AskIt<br />
<br />
主题演示：http://www.elegantthemes.com/preview/AskIt<br />
【008】Magnificent<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Magnificent<br />
【009】TheStyle<br />
<br />
主题演示：http://www.elegantthemes.com/preview/TheStyle<br />
【010】Glider<br />
<br />
主题演示：http://www.elegantthemes.com/preview/Glider<br />
【011】DeepFocus<br />
<br />
主题演示：http://www.elegantthemes.com/preview/DeepFocus<br />
【012】ElegantEstate<br />
<br />
主题演示：http://www.elegantthemes.com/preview/ElegantEstate<br />
【013】SimplePress<br />
<br />
主题演示：http://www.elegantthemes.com/preview/SimplePress<br />
【014】eStore<br />
<br />
主题演示：http://www.elegantthemes.com/preview/eStore<br />
【015】Professional<br />
<br />
主题演示：http://www.elegantthemes.com/preview/TheProfessional<br />
【016】DailyNotes<br />
<br />
主题演示：http://www.elegantthemes.com/preview/DailyNotes<br />
【017】DelicateNews<br />
<br />
主题演示：http://www.elegantthemes.com/preview/DelicateNews<br />
【018】LightBright<br />
<br />
主题演示：http://www.elegantthemes.com/preview/LightBright<br />
【019】MyApp<br />
<br />
主题演示：http://www.elegantthemes.com/preview/MyApp<br />
【020】TheSource<br />
<br />
主题演示：http://www.elegantthemes.com/preview/TheSource<br />
[ 以下内容您也可能感兴趣 ]<br />
<br />
蓝白色调企业网站通用WordPress主题：WhirlPool (0)<br />
WordPress轻量级简洁风格个人主题：Zww Line (0)<br />
国人制造WP企业主题:Comany V1.1 (0)<br />
轻量级仿谷歌界面个性WordPress主题：iGoogler (0)<br />
简洁大气的免费WordPress企业主题免费推荐 – Simplybiz  ...]]></description>
			<content:encoded><![CDATA[<p>虽然内容为王，但有独特的和精心的博客设计中，您可以吸引游客和他们的注意力。所以说，漂亮的博客设计良好的内容合作必将给您的博客脱颖而出。由于我们大多数人使用<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>作为博客平台，在这里我们列出国外精心设计的<span class='wp_keywordlink'><a href="http://ximicc.com/category/wordpress-tutorial/" title="查看关于Wordpress博客建站的教程 - From 西米CC" target="_blank">Wordpress</a></span>主题,为大家带在设计的启发或灵感！</p>
<p><strong>【001】Modest</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Modest" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/001.jpg" alt="Modest" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Modest" href="http://www.elegantthemes.com/preview/Modest" target="_blank">http://www.elegantthemes.com/preview/Modest</a></p></blockquote>
<p><span id="more-4018"></span><br />
<strong>【002】InStyle</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/InStyle" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/002.jpg" alt="InStyle" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Modest" href="http://www.elegantthemes.com/preview/InStyle" target="_blank">http://www.elegantthemes.com/preview/InStyle</a></p></blockquote>
<p><strong>【003】Memoir</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Memoir" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/003.jpg" alt="Memoir" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Modest" href="http://www.elegantthemes.com/preview/Memoir" target="_blank">http://www.elegantthemes.com/preview/Memoir</a></p></blockquote>
<p><strong>【004】Anticipate</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Anticipate" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/004.jpg" alt="Anticipate" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Modest" href="http://www.elegantthemes.com/preview/Anticipate" target="_blank">http://www.elegantthemes.com/preview/Anticipate</a></p></blockquote>
<p><strong>【005】Event</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Event" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/005.jpg" alt="Event" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Modest" href="http://www.elegantthemes.com/preview/Event" target="_blank">http://www.elegantthemes.com/preview/Event</a></p></blockquote>
<p><strong>【006】Nova</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Nova" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/006.jpg" alt="Nova" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Modest" href="http://www.elegantthemes.com/preview/Nova" target="_blank">http://www.elegantthemes.com/preview/Nova</a></p></blockquote>
<p><strong>【007】AskIt</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/AskIt" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/007.png" alt="AskIt" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Modest" href="http://www.elegantthemes.com/preview/AskIt" target="_blank">http://www.elegantthemes.com/preview/AskIt</a></p></blockquote>
<p><strong>【008】Magnificent</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Magnificent" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/008.gif" alt="Magnificent" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Modest" href="http://www.elegantthemes.com/preview/Magnificent" target="_blank">http://www.elegantthemes.com/preview/Magnificent</a></p></blockquote>
<p><strong>【009】TheStyle</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/TheStyle" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/009.jpg" alt="TheStyle" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Modest" href="http://www.elegantthemes.com/preview/TheStyle" target="_blank">http://www.elegantthemes.com/preview/TheStyle</a></p></blockquote>
<p><strong>【010】Glider</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/Glider" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/010.jpg" alt="Glider" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Glider" href="http://www.elegantthemes.com/preview/Glider" target="_blank">http://www.elegantthemes.com/preview/Glider</a></p></blockquote>
<p><strong>【011】DeepFocus</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/DeepFocus" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/011.jpg" alt="DeepFocus" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题DeepFocus" href="http://www.elegantthemes.com/preview/DeepFocus" target="_blank">http://www.elegantthemes.com/preview/DeepFocus</a></p></blockquote>
<p><strong>【012】ElegantEstate</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/ElegantEstate" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/012.jpg" alt="ElegantEstate" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题ElegantEstate" href="http://www.elegantthemes.com/preview/ElegantEstate" target="_blank">http://www.elegantthemes.com/preview/ElegantEstate</a></p></blockquote>
<p><strong>【013】SimplePress</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/SimplePress" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/013.jpg" alt="SimplePress" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题SimplePress" href="http://www.elegantthemes.com/preview/SimplePress" target="_blank">http://www.elegantthemes.com/preview/SimplePress</a></p></blockquote>
<p><strong>【014】eStore</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/eStore" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/014.jpg" alt="eStore" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题eStore" href="http://www.elegantthemes.com/preview/eStore" target="_blank">http://www.elegantthemes.com/preview/eStore</a></p></blockquote>
<p><strong>【015】Professional</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/TheProfessional" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/015.jpg" alt="Professional" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题Professional" href="http://www.elegantthemes.com/preview/TheProfessional" target="_blank">http://www.elegantthemes.com/preview/TheProfessional</a></p></blockquote>
<p><strong>【016】DailyNotes</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/DailyNotes" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/016.jpg" alt="DailyNotes" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题DailyNotes" href="http://www.elegantthemes.com/preview/DailyNotes" target="_blank">http://www.elegantthemes.com/preview/DailyNotes</a></p></blockquote>
<p><strong>【017】DelicateNews</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/DelicateNews" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/017.jpg" alt="DelicateNews" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题DelicateNews" href="http://www.elegantthemes.com/preview/DelicateNews" target="_blank">http://www.elegantthemes.com/preview/DelicateNews</a></p></blockquote>
<p><strong>【018】LightBright</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/LightBright" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/018.jpg" alt="LightBright" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题LightBright" href="http://www.elegantthemes.com/preview/LightBright" target="_blank">http://www.elegantthemes.com/preview/LightBright</a></p></blockquote>
<p><strong>【019】MyApp</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/MyApp" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/019.jpg" alt="MyApp" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题MyApp" href="http://www.elegantthemes.com/preview/MyApp" target="_blank">http://www.elegantthemes.com/preview/MyApp</a></p></blockquote>
<p><strong>【020】TheSource</strong></p>
<p style="text-align: center;"><a href="http://www.elegantthemes.com/preview/eStore" target="_blank"><img id="bk" class="aligncenter size-full wp-image-4019" title="国外优秀Wordpress商业付费主题欣赏" src="http://ximicc.com/free/wptheme/020.png" alt="TheSource" /></a></p>
<blockquote><p><strong>主题演示</strong>：<a title="最新商业WordPress主题TheSource" href="http://www.elegantthemes.com/preview/TheSource" target="_blank">http://www.elegantthemes.com/preview/TheSource</a></p></blockquote>
<h2  class="related_post_title">[ 以下内容您也可能感兴趣 ]</h2>
<ul class="related_post">
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/whirlpool" title="蓝白色调企业网站通用WordPress主题：WhirlPool">蓝白色调企业网站通用WordPress主题：WhirlPool</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/zww-line" title="WordPress轻量级简洁风格个人主题：Zww Line">WordPress轻量级简洁风格个人主题：Zww Line</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-themes-and-templates/free-themes/comany" title="国人制造WP企业主题:Comany V1.1">国人制造WP企业主题:Comany V1.1</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/igoogler" title="轻量级仿谷歌界面个性WordPress主题：iGoogler">轻量级仿谷歌界面个性WordPress主题：iGoogler</a> (0)</li>
<li><a href="http://ximicc.com/wordpress-tutorial/simplybiz" title="简洁大气的免费WordPress企业主题免费推荐 – Simplybiz ">简洁大气的免费WordPress企业主题免费推荐 – Simplybiz </a> (2)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ximicc.com/wordpress-tutorial/premium-wordpress-themes-01/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

