<?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>The WordPress 中文技术站</title>
	<atom:link href="http://www.thewordpress.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thewordpress.org</link>
	<description></description>
	<lastBuildDate>Fri, 28 Oct 2011 02:12:52 +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>Akismet获取API KEY的方法</title>
		<link>http://www.thewordpress.org/akismet-api-key.html</link>
		<comments>http://www.thewordpress.org/akismet-api-key.html#comments</comments>
		<pubDate>Fri, 28 Oct 2011 02:12:52 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress插件]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=247</guid>
		<description><![CDATA[2011年之后，Automattic公司开始发力，并对Akismet做了系列的升级，对Akismet的官网也做了改版。Akismet会成为一款重量级的产品。互联网越发达，网络营销越深入，各种互联网广告层出不穷，需要一款好的防垃圾评论插件。 既然这样，那获取Akismet的方法也就容易多了，主要是不用再和WordPress.com关联。只要在Akismet注册，即可获得API Key。 Akismet获取API KEY的详细步骤： 1，访问Akismet官网：http://www.akismet.com 2，点击 sign up for aksimet: 3，有一系列的注册： 现在Akismet的使用范围已经被扩大，而第三点，一个网络应用或者社交网站应用，这可能是Akismet今后一段时间的发展重点，大家一般都是WordPress个人博客，选择第一个： a single site即可。 下面是对网站网站的表述，一般选择第一个即可：is for my personal blog. &#160; 4，点击 continue之后，需要填写个人信息： 邮箱地址，如果已经使用了，会有提醒，我们只要点击:request to have your key resent（再次发送key即可），如果邮箱密码不记得，那就找一个自己常用的邮箱地址。 现在Akismet开始更多的尝试收费，当然，收费是一个可选项，直接把滚动条拉到最左边即可。 &#160; 5，填写用户名： &#160; 6，点击最后一个 continue之后，会有这样的一个提示： Done! Your Akismet subscription is now active. An email has been sent to micery@gmail.com with your API key, and [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/akismet-api-key.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress3.3开发版下载</title>
		<link>http://www.thewordpress.org/wordpress3-3-dev.html</link>
		<comments>http://www.thewordpress.org/wordpress3-3-dev.html#comments</comments>
		<pubDate>Fri, 28 Oct 2011 02:04:44 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress资讯]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=244</guid>
		<description><![CDATA[根据之前的报导，WordPress3.3正式版将可能在12月份发布。虽然目前WordPress3.3beta还没有提供下载，不过 WordPress3.3开发版却已泄露出来，为测试自己使用的主题在新版本中的兼容性，本地安装试用开发版，感觉只是菜单UI有些变化，部分功能还不能正常使用&#8230; &#160; WordPress3.3开发版后台截图 如果你也喜欢尝鲜，可以下载并试用开发版，但不要真正应用到自己的博客上，目前只是开发版，问题会很多 WordPress3.3开发版下载地址]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress3-3-dev.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在wordpress中添加背景音乐</title>
		<link>http://www.thewordpress.org/how-add-wordpress-music.html</link>
		<comments>http://www.thewordpress.org/how-add-wordpress-music.html#comments</comments>
		<pubDate>Wed, 21 Sep 2011 05:08:43 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=239</guid>
		<description><![CDATA[一、本地调用mediaplayer给wordpress博客添加背景音乐 首先，上传你想要的背景音乐文件到你的网站文件里，并获得链接，或者直接在网络上找一个音乐文件链接，就是“http://www.×××.×××/×××/×××/***.mp3”，我只试过mp3文件，其他的没试过。 接着，到WordPress控制台下，在“外观（Appearance）”选项里找到“小工具（Widgets）”，点击进入，然后拖放一个“文本（Text）”小工具放到边栏（Sidebar）里，在文本框输入区域添加代码即可。 然后，拷贝代码，并替换音乐文件网址。如下，有两类代码。 第一类，不显示播放器的，代码如下： &#60;BGSOUND src=”音乐文件网址” loop=infinite&#62; BGSOUND指背景音乐，src是音乐文件的源地址，loop指的是播放的循环次数，infinite指无限次。如果不想设成无限次循环播放，可以将infinite改成对应的数字，指定循环播放的次数。我们要做的就两个，一是将“音乐文件网址”替换成第一步得到的音乐文件的完整链接地址，而是修改相应的循环播放次数，或者不改，取默认的infinite。 第二类，显示播放器（调用Windows Media Player）的，代码如下： &#60;OBJECT id=videowindow1 height=185 width=179 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6&#62;&#60;PARAM NAME=”URL” VALUE=”音乐文件网址”&#62;&#60;PARAM NAME=”playCount” VALUE=”infinite”&#62;&#60;PARAM NAME=”autoStart” VALUE=”1″&#62;&#60;PARAM NAME=”volume” VALUE=”50″&#62;&#60;PARAM NAME=”uiMode” VALUE=”full”&#62;&#60;PARAM NAME=”stretchToFit” VALUE=”1″&#62;&#60;/OBJECT&#62; 这里只要修改几个参数即可： height和width指播放器的高度和宽度，单位为px。 &#60;PARAM NAME=”URL” VALUE=”音乐文件网址”&#62;制定了播放的文件位置（URL），只要将里面的“音乐文件网址”替换成第一步得到的完整的音乐文件链接即可。 &#60;PARAM NAME=”playCount” VALUE=”infinite”&#62;用于设定播放次数（playCount），infinite为无限次循环播放，可将其改为数字，制定循环播放的次数。 &#60;PARAM NAME=”autoStart” VALUE=”1″&#62;指定是否自动播放音乐（autoStart），VALUE的值为0时不自动播放，为1时自动播放。 &#60;PARAM NAME=”volume” VALUE=”50″&#62;指定播放的音量（volume），可以修改VALUE的数值，调整想要的音量。 &#60;PARAM NAME=”uiMode” VALUE=”full”&#62;指定了播放器界面是否加入控制按键（uiMode），VALUE值为none时，只显示视频播放窗口，不显示“停止”，“播放/暂停”等按钮；为mini时，除了视频窗口，还会在窗口底下显示播放进度，以及“播放/暂停”，“停止”，“消音”和音量控制等按钮；为full时，除了视频窗口和播放进度显示，还会显示进度控制条，“播放/暂停”，“停止”，“消音”，“上一曲”，“下一曲”，“快进”，“快退”和音量控制等按钮； &#60;PARAM NAME=”stretchToFit” VALUE=”1″&#62;用于当视频窗口比视频比播放的视频大时，是否对视频进行伸展（stretchToFit），以适应视频窗口的大小，VALUE值为1时表示自动扩展，为0时表示不扩展。 这些参数可以在MSDN里查找到。 最后，添加完代码，改完参数之后，保存，刷新博客，应该就能听到背景音乐了。如果听不到，先查下音乐文件链接有没有问题，另外和你用的播放器有关，IE肯定是没问题的。 二、调用个性Flash实现背景音乐播放 示例一： 代码如下： &#60; [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/how-add-wordpress-music.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://audio.hsw.cn/0/11/17/87/11178742_956987.mp3" length="1531063" type="audio/mpeg" />
<enclosure url="http://dg.tgbus.com/file/3/091022/463644.mp3" length="1308" type="audio/mpeg" />
		</item>
		<item>
		<title>WordPress添加Google自定义搜索页面</title>
		<link>http://www.thewordpress.org/wordpress-google-search.html</link>
		<comments>http://www.thewordpress.org/wordpress-google-search.html#comments</comments>
		<pubDate>Wed, 21 Sep 2011 05:03:03 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=235</guid>
		<description><![CDATA[将 Google 自定义搜索加入到 WordPress 中有很多好处，它可以减少数据库查询，因为搜索结果由 Google 提供，不用再去数据库中搜索了；它能够更加全面的搜索， WordPress 目前只能搜索 Post。另外值得一提的是我们还可以在搜索结果中绑定 Google Adsense。 如何整合 Google 自定义搜索到 WordPress中，参考了水煮鱼和网贝的两种方法，具体步骤如下： 一、水煮鱼的方法 1. 在 WordPress 中创建一个页面，然后再在导航栏中设置为不显示该页面，如果你是用 wp_list_pages() 这个函数输出页面的，你可以使用exclude这个参数把刚才创建的页面剔除出去。 2. 登录到 Google 自定义搜索，创建你的自定义搜索。 3. 在输入你的基本信息和网站之后，点击“控制面板”来到代码 tab 页面。 4. 搜索结果托管选项选项：选择“在您的网站上托管搜索结果”，然后选择 iframe 5. 指定搜索结果详情：输入你第一步创建页面的页面的地址。 6. 然后用搜索框代码替换你原来的 WordPress 搜索框代码。你需要根据你自己的 WordPress 搜索框的样式对这段代码做下修改，以适合你的主题。 7. 编辑你第一步创建的页面，把搜索结果代码复制到该页面。你也需要对该段代码做些调整。主要是修改下 googleSearchFrameWidth = 600，把 600 修改成适合你主体的宽度。 8. 然后到达外观 tab 页面，在该页定义搜索框样式和搜索结果配色方案。 9. 如果你要整合 [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-google-search.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【转】10个免费的高品质WordPress杂志主题下载</title>
		<link>http://www.thewordpress.org/10free-wordpress-themes.html</link>
		<comments>http://www.thewordpress.org/10free-wordpress-themes.html#comments</comments>
		<pubDate>Wed, 07 Sep 2011 03:07:41 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress主题]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=220</guid>
		<description><![CDATA[WordPress是一个博客系统，但实际上，它可以通过主题和插件变身成其它的CMS，或者商城，企业网站，或者是杂志新闻类的系统，今天就分享10个免费的高品质WordPress杂志主题下载，希望有你喜欢的。 Imbalance 下载地址：http://wpshower.com/free-wordpress-themes/imbalance-free-wordpress-theme/ Mimbo 下载地址：http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/ Channel 下载地址：http://www.theme-junkie.com/2009/09/16/free-wordpress-theme-channel/ Shaken Grid 下载地址：http://shakenandstirredweb.com/331/introducing-our-first-free-wordpress-theme-shaken-grid Aurelius 下载地址：http://pengbos.com/download/aurelius-download Maimpok 下载地址：http://www.paddsolutions.com/wordpress-theme-maimpok/ Mini 下载地址：http://www.kristarella.com/thesis/skins/mini/ Design Pile 下载地址：http://www.site5.com/wp-themes/download.php?file=designpile_wp.zip Apparatus 下载地址：http://fearlessflyer.com/downloads/aparatus.zip The Latest 下载地址：http://www.wpthemedesigner.com/2009/03/18/thelatest-theme/]]></description>
		<wfw:commentRss>http://www.thewordpress.org/10free-wordpress-themes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SEO几点技巧</title>
		<link>http://www.thewordpress.org/wordpress-seo-point.html</link>
		<comments>http://www.thewordpress.org/wordpress-seo-point.html#comments</comments>
		<pubDate>Wed, 07 Sep 2011 03:05:07 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=218</guid>
		<description><![CDATA[1. 优化博客副标题 副标题 (slogan), WordPress 中称为 tagline. 它与博客标题不一样, 可能会承载一些描述博客的文字. 2. 页面的标题不要包含博客名称 WordPress 标题一般会用到 bloginfo(&#8216;name&#8217;) 和 wp_title() 两部分, 前者是博客名称, 后者是文章标题 (如果标题不存在则不显示). 经典主题和默认主题输出标题用的代码如下. 1 &#60;title&#62;&#60;?php wp_title('&#38;laquo;', true, 'right'); ?&#62; &#60;?php bloginfo('name'); ?&#62;&#60;/title&#62; 输出的标题结构是 “文章标题 » 博客名称”. 除非你的标题和文章内容相关度比较高, 否则这样的标题对 SEO 显然是不好的. 标题是爬虫认为重要的内容之一, 如果标题中包含了与文章内容无关的信息, 多少会对该页面有所影响. 那应该怎么弄呢? 一些包含大量内容的, 或者属于某一类的页面, 只显示标题. 其他的页面只显示博客名称. 我的实现代码如下. 1 &#60;title&#62;&#60;?php if ( is_single() &#124;&#124; is_page() &#124;&#124; [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-seo-point.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【转】 WordPress 常用代码、方法</title>
		<link>http://www.thewordpress.org/wordpress-code.html</link>
		<comments>http://www.thewordpress.org/wordpress-code.html#comments</comments>
		<pubDate>Mon, 08 Aug 2011 03:13:56 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=212</guid>
		<description><![CDATA[WordPress模板基本文件 style.css 样式表文件 index.php 主页文件 single.php 日志单页文件 page.php 页面文件 archvie.php 分类和日期存档页文件 searchform.php 搜索表单文件 search.php 搜索页面文件 comments.php 留言区域文件(包括留言列表和留言框) 404.php 404错误页面 header.php 网页头部文件 sidebar.php 网页侧边栏文件 footer.php 网页底部文件 WordPress Header头部 PHP代码 注: 也就是位于&#60;head&#62;和&#60;/head&#62;之间的PHP代码 &#60;?php bloginfo(’name’); ?&#62; 网站标题 &#60;?php wp_title(); ?&#62; 日志或页面标题 &#60;?php bloginfo(’stylesheet_url’); ?&#62; WordPress主题样式表文件style.css的相对地址 &#60;?php bloginfo(’pingback_url’); ?&#62; WordPress博客的Pingback地址 &#60;?php bloginfo(’template_url’); ?&#62; WordPress主题文件的相对地址 &#60;?php bloginfo(’version’); ?&#62; 博客的Wordpress版本 &#60;?php [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress 二次开发常用代码</title>
		<link>http://www.thewordpress.org/wordpress-second-development-commonly-used-code.html</link>
		<comments>http://www.thewordpress.org/wordpress-second-development-commonly-used-code.html#comments</comments>
		<pubDate>Fri, 05 Aug 2011 06:29:22 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=208</guid>
		<description><![CDATA[很多时候，我们可以适当的使用添加或修改一些代码，可以减少插件的时间，优化程序。 显示最新文章 &#60;?php query_posts('showposts=5'); ?&#62;  &#60;ul&#62;  &#60;?php while (have_posts()) : the_post(); ?&#62;  &#60;li&#62;&#60;a href="&#60;?php the_permalink() ?&#62;"&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/li&#62;  &#60;?php endwhile;?&#62;  &#60;/ul&#62; 显示最新评论 &#60;?php  global $wpdb;  $sql = "SELECT DISTINCT ID, post_title, post_password, comment_ID,  comment_post_ID, comment_author, comment_date_gmt, comment_approved,  comment_type,comment_author_url,  SUBSTRING(comment_content,1,30) AS com_excerpt  FROM $wpdb-&#62;comments  LEFT OUTER JOIN $wpdb-&#62;posts ON ($wpdb-&#62;comments.comment_post_ID =  $wpdb-&#62;posts.ID)  WHERE comment_approved = '1' AND comment_type = '' AND  post_password = ''  ORDER BY comment_date_gmt DESC  LIMIT 10";  $comments = $wpdb-&#62;get_results($sql);  $output = $pre_HTML;  $output .= "\n&#60;ul&#62;";  foreach ($comments as $comment) {  $output .= "\n&#60;li&#62;".strip_tags($comment-&#62;comment_author)  .":" . "&#60;a href=\"" . get_permalink($comment-&#62;ID) .  "#comment-" . $comment-&#62;comment_ID . "\" title=\"on " .  $comment-&#62;post_title . "\"&#62;" . strip_tags($comment-&#62;com_excerpt)  ."&#60;/a&#62;&#60;/li&#62;";  }  $output .= "\n&#60;/ul&#62;";  $output .= $post_HTML;  echo $output;?&#62; 显示热评文章 &#60;?php $result = $wpdb-&#62;get_results("SELECT comment_count,ID,post_title FROM $wpdb-&#62;posts ORDER BY comment_count DESC LIMIT 0 , 10");  foreach ($result as $topten) {  $postid = $topten-&#62;ID;  $title = $topten-&#62;post_title;  $commentcount = $topten-&#62;comment_count;  if ($commentcount != 0) { ?&#62;  &#60;li&#62;&#60;a href="&#60;?php echo get_permalink($postid); ?&#62;" title="&#60;?php echo $title ?&#62;"&#62;&#60;?php echo $title ?&#62;&#60;/a&#62;&#60;/li&#62;  &#60;?php } } ?&#62; 显示文章分类 &#60;h2&#62;Categories&#60;/h2&#62;  &#60;ul&#62;  &#60;?php wp_list_cats('sort_column=name'); ?&#62;  &#60;/ul&#62; 显示归档 &#60;h2&#62;Archives&#60;/h2&#62;  &#60;ul&#62;  &#60;?php wp_get_archives('type=monthly'); ?&#62;  &#60;/ul&#62; 在侧栏显示页面列表 [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-second-development-commonly-used-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 破解主题模板加密footer.php文件</title>
		<link>http://www.thewordpress.org/wordpress-footer-php.html</link>
		<comments>http://www.thewordpress.org/wordpress-footer-php.html#comments</comments>
		<pubDate>Tue, 02 Aug 2011 02:04:19 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=204</guid>
		<description><![CDATA[由于很多人不把wordpress主题模板作者的版权当一回事，常常把网站主题模板的版权信息和链接去掉，所以很多主题模板作者给WordPress主题模板的footer.php文件加了密，以防止使用者随意去掉版权信息和作者链接。但是这样，站长就不能在网站底部添加或修改一些信息，不过，所谓道高一尺，魔高一丈……破解footer.php加密的方法有多种，介绍一种极其简单的。 破解方法步骤： 1、上传主题模板到博客，后台激活要破解的WordPress主题，（即让博客使用需要破解的主题模板） 2、打开浏览器（这里以firefox为例），在博客页面单击鼠标右键，在打开的菜单中选择“查看页面源代码” 3、在查看页面源代码页面找到底部相关代码（一般在页面底部），这便是footer.php的加密部分代码，例如： 1 2 3 4 5 6 7 8 &#60;div id="footer-link"&#62; &#60;p&#62;Copyright &#38;copy; 2010 &#60;a href="http://www.thewordpress.org" title="The WordPress 中文技术站"&#62;The WordPress 中文技术站&#60;/a&#62; - 又一个 WordPress 博客.Subscribe to our &#60;a href="http://www.thewordpress.org/feed"&#62;RSS&#60;/a&#62;.&#60;br/&#62;This web site is proudly powered by &#60;a href="http://wordpress.org"&#62;WordPress&#60;/a&#62; and a free &#60;a href="http://topwpthemes.com"&#62;wordpress theme&#60;/a&#62; wordpress.com.&#60;br/&#62; For the latest trends in &#60;a href="http://www.wordpress.com"&#62;webhosting&#60;/a&#62; [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-footer-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 开启 Gzip 功能</title>
		<link>http://www.thewordpress.org/wordpress-gzip.html</link>
		<comments>http://www.thewordpress.org/wordpress-gzip.html#comments</comments>
		<pubDate>Fri, 29 Jul 2011 08:45:36 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://www.thewordpress.org/?p=200</guid>
		<description><![CDATA[方法一： gzippy 插件。 这对于懒人或者菜菜们来说是个福音和首选，这个插件解压后也不足2K，可谓短小精悍，且上传安装之后也无需另外设置，很方便实用。 下载地址：http://wordpress.org/extend/plugins/gzippy/ 方法二： 定义 php.ini。 新建一个名为 php.ini 的文件，输入以下内容，保存并上传至网站根目录即可。 output_buffering = Off output_handler = zlib.output_compression = On]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-gzip.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>代码实现 WordPress 置顶文章列表</title>
		<link>http://www.thewordpress.org/code-wordpress-toplist.html</link>
		<comments>http://www.thewordpress.org/code-wordpress-toplist.html#comments</comments>
		<pubDate>Mon, 18 Jul 2011 02:47:06 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=196</guid>
		<description><![CDATA[WordPress写文章，优秀的文章设置为置顶显示以推荐给读者，通常 WP 的置顶文章是显示在首页顶部的，但有时候制作一些特殊的主题可能会因为各种需要要把 WP 博客的置顶文章另外调用出来显示，那么博主可以通过使用下面的这段代码来实现该效果。 调用 WordPress 置顶文章列表： 在需要调用 WordPress 置顶文章的地方直接添加以下代码即可： 1 2 3 4 5 6 7 8 9 10 11 12 &#60;ul&#62; &#60;?php $sticky = get_option('sticky_posts'); rsort( $sticky ); $sticky = array_slice( $sticky, 0, 5); query_posts( array( 'post__in' =&#62; $sticky, 'caller_get_posts' =&#62; 1 ) ); if (have_posts()) : while (have_posts()) : the_post(); ?&#62; [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/code-wordpress-toplist.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10款用于提升WordPress性能的插件</title>
		<link>http://www.thewordpress.org/10-wordpress-performance-plugin.html</link>
		<comments>http://www.thewordpress.org/10-wordpress-performance-plugin.html#comments</comments>
		<pubDate>Tue, 12 Jul 2011 07:19:12 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress插件]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=194</guid>
		<description><![CDATA[WordPress最强大的在于其庞大的开发者社区，为WP开发出很多的插件，本文向大家介绍10款用于提升WP性能的插件。 1.W3 Total Cache W3 Total Cache通过提升服务器的性能、降低页面加载时间来提升用户的访问体验，通过缓存网站的所有内容来降低下载时间，提供CDN的集成： 2.Wp Super Cache 如果你没打算使用前面提到的W3 Total cache,那你可以试试Wp Super Cache，它为每个网页直接生成HTML静态文件，直接由Apache处理而无需送到后端PHP脚本来执行，性能提升非常显著。 3.Wp Minify 该插件用于将Minify引擎集成到WP博客上，一旦被启用，它将合并和压缩所有的JS和CSS文件以降低网页的加载时间。 4.Plugin Organizer 通过Plugin Organizer,用户可重新组织WP插件的加载，设置可以在页面上直接启用或者禁用某个插件。 5.JS &#38; CSS Optimizer 从名字上可以看出，这是一款JS和CSS的优化插件，主要用于将多个JS和CSS文件合并到一个文件上，降低HTTP请求的次数。 6.Wp Database Optimizer Wp Database Optimizer是一个非常棒的插件，自动安排数据库优化，管理员可以指定优化的间隔时间。 7.Wp Parallel Loading System WP-PLS (short for Parallel Loading System)是一个增强博客更高效进行加载的插件，其他特性还包括图片优化、并行HTTP链接、页面速度提升等。 8.Scripts Gzip 该插件用于将CSS和JS进行合并和压缩，它将根据需要重写CSS文件的url()方法 9.HeaderJS Loader 有了HeaderJS Loader,你可以通过 Head JS来加载你的JS文件，相当于根据需要来加载JS文件。 10.External Files Organizer External [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/10-wordpress-performance-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 功能优化超级开关插件：Super Switch</title>
		<link>http://www.thewordpress.org/wordpress-super-switch.html</link>
		<comments>http://www.thewordpress.org/wordpress-super-switch.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 03:06:21 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress插件]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=190</guid>
		<description><![CDATA[Super Switch插件介绍： 通过该插件可以实现关闭 WordPress 一些不需要的功能，如主题预览、检查更新、保存修订版本、自动保存等。 Super Switch插件使用方法： 下载WP博客插件Super Switch，并上传至wp-content/plugins/目录下 登陆博客后台，在已安装插件列表中启用该插件，这时会在设置选项卡下生成一个“超级开关”设置选项，点击进入设置界面 在设置界面可以对：在博客的头部显示 WP 版本、主题预览、检查核心程序的更新、检查插件的更新、检查主题的更新、保存修订版本、Browse Happy、自动保存、显示最近启用过的插件。 其中的Browse Happy据说是 WordPress 后台右下角的一个图标，要IE浏览器下能够看到，但我使用IE浏览器还是没有看有图标。 &#160;]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-super-switch.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 自动显示文章第一张图片的方法</title>
		<link>http://www.thewordpress.org/wordpress-first-img.html</link>
		<comments>http://www.thewordpress.org/wordpress-first-img.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 03:00:22 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=187</guid>
		<description><![CDATA[WordPress 自动获取文章第一张图片： 在当前使用的主题模板的functions.php文件&#60;?php和?&#62;之前添加以下代码 function catch_that_image() { global $post, $posts; $first_img = ''; ob_start(); ob_end_clean(); $output = preg_match_all('/&#60;img.+src=[\'"]([^\'"]+)[\'"].*&#62;/i', $post-&#62;post_content, $matches); $first_img = $matches [1] [0]; if(empty($first_img)){ //Defines a default image $first_img = "/images/default.jpg"; } return $first_img; } 在当前主题模板的index.php文件的内容代码前或后添加以下代码 &#60;?php echo catch_that_image&#40;&#41; ?&#62; &#160;]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-first-img.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10个优化WordPress主题小提示</title>
		<link>http://www.thewordpress.org/10-basic-tips-for-improving-wordpress-themes.html</link>
		<comments>http://www.thewordpress.org/10-basic-tips-for-improving-wordpress-themes.html#comments</comments>
		<pubDate>Thu, 23 Jun 2011 07:44:42 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[link rel]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=183</guid>
		<description><![CDATA[下面的WordPress主题建议，涵盖了基本的定制技巧、样式化以及优方法。 1. 缩小图片尺寸 在每个WordPress主题中图片都占有很重要的地位，但可惜的是很多主题开发人员都忘了优化它们。这其中图片包括CSS背景图片、模板logos、默认的图片、小图标等等。 优化图像可以节省您的带宽消耗，也可提高你的博客读者页面响应时间。拿PhotoShop CS3来说，菜单栏 “文件” – “存储为Web 和设备所用格式 “，可以优化用于Web的图片。通常我的做法是不断降低图片的质量，直到我看到颜色或质量的明显变化为止。 此外，还可以使用像Smush.it无损图像优化工具，这个工具可以在保证图片质量的情况下压缩图片大小，使用方法有二： 依次点击”UPLOADER” – “Select Files and Smush”，选择本地要压缩的图片即可，最后点击压缩结果的图片名称即可下载 点击”URL”，输入图片的URL地址，提交即可开始压缩 2. 使用个性的Favicon 一些WordPress主题并不附带一个默认的favicon（该图标可以标示一个网站，你可以在浏览器标签和浏览器的网址栏看到它），下图标示的是本博客所使用的favicon图标，一个 if 如果一个网站没有设置favicon图标，会给人一种不专业的感觉，为此还是确定你的WordPress主题包含一个favicon图标吧。设置favicon图标其实也很简单，只需将一个favicon.ico图标文件上传至网站根目录即可。如果你的主机不支持这种方法，也可以在WordPress主题中引用，打开主题目录下的header.php，在&#60;/head&#62;之前添加以下代码（记住将以下代码中的favicon.ico改成你的图标URL）： 1 &#60;link rel=”icon” href=”favicon.ico” type=”image/x-icon” /&#62; 3. 样式化图片描述 当你上传图片并插入到文章当中时，你应该给它添加图片描述来形容它。注：图片描述就是图片的说明性文字，在WordPress后台编辑文章，上传图片后有一些选项，下图中第二个标题就是图片的描述文字： 每一个好的WordPress主题都应该包含图片描述的默认样式，为了样式化默认的图片描述，你可以在主题的style.css中添加 .wp-caption 类。以下是图片描述样式化的CSS代码，你可以参考（使用了一些CSS 3属性）： 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/10-basic-tips-for-improving-wordpress-themes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress分页导航插件WP-PageNavi</title>
		<link>http://www.thewordpress.org/wp-pagenavi-wordpress.html</link>
		<comments>http://www.thewordpress.org/wp-pagenavi-wordpress.html#comments</comments>
		<pubDate>Thu, 23 Jun 2011 07:38:24 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress插件]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=180</guid>
		<description><![CDATA[WP-PageNavi一款是由 Lester “GaMerZ” Chan 开发的文章分页插件， 给你的WordPress博客主题页面导航来个独一无二的升级，替代传统的“旧文章/新文章” ，就像DIGG样式的页面导航。如下： 是不是非常酷？如何轻松的把它融合到 WordPress 博客主题里呢？当指令告诉你要修改插件源文件，你要如何样式化？好问题，我来告诉你。 首先，你要安装WP-PageNavi插件才能使用。如果你没有安装插件，只能使用传统页面导航样式。 以下为引用的内容： &#60;?php if(function_exists(’wp_pagenavi’)) { // if PageNavi is activated ?&#62; &#60;?php wp_pagenavi(); // Use PageNavi ?&#62; &#60;?php } else { // Otherwise, use traditional Navigation ?&#62; &#60;div class=”nav-previous”&#62; &#60;!– next_post_link –&#62; &#60;/div&#62; &#60;div class=”nav-next”&#62; &#60;!– previous_post_link –&#62; &#60;/div&#62; &#60;?php } // End if-else statement [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wp-pagenavi-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2 Beta 2发布</title>
		<link>http://www.thewordpress.org/wordpress-3-2-beta-2.html</link>
		<comments>http://www.thewordpress.org/wordpress-3-2-beta-2.html#comments</comments>
		<pubDate>Tue, 14 Jun 2011 13:53:22 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress资讯]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=162</guid>
		<description><![CDATA[WordPress 3.2 beta1在数天之前发布，这次发布的WordPress 3.2 beta2依然是测试版本，请各位不要在正规站点上使用，以免出现问题，主要是怕引起主题，插件的不兼容。 由于从WordPress 3.2开始，WordPress官方确认WordPress控制面板不会再支持IE6浏览器，为了照顾很多还在使用IE6的用户，WordPress官方推出了对应措施，目前google的一个开源项目：Google Chrome Frame已经应用到WordPress 3.2 beta2中，IE6的用户，只要使用google chrome浏览器，即可解决IE6的问题。 第二个更新是WordPress控制面板后台在IE7下面已经正常多了（主要指样式）。 第三个更新是WordPres后台的管理界面配色方案中的蓝色方案已经被灰色取代。 第四个更新， jQuery更新到1.6.1，详情：http://wpdevel.wordpress.com/2011/05/25/jquery-updates-in-wordpress-3-2/ &#160;]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-3-2-beta-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who-Visit-Me（最近来访）插件发布</title>
		<link>http://www.thewordpress.org/who-visit-me.html</link>
		<comments>http://www.thewordpress.org/who-visit-me.html#comments</comments>
		<pubDate>Fri, 27 May 2011 06:15:31 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress插件]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=158</guid>
		<description><![CDATA[Who – visit – me is not a statistic plugin . It shows the  friends who visit to author’s blog recently, similar to the “recent visit” function in the SNS websites.This plugin will  display gravatar, visit time, blog link, the source address (IP real address ) for all friends who have ever left a comment [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/who-visit-me.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1.3 (和 WordPress 3.2 Beta 2)</title>
		<link>http://www.thewordpress.org/wordpress-3-1-3-wordpress-3-2-beta-2.html</link>
		<comments>http://www.thewordpress.org/wordpress-3-1-3-wordpress-3-2-beta-2.html#comments</comments>
		<pubDate>Thu, 26 May 2011 08:04:46 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress资讯]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=154</guid>
		<description><![CDATA[WordPress 3.1.3 发布了，这是一个安全更新版本。主要包括： Various security hardening by Alexander Concha. Taxonomy query hardening by John Lamansky. Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros. Media security fixes by Richard Lundeen of Microsoft, Jesse Ou of Microsoft, andMicrosoft Vulnerability Research. Improves file upload security on hosts with dangerous security settings. Cleans up old WordPress import files if the [...]]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-3-1-3-wordpress-3-2-beta-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决Win主机重定向死循环问题</title>
		<link>http://www.thewordpress.org/wordpress-3-1-win.html</link>
		<comments>http://www.thewordpress.org/wordpress-3-1-win.html#comments</comments>
		<pubDate>Tue, 17 May 2011 15:51:53 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress使用]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=150</guid>
		<description><![CDATA[越来越多的童鞋反映，升级WordPress 3.1后，打开页面浏览器会提示，该网站有重定向循环问题。遇到这一问题的童鞋使用的都是不能完美支持WP的Win主机，新版对Win主机IIS 6.0有兼容问题，虽然我没有Win主机，但有童鞋问，就帮大家查找了一下解决办法，最后在官方论坛上看到有人给出了答案。 安装下面这个禁用重定向插件可解决问题： http://wordpress.org/extend/plugins/permalink-fix-disable-canonical-redirects-pack/ 或者直接把这句代码加到主题的functions.php模板文件中： 1.remove_filter('template_redirect', 'redirect_canonical'); 以上代码方法，未经本人测试，请自己酌情折腾！ 作者: 知更鸟 &#124; &#160; &#160; &#160;]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-3-1-win.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress主题TwentyTen扩展版</title>
		<link>http://www.thewordpress.org/wordpress-twentyten.html</link>
		<comments>http://www.thewordpress.org/wordpress-twentyten.html#comments</comments>
		<pubDate>Tue, 17 May 2011 15:49:26 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress主题]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=148</guid>
		<description><![CDATA[WordPress从3.0开始，更换了默认主题，新的主题名称为TwentyTen，在板式，宽度和自定义方面相比之前的版本都有改进，今天Wopus介绍的，是TwentyTen的扩展版，如果要用一句话来形容这个扩展版：TwentyTen扩展版可自定义性更强。 此主题为非官方的WordPress爱好者在TwentyTen基础上加工完成的，目前主题已经提交到WordPress.org官方，还在审核中。 主题名称：TwentyTen Extended 版本：0.01 语言：英文 类别：两栏 作者：Josh Lyford 支持WordPress版本：支持WordPress 3.1正式版 主题详解： 1，主题安装成功之后 ，会转到设置（settings）页面。 2，主题设置页面分为四个功能模块，分别是：General Settings（常规设置）；Header Area Settings（头部区域设置）；Post/Page Settings（单片文章页面/单哥页面设置）；Widgets（侧边工具栏设置）。 3，主题主要增强了TwentyTen默认主题的一下几个方面：1，字体大小设置；2，字体颜色设置；3，字体类别设置；4，超链接表现形式设置；5，图片强化设置；6，单篇文章标题大小，字体，颜色设置等。 4，主题主要是增强了默认主题在表现形式和色彩丰富上。 5，下载之后，直接通过后台安装使用即可。 6，如果使用有任何问题或者疑问，请直接留言，Wopus将为各位解答。 主题下载：官方下载 &#160;]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-twentyten.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2 Beta1发布，不再支持php 4</title>
		<link>http://www.thewordpress.org/wordpress-3-2-beta1-php-4.html</link>
		<comments>http://www.thewordpress.org/wordpress-3-2-beta1-php-4.html#comments</comments>
		<pubDate>Tue, 17 May 2011 15:47:09 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress资讯]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=146</guid>
		<description><![CDATA[距离WordPress 3.1发布三个月之后，WordPress官方发布了WordPress 3.2系列的第一个beta版本。 当然，beta版本只是测试版本。各位完全安装一个新的WordPress来体验。但千万不要在正在使用的站点上升级部署WordPress 3.2 beta1版本。 按照WordPress官方的计划，WordPress 3.2正式版会在6月底发布。至于会不会再次放鸽子，就不好说了，因为WordPress官方一直喜欢放鸽子。 WordPress 3.2还是在不断的优化WordPress的代码，提高使用效率；对WordPress控制面板又进行了改进（似乎每次都在改进，不明白官方在干啥）；也在WordPress 3.2 发布了新的WordPress默认主题：Twenty Eleven；WordPress 3.1开始启用的管理通栏，在WordPress 3.2有改进。（WordPress 3.1正式版新功能解析） 当然，WordPress 3.2 的发布，还有一个重大的意义，WordPress 3.2开始，对主机的php和mysql版本有了新的要求：PHP 5.2.4 and MySQL 5.0。 &#160;]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-3-2-beta1-php-4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>博客变iPad杂志 WordPress新插件OnSwipe</title>
		<link>http://www.thewordpress.org/ipad-wordpress-onswipe.html</link>
		<comments>http://www.thewordpress.org/ipad-wordpress-onswipe.html#comments</comments>
		<pubDate>Thu, 24 Mar 2011 05:28:25 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress插件]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=143</guid>
		<description><![CDATA[用过Wordpress制作自己博客网站朋友们相信都很喜欢这款软件强大的插件和主题功能，Wordpress今天宣布推出一款面向iPad 2进行优化展示的新插件OnSwipe，可以让自己的博客网站在iPad上更好的进行展示。 随着移动用户的增多以及苹果iPad的强势增长，已经有许多网友开始习惯用自己的智能手机或者平板机浏览网站，但是现有的网站对智能机触摸屏操作不是很友好，专用插件的出现是必然的。 WordPress之前推广的WP-Touch插件就以良好的智能机操作体验收到站长们的欢迎，OnSwipe同样是一款优秀的插件，目标转向了iPad。这款插件可以完美支持HTML5，包括触摸互动、拖动、屏幕旋转以及其他的iPad功能，呈现出来的页面很像iPad上的网络杂志。 OnSwipe提供有多种自定义选项，用户可以选择自己博客中的图片作为文章封面，也可以上传图片作为皮肤、标识、网站主画面等，插件提供字体切换和9种不同的皮肤颜色。现在可以直接在Wordpress的插件搜索中寻找OnSwipe并进行安装。 &#160; &#160;]]></description>
		<wfw:commentRss>http://www.thewordpress.org/ipad-wordpress-onswipe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1正式版新功能解析</title>
		<link>http://www.thewordpress.org/wordpress-3-official-version-of-the-new-function-analytical.html</link>
		<comments>http://www.thewordpress.org/wordpress-3-official-version-of-the-new-function-analytical.html#comments</comments>
		<pubDate>Mon, 14 Mar 2011 11:02:26 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress资讯]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=135</guid>
		<description><![CDATA[随着WordPress 3.1正式版的发布，WordPress已经逐渐开始被大家接受并开始逐渐测试使用，今天，Wopus就把WordPress 3.1正式版的比较有用的功能汇总，并详细解释一下。 WordPress 3.1主要新功能详解： 1，WordPress博客内容链接功能：这个功能使用的前提是编辑的模式是在可视化编辑器模式下。 在日志编辑框里，输入文字的时候，选中某一个或者几个文字，点击 超链接 按钮，会出现这样的弹框： &#160; 如果在已经存在的文章中，你可以搜索任何一个关键词，然后点击选中，这样这个字或者词就会被附加上你选中的这篇文章的链接。 这个功能很必要，特别是经常做SEO的，这种给关键词增加超链的方式会比之前的方便很多。但目前，这个只支持文章和Page页面。还不支持tag标签。 2，管理员工具条：详细请查看：WP 3.1 Beta 1新功能:前台快速链接。 3，日志发布页面更加简洁：WordPress 3.1对发布新日志页面进行了改进。并最大限度的把一些功能设置成可选项。自定义字段，评论选项，作者，日志摘要，Tracebacks。 4，WordPress控制面板后台布局改变。WordPress 3.0中的多站点功能在WordPress 3.1版本之前的布局，都是兼容在控制面板的左边，和当前的常用功能是混合的，WordPress 3.1对这个做了布局的改变，把这个功能单独从布局上分离开来：入口放在了发布新日志后面，点击进去，设施多站点功能页面也独立出来了。 5，日志发布功能增强，这是一个WordPress主题功能，这个功能可以让用户灵活的去定义每篇文章的meta信息，当然，功能的使用需要主题的支持，目前WordPress 3.1的主题还比较少，稍后Wopus会结合具体的主题详细分解这个功能，WordPress官方对这个功能的描述：Post Formats。 6，导入/导出功能重设计。通过WordPress后台的功能&#8211;导入/导出功能，可以更加完整的转移WordPress的数据。 还有其他的一些功能，主要是针对WordPress开发者，上面提供的功能，有些Wopus会在稍后的文章中详细分解，通过对WordPress 3.1的了解，只能说，WordPress已经不是之前的博客平台软件了，而在不断的向CMS方向演进；也许WordPress以后的代码真的会很繁琐，但我们认为WordPress官方在做一个长期的功能，那就是对于WordPress而言，大家各取所需即可。 &#160;]]></description>
		<wfw:commentRss>http://www.thewordpress.org/wordpress-3-official-version-of-the-new-function-analytical.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jetpack—从WordPress.com到WordPress独立博客的完美转换</title>
		<link>http://www.thewordpress.org/jetpack-wordpress.html</link>
		<comments>http://www.thewordpress.org/jetpack-wordpress.html#comments</comments>
		<pubDate>Mon, 14 Mar 2011 10:55:40 +0000</pubDate>
		<dc:creator>azhi</dc:creator>
				<category><![CDATA[WordPress插件]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[jetpack]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thewordpress.org/?p=133</guid>
		<description><![CDATA[WordPress母公司Automattic近日推出一款名为Jetpack的插件，让WordPress独立博客用户也可以享受到wordpress.com博客中的一些功能而不必在插件库里四处搜索具有类似功能的插件。 WordPress.com已经成为全球最让人刮目相看的云建筑之一，其平台上托管的博客拥有众多WordPress独立博客所不具备的功能。 但是有了Jetpack，独立博客用户不用再羡慕wordpress.com用户。确切地说，Jetpack相当于一个插件包，整合了呼声最高的八个功能：Gravatar Hovercards（悬浮式个人名片），WordPress.com Stats统计，After the Deadline拼写检查，Twitter小工具、短代码、短连接、Sharedaddy（快速分享到Facebook/Twitter/WordPress）以及LATEX排版。Jetpack的功能将来还会有所扩展。 同时Automattic正在与Godaddy、DreamHost等主机商进行接洽，希望将Jetpack作为WordPress新用户的预装插件。目前独立博客用户可以从WordPress插件库手动下载安装Jetpack。 注意：Jetpack安装成功后，之前下载的具有功能类似的插件会被禁用，因此你可能需要重新设置插件。 值得一提的是Automattic在Jetpack的常见问题答疑中表示： Jetpack本身是免费的，并且将会一直免费下去。Jetpack提供的部分个人功能是免费的，但将来可能推出其它收费功能。安装Jetpack不需要任何费用 &#160;]]></description>
		<wfw:commentRss>http://www.thewordpress.org/jetpack-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

