<?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>Just A Blog &#187; Wordpress</title>
	<atom:link href="http://www.caxblog.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caxblog.com</link>
	<description>街尾牛杂档——Since 1983</description>
	<lastBuildDate>Thu, 20 Oct 2011 10:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>使用WP-Postviews显示近期的热门文章</title>
		<link>http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/</link>
		<comments>http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 04:28:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WP-Postviews]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[流量统计]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=1313</guid>
		<description><![CDATA[在我的博客里一直都是使用WP-Postviews插件来统计文章点击数，以及用来显示热门文章。WP-Postviews显示热门文章的函数是get_most_viewed，也可以通过调用get_least_viewed函数来显示最新被浏览的文章。 get_most_viewed显示所有点击最高的文章，并无时间上的限制，而get_least_viewed虽然可以显示近期的点击文章，但不可以设置相应的统计时间，只能是按照插件的默认时间算法来显示，所以如果要显示近一年或半年内的热门文章这两个函数是无法满足的。从WP-Postviews 1.30版本后就取消了一个补充函数get_timespan_most_viewed，这个函数可以显示特定时间内的热门文章，刚好是我想要的。只要把这个函数重新拷贝到WP-Postviews插件的wp-postviews.php文件内就可以使用了。 ### Function: Get TimeSpan Most Viewed - Added by Paolo Tagliaferri (http://www.vortexmind.net - webmaster@vortexmind.net) function get_timespan_most_viewed($mode = '', $limit = 10, $days = 7, $display = true) { global $wpdb, $post; $limit_date = current_time('timestamp') - ($days*86400); $limit_date = date("Y-m-d H:i:s",$limit_date); $where = ''; $temp = ''; if(!empty($mode) &#38;&#38; $mode != 'both') { [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress中文工具箱WP Kit CN" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-wp-kit-cn%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462984.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress中文工具箱WP Kit CN</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.6字数统计插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fword-count-plugin-of-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/03/462990.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.6字数统计插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="显示相关文章的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Frelated-post-plugins-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462824.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">显示相关文章的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress插件Ultimate Category Excluder" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/07/462905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress插件Ultimate Category Excluder</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress分享和收藏插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fshare-and-collection-plugin-in-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463037.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress分享和收藏插件</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>在我的博客里一直都是使用<strong>WP-Postviews</strong>插件来统计文章点击数，以及用来显示<strong>热门文章</strong>。<a href="http://www.caxblog.com/tag/wp-postviews/" target="_self">WP-Postviews</a>显示<strong>热门文章</strong>的函数是<code>get_most_viewed</code>，也可以通过调用<code>get_least_viewed</code>函数来显示最新被浏览的文章。</p>
<p><code>get_most_viewed</code>显示所有点击最高的文章，并无时间上的限制，而<code>get_least_viewed</code>虽然可以显示近期的点击文章，但不可以设置相应的统计时间，只能是按照插件的默认时间算法来显示，所以如果要显示近一年或半年内的<a href="http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/" target="_self">热门文章</a>这两个函数是无法满足的。从<a href="http://www.caxblog.com/tag/wp-postviews/" target="_self">WP-Postviews</a> 1.30版本后就取消了一个补充函数<code>get_timespan_most_viewed</code>，这个函数可以显示特定时间内的热门文章，刚好是我想要的。只要把这个函数重新拷贝到<strong>WP-Postviews</strong>插件的<code>wp-postviews.php</code>文件内就可以使用了。</p>
<p><img class="alignnone" title="Wordpress Logo" src="http://www.caxblog.com/wp-content/uploads/2008/09/wordpress-logo.png" alt="" width="565" height="128" /><br />
<span id="more-1313"></span></p>
<pre>### Function: Get TimeSpan Most Viewed - Added by Paolo Tagliaferri (http://www.vortexmind.net - webmaster@vortexmind.net)
function get_timespan_most_viewed($mode = '', $limit = 10, $days = 7, $display = true) {
global $wpdb, $post;
$limit_date = current_time('timestamp') - ($days*86400);
$limit_date = date("Y-m-d H:i:s",$limit_date);
$where = '';
$temp = '';
if(!empty($mode) &amp;&amp; $mode != 'both') {
$where = "post_type = '$mode'";
} else {
$where = '1=1';
}
$most_viewed = $wpdb-&gt;get_results("SELECT DISTINCT $wpdb-&gt;posts.*, (meta_value+0) AS views FROM $wpdb-&gt;posts LEFT JOIN $wpdb-&gt;postmeta ON $wpdb-&gt;postmeta.post_id = $wpdb-&gt;posts.ID WHERE post_date &lt; '".current_time('mysql')."' AND post_date &gt; '".$limit_date."' AND $where AND post_status = 'publish' AND meta_key = 'views' AND post_password = '' ORDER  BY views DESC LIMIT $limit");
if($most_viewed) {
foreach ($most_viewed as $post) {
$post_title = get_the_title();
$post_views = intval($post-&gt;views);
$post_views = number_format($post_views);
$temp .= "&lt;li&gt;&lt;a href=\"".get_permalink()."\"&gt;$post_title&lt;/a&gt; - $post_views ".__('views', 'wp-postviews')."&lt;/li&gt;";
}
} else {
$temp = '&lt;li&gt;'.__('N/A', 'wp-postviews').'&lt;/li&gt;'."\n";
}
if($display) {
echo $temp;
} else {
return $temp;
}
}</pre>
<p>$days这个参数是多长时间内发表的文章，我在Single页面设置为180天，就是半年内的热门文章，而在首页则输出全部时间的<strong>热门文章</strong>。如果想在博客后台看到文章的点击数可以把以下代码（via <a href="http://fairyfish.net/2009/07/23/postviews-for-admin/" target="_blank">水煮鱼</a>）放到<a href="http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/" target="_self">WP-Postviews</a>插件目录的<code>wp-postviews.php</code>文件或者你主题的<code>function.php</code>文件中。</p>
<pre>add_filter('manage_posts_columns', 'postviews_admin_add_column');
function postviews_admin_add_column($columns){
 $columns['views'] = __('Views');
 return $columns;
}
add_action('manage_posts_custom_column','postviews_admin_show',10,2);
function postviews_admin_show($column_name,$id){
 if ($column_name != 'views')
 return;
 $post_views = get_post_meta($id, "views",true);
 echo $post_views;
}</pre>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2009. |
<a href="http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/">Permalink</a> |
<a href="http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/#comments">28 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/&title=使用WP-Postviews显示近期的热门文章">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/wp-postviews/" rel="tag">WP-Postviews</a>, <a href="http://www.caxblog.com/tag/%e6%8f%92%e4%bb%b6/" rel="tag">插件</a>, <a href="http://www.caxblog.com/tag/traffic-statistics/" rel="tag">流量统计</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress中文工具箱WP Kit CN" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-wp-kit-cn%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462984.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress中文工具箱WP Kit CN</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.6字数统计插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fword-count-plugin-of-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/03/462990.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.6字数统计插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="显示相关文章的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Frelated-post-plugins-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462824.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">显示相关文章的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress插件Ultimate Category Excluder" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/07/462905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress插件Ultimate Category Excluder</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress分享和收藏插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fshare-and-collection-plugin-in-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463037.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress分享和收藏插件</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Free Premium WordPress Themes</title>
		<link>http://www.caxblog.com/free-premium-wordpress-themes-download-website/</link>
		<comments>http://www.caxblog.com/free-premium-wordpress-themes-download-website/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 14:22:30 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[主题]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=999</guid>
		<description><![CDATA[以前给大家介绍过一个叫Premium Free WordPress Themes的免费WordPress主题下载网站，里面的主题兼顾了各人都喜好，各种各样的主题都有。今天又发现了一个叫Free Premium WordPress Themes（做主题的网站名字都差不多，汗~~）的WordPress主题下载网站，全部WordPress主题都提供免费下载，而且个个主题都是超级绚丽的，绝对要比今年TVB的香港小姐要好看，但就是口味重了点。 喜欢重口味主题的可以到Free Premium WordPress Themes去找找有没有自己喜欢的主题。平时吃开清淡的，对那些花哨主题不感冒的也可以退回作者的主页看看，作者是走收集路线的。 © Alex for Just A Blog, 2009. &#124; Permalink &#124; 35 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Wordpress, 下载, 主题<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress绚丽主题Notepad Chaos" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-notepad-chaos%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462968.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress绚丽主题Notepad Chaos</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress免费精品主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-beautiful-themes-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462839.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费精品主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress主题：Jat-Theme beta" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462871.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress主题：Jat-Theme beta</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="推荐一个免费WordPress主题发布网站" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462934.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐一个免费WordPress主题发布网站</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress两栏简约主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftwo-column-wordpress-themes%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462836.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress两栏简约主题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>以前给大家介绍过一个叫<a href="http://www.caxblog.com/free-wordpress-theme-web-website/" target="_self">Premium Free WordPress Themes</a>的免费<strong>WordPress主题</strong>下载网站，里面的主题兼顾了各人都喜好，各种各样的主题都有。今天又发现了一个叫<a href="http://www.caxblog.com/free-wordpress-theme-web-website/" target="_self">Free Premium WordPress Themes</a>（做主题的网站名字都差不多，汗~~）的<a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98/">WordPress主题</a>下载网站，全部<a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98/" target="_self">WordPress主题</a>都提供<strong>免费下载</strong>，而且个个主题都是超级绚丽的，绝对要比今年TVB的香港小姐要好看，但就是口味重了点。</p>
<p>喜欢重口味主题的可以到<a href="http://www.iyiz.com/wordpress-themes/" target="_blank">Free Premium WordPress Themes</a>去找找有没有自己喜欢的主题。平时吃开清淡的，对那些花哨主题不感冒的也可以退回作者的主页看看，作者是走收集路线的。</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2009/08/theme-1.JPG"><span id="more-999"></span><img class="alignnone size-full wp-image-1001" title="theme-1" src="http://www.caxblog.com/wp-content/uploads/2009/08/theme-1.JPG" alt="theme-1" width="600" height="374" /></a></p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2009/08/theme-2.JPG"><img class="alignnone size-full wp-image-1000" title="theme-2" src="http://www.caxblog.com/wp-content/uploads/2009/08/theme-2.JPG" alt="theme-2" width="600" height="373" /></a></p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2009. |
<a href="http://www.caxblog.com/free-premium-wordpress-themes-download-website/">Permalink</a> |
<a href="http://www.caxblog.com/free-premium-wordpress-themes-download-website/#comments">35 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/free-premium-wordpress-themes-download-website/&title=Free Premium WordPress Themes">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/%e4%b8%8b%e8%bd%bd/" rel="tag">下载</a>, <a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98/" rel="tag">主题</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress绚丽主题Notepad Chaos" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-notepad-chaos%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462968.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress绚丽主题Notepad Chaos</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress免费精品主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-beautiful-themes-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462839.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费精品主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress主题：Jat-Theme beta" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462871.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress主题：Jat-Theme beta</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="推荐一个免费WordPress主题发布网站" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462934.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐一个免费WordPress主题发布网站</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress两栏简约主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftwo-column-wordpress-themes%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-premium-wordpress-themes-download-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462836.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress两栏简约主题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/free-premium-wordpress-themes-download-website/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>使用WordPress差不多一年了</title>
		<link>http://www.caxblog.com/using-wordpress-for-one-year/</link>
		<comments>http://www.caxblog.com/using-wordpress-for-one-year/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 09:04:23 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=764</guid>
		<description><![CDATA[使用Wordpress一年了，具体从那一天开始算我也不清楚。我只记得去年春节前我就在某个CN结尾的Wordpress网站上接触到Wordpress系统，然后就看到Chada写的在oxyfreehosting免费空间建立独立博客的文章，就开始在免费空间上捣鼓。 春节回来后就注册了talkeight.cn域名，购买了过客上的虚拟空间。正式开始独门独户的博起生活，自己第一次安装的是Wordpress 2.3.2.从那开始几乎每个月都有一次的升级，而自己的用的主题也差不多一个星期换一次。 除了眼花缭乱的主题，Wordpress还支持成千上万个插件，几乎你想到的功能都有相关的插件支持，就看你喜不喜欢这样罢了，我这里都安装了这些WordPress插件。 刚开始时，对Wordpress是没有什么了解，对PHP更加是一窍不通。后来通过自己做主题，慢慢的学习了简单的PHP语言，学会看jQuery代码，学会写CSS代码，但这都是仅限于自己看和修改。稍微高深一点的东西就可以把我卡死。比如最近在看Hybrid主题代码，看了半天都不知道在那么添加sidebar.php的代码，后来才知道原来没有这个文件，晕死了~~~ 一年的Wordpress Blogging中我还认识了很多不同领域的朋友，大家相互讨论，互相踩场，可以在他们身上了解到很多资讯和技巧。要感谢的朋友差不多都在我的友情链接中了！！慢慢的折腾中知道我还知道了下面这些事情： 有一个叫SEO的东西，通过优化它可以提高博客流量；那时候才知道原来博客是写出来给人看的，而不是收起来自己看的，O(∩_∩)O哈哈~ 有交换链接这回事，对博客推广和提高PR有一定帮助（未验证，反正我现在之和有缘人交换连接） 有Feedsky、FeedBurner等这些Feed托管这些服务，可以节约自己虚拟主机的资源； Blogging可以盈利，起码可以赚回网费和博客的支出（时间除外）；但敬告各位“请勿沉迷博客，有害健康” 互联网上有很多和博客相关的服务，总之你永远都会发现新鲜的东西，我觉得这才是折腾之王！！！ WordPress是好，但请勿贪杯！Wordpress是我认为最好的博客系统，因为我并没有用过别的系统，以后也不怎么打算换！但用的起Wordpress就要经得起折腾，如果不想遭这个罪，可以使用Blogger、yo2.cn或者是live spaces，那样可以省力又省心！！ © Alex for Just A Blog, 2009. &#124; Permalink &#124; 38 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Wordpress, 博客<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress 2.7正式发布" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/06/462885.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7正式发布</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress免费精品主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-beautiful-themes-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462839.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费精品主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress免费建站体验" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fget-your-self-host-wordpress-for-free%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费建站体验</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress Premium Theme LightSource" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/30/462856.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress Premium Theme LightSource</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7新功能展望" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fnew-features-of-wordpress-27%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7新功能展望</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>使用Wordpress一年了，具体从那一天开始算我也不清楚。我只记得去年春节前我就在某个CN结尾的Wordpress网站上接触到Wordpress系统，然后就看到<a href="http://genmicha.cn/" target="_blank">Chada</a>写的在oxyfreehosting免费空间建立独立博客的文章，就开始在免费空间上捣鼓。</p>
<p>春节回来后就注册了talkeight.cn域名，购买了过客上的虚拟空间。正式开始独门独户的博起生活，自己第一次安装的是Wordpress 2.3.2.从那开始几乎每个月都有一次的升级，而自己的用的主题也差不多一个星期换一次。</p>
<p><span id="more-764"></span><img class="alignnone" title="Wordpress" src="http://www.caxblog.com/wp-content/uploads/2008/09/wordpress-logo.png" alt="" width="600" height="136" /></p>
<p>除了眼花缭乱的主题，Wordpress还支持成千上万个插件，几乎你想到的功能都有相关的插件支持，就看你喜不喜欢这样罢了，我这里都安装了这些<a href="http://www.caxblog.com/wordpress-plugin-for-caxblog/" target="_self">WordPress插件</a>。</p>
<p>刚开始时，对Wordpress是没有什么了解，对PHP更加是一窍不通。后来通过自己做主题，慢慢的学习了简单的PHP语言，学会看jQuery代码，学会写CSS代码，但这都是仅限于自己看和修改。稍微高深一点的东西就可以把我卡死。比如最近在看Hybrid主题代码，看了半天都不知道在那么添加sidebar.php的代码，后来才知道原来没有这个文件，晕死了~~~</p>
<p>一年的Wordpress Blogging中我还认识了很多不同领域的朋友，大家相互讨论，互相踩场，可以在他们身上了解到很多资讯和技巧。要感谢的朋友差不多都在我的<a href="http://www.caxblog.com/blogroll" target="_self">友情链接</a>中了！！慢慢的折腾中知道我还知道了下面这些事情：</p>
<ol>
<li>有一个叫SEO的东西，通过优化它可以提高博客流量；那时候才知道原来博客是写出来给人看的，而不是收起来自己看的，O(∩_∩)O哈哈~</li>
<li>有交换链接这回事，对博客推广和提高PR有一定帮助（未验证，反正我现在之和有缘人交换连接）</li>
<li>有Feedsky、FeedBurner等这些Feed托管这些服务，可以节约自己虚拟主机的资源；</li>
<li>Blogging可以盈利，起码可以赚回网费和博客的支出（时间除外）；但敬告各位“请勿沉迷博客，有害健康”</li>
<li>互联网上有很多和博客相关的服务，总之你永远都会发现新鲜的东西，我觉得这才是折腾之王！！！</li>
</ol>
<p>WordPress是好，但请勿贪杯！Wordpress是我认为最好的博客系统，因为我并没有用过别的系统，以后也不怎么打算换！但用的起Wordpress就要经得起折腾，如果不想遭这个罪，可以使用Blogger、yo2.cn或者是live spaces，那样可以省力又省心！！</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2009. |
<a href="http://www.caxblog.com/using-wordpress-for-one-year/">Permalink</a> |
<a href="http://www.caxblog.com/using-wordpress-for-one-year/#comments">38 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/using-wordpress-for-one-year/&title=使用WordPress差不多一年了">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/%e5%8d%9a%e5%ae%a2/" rel="tag">博客</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress 2.7正式发布" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/06/462885.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7正式发布</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress免费精品主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-beautiful-themes-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462839.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费精品主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress免费建站体验" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fget-your-self-host-wordpress-for-free%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费建站体验</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress Premium Theme LightSource" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/30/462856.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress Premium Theme LightSource</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7新功能展望" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fnew-features-of-wordpress-27%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fusing-wordpress-for-one-year%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7新功能展望</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/using-wordpress-for-one-year/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>WordPress Premium Theme LightSource</title>
		<link>http://www.caxblog.com/wordpress-premium-theme-lightsource/</link>
		<comments>http://www.caxblog.com/wordpress-premium-theme-lightsource/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 14:55:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Jat-Theme]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[主题]]></category>

		<guid isPermaLink="false">http://www.talkeight.cn/2008/05/176.html</guid>
		<description><![CDATA[LightSource是出自ElegantThemes的收费主题，每年只需要19.95美刀就可以拥有这个多功能的Wordpress主题。LightSource可以通过各种浏览器下样式一致，通过XHTML + CSS验证及支持Wordpress 2.7。 其实我觉得收费主题LightSource，或者说是ElegantThemes里面的主题都不算贵，所有主题几乎全部都是19.95美刀。喜欢个性的朋友可以考虑一下到ElegantThemes购买一款自己心仪的主题，至于能不能一次性买断，就要作者联系才知道了。 我现在用的Jat-Theme就是按照这个主题的配色制作的，不知道算不算是盗版了。我第一看上LightSource就是因为它的配色和Header下面的滚动栏，这两个滚动栏做得比较有趣，但我不知道是怎么做出来的，爱折腾的高手可以参考一下，做一个到自己的博客上，效果应该不错的。 LightSource虽然收费主题，但是还是有人可以把它搞下来的，感兴趣的可以到Art Hacker（via）的博客看看。里面还有很多收费主题提供免费下载，至于他是怎么搞不过来这个就不晓得了。 PS：通过非正规渠道下载的收费主题，研究一下就行了，尽量不要使用。我们支持原创！！！ © Alex for Just A Blog, 2009. &#124; Permalink &#124; 15 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Jat-Theme, Wordpress, 主题<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress主题：Jat-Theme beta" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462871.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress主题：Jat-Theme beta</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google PR更新和Jat-Theme主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-pr-update-and-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462865.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google PR更新和Jat-Theme主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="再次换回TES主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fback-to-tes-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463026.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">再次换回TES主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="推荐一个免费WordPress主题发布网站" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462934.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐一个免费WordPress主题发布网站</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress两栏简约主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftwo-column-wordpress-themes%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462836.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress两栏简约主题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.elegantthemes.com/preview/LightSource/" target="_blank">LightSource</a>是出自<a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=635" target="_blank">ElegantThemes</a>的收费主题，每年只需要19.95美刀就可以拥有这个多功能的Wordpress主题。LightSource可以通过各种浏览器下样式一致，通过XHTML + CSS验证及支持Wordpress 2.7。</p>
<p>其实我觉得收费主题LightSource，或者说是<a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=635" target="_blank">ElegantThemes</a>里面的主题都不算贵，所有主题几乎全部都是19.95美刀。喜欢个性的朋友可以考虑一下到<a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=635" target="_blank">ElegantThemes</a>购买一款自己心仪的主题，至于能不能一次性买断，就要作者联系才知道了。</p>
<p><span id="more-176"></span><img class="alignnone size-full wp-image-717" title="lightsource" src="http://www.caxblog.com/wp-content/uploads/2009/01/lightsource.jpg" alt="lightsource" width="600" height="450" /></p>
<p>我现在用的<a href="http://www.caxblog.com/wordpress-theme-jat-theme/" target="_self">Jat-Theme</a>就是按照这个主题的配色制作的，不知道算不算是盗版了。我第一看上LightSource就是因为它的配色和Header下面的滚动栏，这两个滚动栏做得比较有趣，但我不知道是怎么做出来的，爱折腾的高手可以参考一下，做一个到自己的博客上，效果应该不错的。</p>
<p>LightSource虽然收费主题，但是还是有人可以把它搞下来的，感兴趣的可以到Art Hacker（<a href="http://www.google.cn/search?client=firefox-a&amp;rls=org.mozilla%3Azh-CN%3Aofficial&amp;channel=s&amp;hl=zh-CN&amp;q=Art+Hacker&amp;lr=&amp;btnG=Google+%E6%90%9C%E7%B4%A2" target="_blank">via</a>）的博客看看。里面还有很多收费主题提供免费下载，至于他是怎么搞不过来这个就不晓得了。</p>
<p>PS：通过非正规渠道下载的收费主题，研究一下就行了，尽量不要使用。我们支持原创！！！</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2009. |
<a href="http://www.caxblog.com/wordpress-premium-theme-lightsource/">Permalink</a> |
<a href="http://www.caxblog.com/wordpress-premium-theme-lightsource/#comments">15 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/wordpress-premium-theme-lightsource/&title=WordPress Premium Theme LightSource">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/jat-theme/" rel="tag">Jat-Theme</a>, <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98/" rel="tag">主题</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress主题：Jat-Theme beta" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462871.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress主题：Jat-Theme beta</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google PR更新和Jat-Theme主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-pr-update-and-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462865.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google PR更新和Jat-Theme主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="再次换回TES主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fback-to-tes-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463026.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">再次换回TES主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="推荐一个免费WordPress主题发布网站" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462934.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐一个免费WordPress主题发布网站</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress两栏简约主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftwo-column-wordpress-themes%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462836.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress两栏简约主题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/wordpress-premium-theme-lightsource/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress主题：Jat-Theme beta</title>
		<link>http://www.caxblog.com/wordpress-theme-jat-theme/</link>
		<comments>http://www.caxblog.com/wordpress-theme-jat-theme/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 14:06:59 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Jat-Theme]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[主题]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=574</guid>
		<description><![CDATA[我这里的TES主题也用了很长时间了，该转换一下口味了，O(∩_∩)O哈哈~~Jat-Theme是我自己做的一个WordPress主题，在使用TES之前我也是用自己做的主题，但是那个比较难看，而且在IE7下还会变形！！不知道这个还会不会出现以前的情况。 Jat-Theme是星期天才开始动工的，也没有PSD文件，直接就进行coding。Jat-Theme暂时只在Firefox和IE 6下测试过，没有什么大的问题。麻烦欢迎大家多点两下，多发现点问题，帮忙完善这个主题！！ Jat-Theme现在只是一个雏形，有很多东西都没有加上去，比如一下jQuery效果，AJAX评论、分页样式和广告单元，这些都有待以后学习和添加上去，初步估计一下大概有这些功能： 文本显示FeedBurner和Feedsky订阅量； AJAX评论和评论分页； 内置Google Adsense单元； Sponsor单元轮放； 还有。。。 欢迎大家提宝贵的意见O(∩_∩)O哈哈~ © Alex for Just A Blog, 2008. &#124; Permalink &#124; 59 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Jat-Theme, Wordpress, 主题<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress Premium Theme LightSource" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/30/462856.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress Premium Theme LightSource</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google PR更新和Jat-Theme主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-pr-update-and-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462865.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google PR更新和Jat-Theme主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="再次换回TES主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fback-to-tes-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463026.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">再次换回TES主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress绚丽主题Notepad Chaos" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-notepad-chaos%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462968.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress绚丽主题Notepad Chaos</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress免费精品主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-beautiful-themes-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462839.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费精品主题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>我这里的TES主题也用了很长时间了，该转换一下口味了，O(∩_∩)O哈哈~~<a href="http://www.caxblog.com/wordpress-theme-jat-theme/">Jat-Theme</a>是我自己做的一个<a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98/">WordPress主题</a>，在使用TES之前我也是用自己做的主题，但是那个比较难看，而且在IE7下还会变形！！不知道这个还会不会出现以前的情况。</p>
<p>Jat-Theme是星期天才开始动工的，也没有PSD文件，直接就进行coding。Jat-Theme暂时只在Firefox和IE 6下测试过，没有什么大的问题。麻烦欢迎大家多点两下，多发现点问题，帮忙完善这个主题！！</p>
<p><img class="alignnone size-full wp-image-699" title="jat-theme" src="http://www.caxblog.com/wp-content/uploads/2008/12/jat-theme.jpg" alt="jat-theme" width="532" height="256" /></p>
<p><span id="more-574"></span>Jat-Theme现在只是一个雏形，有很多东西都没有加上去，比如一下<a href="http://www.caxblog.com/tag/jquery/">jQuery效果</a>，AJAX评论、分页样式和广告单元，这些都有待以后学习和添加上去，初步估计一下大概有这些功能：</p>
<ul>
<li>文本显示FeedBurner和Feedsky订阅量；</li>
<li>AJAX评论和评论分页；</li>
<li>内置Google Adsense单元；</li>
<li>Sponsor单元轮放；</li>
<li>还有。。。</li>
</ul>
<p>欢迎大家提宝贵的意见O(∩_∩)O哈哈~</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/wordpress-theme-jat-theme/">Permalink</a> |
<a href="http://www.caxblog.com/wordpress-theme-jat-theme/#comments">59 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/wordpress-theme-jat-theme/&title=WordPress主题：Jat-Theme beta">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/jat-theme/" rel="tag">Jat-Theme</a>, <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98/" rel="tag">主题</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress Premium Theme LightSource" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/30/462856.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress Premium Theme LightSource</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google PR更新和Jat-Theme主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-pr-update-and-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462865.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google PR更新和Jat-Theme主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="再次换回TES主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fback-to-tes-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463026.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">再次换回TES主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress绚丽主题Notepad Chaos" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-notepad-chaos%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462968.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress绚丽主题Notepad Chaos</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress免费精品主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-beautiful-themes-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462839.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费精品主题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/wordpress-theme-jat-theme/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>评论回复插件Mail To Commenter</title>
		<link>http://www.caxblog.com/wordpress-comment-plugin-mail-to-commenter/</link>
		<comments>http://www.caxblog.com/wordpress-comment-plugin-mail-to-commenter/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 12:23:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[评论系统]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=657</guid>
		<description><![CDATA[昨天正式采用了ThinkAgain的Mail To Commenter评论增强插件，这个插件采用@XXX的形式进行评论回复通知，可以保持评论栏的工整，而且可以一次回复通知多个评论者。有点Twitter的味道，貌似Twitter流行后越来越多的人都喜欢这个评论形势，包括我O(∩_∩)O哈哈~以后就告别Threaded Comment了。。。 这个插件后台可以自定义评论回复按钮的样式和邮件通知的样式，后台功能有点像偶爱偶家的WordPress Thread Comment，但它们又不是同一个概念的东西。如果使用Mail To Commenter插件，推荐大家再配上XIAORSZ的Smooth.js文件，可以在点击回复后平滑的跳到底部评论栏。（VIA：分享 JS 代码：同一页面链接平滑跳转） 在几个月前Threaded Comment还是一种流行的评论模式，可以针对每一个评论者回复，在博客上进行一对一的讨论，就像打电话一样。但是Threaded Comment也有它的不足，它不可以同时回复多人，这点就是我取消嵌套回复的原因。而Mail To Commenter可以一对百，所有人的评论都可以一次性的回复，但谁都不会被遗漏，有点广播的味道。 读者就是我们的上帝，留言中讨论的精华不次于文章，有人留言尽量还是要跟进和回复。大部分人在这里留言我都会回复，所以以前文章的留言数水分很大，基本上都是读者留言x2，那一般几乎都是我自己的。So，为节约点留言数量和数据库，还是换了吧！！说到这里还真的是有点尴尬，当WordPress不支持Threaded Comment的时候，我就去追求Threaded Comment，现在支持了，就开始舍弃，天意啊~~~~~ 喜欢Threaded Comment的还可以尝试一下IntenseDebate评论系统，功能很好很强大，详情参考“整合IntenseDebate评论系统到WordPress”。 PS：WordPress官方中文网站上线了：http://cn.wordpress.org/，大家以后可以下载正统的官方中文版了！！ © Alex for Just A Blog, 2008. &#124; Permalink &#124; 58 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Wordpress, 插件, 评论系统<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress表情插件：Custom Smilies 1.2" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-custom-smilies%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462727.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress表情插件：Custom Smilies 1.2</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="AW昨天发布WordPress主题TES1.4" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-tes-14-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463004.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">AW昨天发布WordPress主题TES1.4</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="查询页面Google PR值的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-to-query-google-pr%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462945.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">查询页面Google PR值的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress插件Ultimate Category Excluder" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/07/462905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress插件Ultimate Category Excluder</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="五套WordPress评论表情下载" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-expression%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">五套WordPress评论表情下载</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>昨天正式采用了ThinkAgain的<a href="http://wordpress.org/extend/plugins/mailtocommenter/" target="_blank">Mail To Commenter</a>评论增强插件，这个插件采用@XXX的形式进行评论回复通知，可以保持评论栏的工整，而且可以一次回复通知多个评论者。有点Twitter的味道，貌似<a href="http://www.caxblog.com/tag/twitter" target="_self">Twitter</a>流行后越来越多的人都喜欢这个评论形势，包括我O(∩_∩)O哈哈~以后就告别Threaded Comment了。。。</p>
<p>这个插件后台可以自定义评论回复按钮的样式和邮件通知的样式，后台功能有点像偶爱偶家的<a href="http://blog.2i2j.com/plugins/wordpress-thread-comment" target="_blank">WordPress Thread Comment</a>，但它们又不是同一个概念的东西。如果使用Mail To Commenter插件，推荐大家再配上XIAORSZ的Smooth.js文件，可以在点击回复后平滑的跳到底部评论栏。（VIA：<a href="http://www.xiaorsz.com/2008/11/share-js-code-smooth-scrolling/" target="_blank">分享 JS 代码：同一页面链接平滑跳转</a>）</p>
<p><span id="more-657"></span><img class="alignnone size-full wp-image-673" title="add-comment" src="http://www.caxblog.com/wp-content/uploads/2008/12/add-comment.jpg" alt="add-comment" width="500" height="309" /></p>
<p>在几个月前Threaded Comment还是一种流行的评论模式，可以针对每一个评论者回复，在博客上进行一对一的讨论，就像打电话一样。但是Threaded Comment也有它的不足，它不可以同时回复多人，这点就是我取消嵌套回复的原因。而Mail To Commenter可以一对百，所有人的评论都可以一次性的回复，但谁都不会被遗漏，有点广播的味道。</p>
<p>读者就是我们的上帝，留言中讨论的精华不次于文章，有人留言尽量还是要跟进和回复。大部分人在这里留言我都会回复，所以以前文章的留言数水分很大，基本上都是读者留言x2，那一般几乎都是我自己的。So，为节约点留言数量和数据库，还是换了吧！！说到这里还真的是有点尴尬，当<a href="http://www.caxblog.com/tag/wordpress" target="_self">WordPress</a>不支持Threaded Comment的时候，我就去追求Threaded Comment，现在支持了，就开始舍弃，天意啊~~~~~</p>
<p>喜欢Threaded Comment的还可以尝试一下<a href="http://www.caxblog.com/integrate-intensedebate-to-wordpress/" target="_self">IntenseDebate评论系统</a>，功能很好很强大，详情参考“<a title="整合IntenseDebate评论系统到WordPress" rel="bookmark" href="http://www.caxblog.com/integrate-intensedebate-to-wordpress/" target="_self">整合IntenseDebate评论系统到WordPress</a>”。</p>
<p>PS：WordPress官方中文网站上线了：<a href="http://cn.wordpress.org/" target="_blank">http://cn.wordpress.org/</a>，大家以后可以下载正统的官方中文版了！！</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/wordpress-comment-plugin-mail-to-commenter/">Permalink</a> |
<a href="http://www.caxblog.com/wordpress-comment-plugin-mail-to-commenter/#comments">58 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/wordpress-comment-plugin-mail-to-commenter/&title=评论回复插件Mail To Commenter">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/%e6%8f%92%e4%bb%b6/" rel="tag">插件</a>, <a href="http://www.caxblog.com/tag/%e8%af%84%e8%ae%ba%e7%b3%bb%e7%bb%9f/" rel="tag">评论系统</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress表情插件：Custom Smilies 1.2" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-custom-smilies%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462727.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress表情插件：Custom Smilies 1.2</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="AW昨天发布WordPress主题TES1.4" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-tes-14-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463004.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">AW昨天发布WordPress主题TES1.4</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="查询页面Google PR值的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-to-query-google-pr%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462945.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">查询页面Google PR值的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress插件Ultimate Category Excluder" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/07/462905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress插件Ultimate Category Excluder</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="五套WordPress评论表情下载" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-expression%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">五套WordPress评论表情下载</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/wordpress-comment-plugin-mail-to-commenter/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7正式发布</title>
		<link>http://www.caxblog.com/wordpress-27-release/</link>
		<comments>http://www.caxblog.com/wordpress-27-release/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 05:29:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Simple Tags]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[升级]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=668</guid>
		<description><![CDATA[各位，万众期待，千夫所指的WordPress 2.7今天上午正式发布了。 刚才把Just A Blog升级到了原版的WordPress 2.7，后台操作的确是简单快捷了很多。自定义后台界面确实不错，我的后台只显示Right Now、Income Link、Resent Comment和Resent Drafts四个东西，其他的一概隐藏。但在普通屏幕下，如果不把左侧的导航栏缩进去就显得文章撰写区有点小！！ 正式版和RC版有一点点差别，Google Gear不再作为一个单独的按钮，直接整合到了Tools-Tools里面，我就发现这个小小的差别！ 升级到WordPress 2.7后Simple Tags插件就不能再使用了，WordPress官方提示可以用Simple Tagging来替代，这两个插件的作者都是同一个人。但启用Simple Tagging需要把WordPress的标签导入Simple Tagging，由于没有用过Simple Tagging不晓得标签导入会不会存在什么问题。 所以现在就直接使用WordPress自带的标签管理。虽然功能是远远比不上Simple Tags，但比WordPress 2.6都有小小的改进。希望Automattic以后会改善Tags的管理。卸载了Simple Tags后相关文章的输出采用了查理斯的WP KIT CN中文工具箱，在上一次升级的时候已经带有了调用相关文章的函数。（“显示相关文章的WordPress插件”） WordPress 2.7到底还存不存在其他的问题，过两天在Google Reader里面就会发现的了，O(∩_∩)O WordPress 2.7原版下载：http://wordpress.org/latest.zip WordPress 2.7简体中文版下载：http://wordpresschina.googlecode.com/files/wordpress.27.chs.zip © Alex for Just A Blog, 2008. &#124; Permalink &#124; 26 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Automattic, [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="升级到WordPress 2.6及使用体会" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fupdata-to-wordpress-26%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">升级到WordPress 2.6及使用体会</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7新功能展望" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fnew-features-of-wordpress-27%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7新功能展望</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="CaxBlog推荐安装的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-for-caxblog%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">CaxBlog推荐安装的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="升级到WordPress 2.5.1" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fupdata-to-wordpress-251%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">升级到WordPress 2.5.1</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="推荐一个免费WordPress主题发布网站" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462934.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐一个免费WordPress主题发布网站</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>各位，万众期待，千夫所指的WordPress 2.7今天上午正式发布了。</p>
<p>刚才把<a href="http://www.caxblog.com/" target="_self">Just A Blog</a>升级到了原版的<a href="http://www.caxblog.com/new-features-of-wordpress-27/" target="_self">WordPress 2.7</a>，后台操作的确是简单快捷了很多。自定义<a href="http://www.caxblog.com/dashboard-of-wordpress-27/" target="_self">后台界面</a>确实不错，我的后台只显示Right Now、Income Link、Resent Comment和Resent Drafts四个东西，其他的一概隐藏。但在普通屏幕下，如果不把左侧的导航栏缩进去就显得文章撰写区有点小！！</p>
<p>正式版和RC版有一点点差别，Google Gear不再作为一个单独的按钮，直接整合到了Tools-Tools里面，我就发现这个小小的差别！</p>
<p><img class="alignnone size-medium wp-image-669" title="wordpress-27" src="http://www.caxblog.com/wp-content/uploads/2008/12/wordpress-27-425x283.jpg" alt="wordpress-27" width="425" height="283" /></p>
<p><span id="more-668"></span></p>
<p>升级到<a href="http://www.caxblog.com/new-features-of-wordpress-27/" target="_self">WordPress 2.7</a>后<a href="http://www.caxblog.com/tag/simple-tags" target="_self">Simple Tags</a>插件就不能再使用了，WordPress官方提示可以用<a href="http://wordpress.org/extend/plugins/simple-tagging-plugin/" target="_self">Simple Tagging</a>来替代，这两个插件的作者都是同一个人。但启用Simple Tagging需要把WordPress的标签导入Simple Tagging，由于没有用过Simple Tagging不晓得标签导入会不会存在什么问题。</p>
<p>所以现在就直接使用WordPress自带的标签管理。虽然功能是远远比不上Simple Tags，但比WordPress 2.6都有小小的改进。希望Automattic以后会改善Tags的管理。卸载了Simple Tags后<a href="http://www.caxblog.com/related-post-plugins-for-wordpress/" target="_self">相关文章</a>的输出采用了<a href="http://www.charlestang.cn/" target="_self">查理斯</a>的<a href="http://www.caxblog.com/wordpress-plugin-wp-kit-cn/" target="_self">WP KIT CN中文工具箱</a>，在上一次升级的时候已经带有了调用相关文章的函数。（“<a title="Permalink to 显示相关文章的WordPress插件" rel="bookmark" href="http://www.caxblog.com/related-post-plugins-for-wordpress/">显示相关文章的WordPress插件</a>”）</p>
<p>WordPress 2.7到底还存不存在其他的问题，过两天在Google Reader里面就会发现的了，O(∩_∩)O</p>
<p>WordPress 2.7原版下载：<a href="http://wordpress.org/latest.zip" target="_blank">http://wordpress.org/latest.zip</a></p>
<p>WordPress 2.7简体中文版下载：<a href="http://wordpresschina.googlecode.com/files/wordpress.27.chs.zip" target="_blank">http://wordpresschina.googlecode.com/files/wordpress.27.chs.zip</a></p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/wordpress-27-release/">Permalink</a> |
<a href="http://www.caxblog.com/wordpress-27-release/#comments">26 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/wordpress-27-release/&title=WordPress 2.7正式发布">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/automattic/" rel="tag">Automattic</a>, <a href="http://www.caxblog.com/tag/simple-tags/" rel="tag">Simple Tags</a>, <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/%e5%8d%87%e7%ba%a7/" rel="tag">升级</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="升级到WordPress 2.6及使用体会" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fupdata-to-wordpress-26%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">升级到WordPress 2.6及使用体会</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7新功能展望" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fnew-features-of-wordpress-27%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7新功能展望</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="CaxBlog推荐安装的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-for-caxblog%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">CaxBlog推荐安装的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="升级到WordPress 2.5.1" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fupdata-to-wordpress-251%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/462982.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">升级到WordPress 2.5.1</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="推荐一个免费WordPress主题发布网站" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462934.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐一个免费WordPress主题发布网站</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/wordpress-27-release/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>WordPress插件Ultimate Category Excluder</title>
		<link>http://www.caxblog.com/wordpress-plugin-ultimate-category-excluder/</link>
		<comments>http://www.caxblog.com/wordpress-plugin-ultimate-category-excluder/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 10:19:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=605</guid>
		<description><![CDATA[Ultimate Category Excluder 是一个可以在首页屏蔽指定分类文章的WordPress插件，提供后台控制界面，操作简单！在后台界面中可以设置分类文章是否在首页、Archives中显示，还可以还可以屏蔽分类文章不输出到Feed！ 最近生活艰难写了几篇软文，把这些都放在首页显示真的是怪怪的，为了不影响观众，还是要想办法把那些没什么意义的屏蔽起来好点！在使用Ultimate Category Excluder 插件之前，我尝试修改WordPress主题代码来屏蔽分类文章，但暂时还没有成功，是要多学习杂志型主题的Hack技巧了！！最后感谢二手科学家推荐这个插件，解决了问题！ © Alex for Just A Blog, 2008. &#124; Permalink &#124; 28 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Wordpress, 插件<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress 2.6字数统计插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fword-count-plugin-of-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/03/462990.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.6字数统计插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress表情插件：Custom Smilies 1.2" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-custom-smilies%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462727.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress表情插件：Custom Smilies 1.2</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="CaxBlog推荐安装的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-for-caxblog%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">CaxBlog推荐安装的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress分享和收藏插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fshare-and-collection-plugin-in-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463037.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress分享和收藏插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="评论回复插件Mail To Commenter" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462884.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">评论回复插件Mail To Commenter</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.planetmike.com/plugins/ultimate-category-excluder/" target="_blank">Ultimate Category Excluder</a> 是一个可以在首页屏蔽指定分类文章的<a href="http://www.caxblog.com/tag/%e6%8f%92%e4%bb%b6" target="_self">WordPress插件</a>，提供后台控制界面，操作简单！在后台界面中可以设置分类文章是否在首页、Archives中显示，还可以还可以屏蔽分类文章不输出到Feed！</p>
<p>最近生活艰难写了几篇软文，把这些都放在首页显示真的是怪怪的，为了不影响观众，还是要想办法把那些没什么意义的屏蔽起来好点！在使用<a href="http://www.planetmike.com/plugins/ultimate-category-excluder/" target="_blank">Ultimate Category Excluder</a> 插件之前，我尝试修改<a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98" target="_self">WordPress主题</a>代码来屏蔽分类文章，但暂时还没有成功，是要多学习杂志型主题的Hack技巧了！！最后感谢<a href="http://sink.net.ru/academic-resources" target="_blank">二手科学家</a>推荐这个插件，解决了问题！</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/11/ultimate-category-excluder.jpg"><span id="more-605"></span><img class="alignnone size-full wp-image-642" title="ultimate-category-excluder" src="http://www.caxblog.com/wp-content/uploads/2008/11/ultimate-category-excluder.jpg" alt="" width="477" height="273" /></a></p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/wordpress-plugin-ultimate-category-excluder/">Permalink</a> |
<a href="http://www.caxblog.com/wordpress-plugin-ultimate-category-excluder/#comments">28 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/wordpress-plugin-ultimate-category-excluder/&title=WordPress插件Ultimate Category Excluder">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/%e6%8f%92%e4%bb%b6/" rel="tag">插件</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress 2.6字数统计插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fword-count-plugin-of-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/03/462990.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.6字数统计插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress表情插件：Custom Smilies 1.2" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-custom-smilies%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462727.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress表情插件：Custom Smilies 1.2</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="CaxBlog推荐安装的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-for-caxblog%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">CaxBlog推荐安装的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress分享和收藏插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fshare-and-collection-plugin-in-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463037.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress分享和收藏插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="评论回复插件Mail To Commenter" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-ultimate-category-excluder%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462884.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">评论回复插件Mail To Commenter</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/wordpress-plugin-ultimate-category-excluder/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>整合IntenseDebate评论系统到WordPress</title>
		<link>http://www.caxblog.com/integrate-intensedebate-to-wordpress/</link>
		<comments>http://www.caxblog.com/integrate-intensedebate-to-wordpress/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:26:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[IntenseDebate]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[评论系统]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=615</guid>
		<description><![CDATA[今天有幸收到了IntenseDebate发过来的邀请码，就把自己WordPress博客和IntenseDebate绑定，尝试在自己的博客上试验一把IntenseDebate评论系统。大家可以到我的IntenseDebate转转：stephen Intensedebat是一个第三方的社会化评论服务网站。支持WordPress、TypePad 、Blogger等博客系统。Intensedebat支持OPenID，所以使用IntenseDebate发表评论支持OpenID登陆。支持支持WordPress、Blogger系统的评论导入和同步，也可以同步Twitter、FriendFeed、Facebook等信息的同步。总之IntenseDebate就是一个以评论沟通为核心的Web 2.0服务平台。 在WordPress博客上使用IntenseDebate评论系统，需要先在IntenseDebate上设置自己的博客信息，安装提供的IntenseDebate WordPress plugin插件，激活后还要在WordPress里面登陆到IntenseDebate账号，同步WordPress博客系统的评论。 完成这些工作后IntenseDebate会使用自己的评论系统取代WordPress原生的评论系统，文章后面自动生成评论样式。更新后的评论样式还OK，继承了评论回复和评论打分，评论信息更为详细。可以根据时间和评分的高低来排列评论，很容易就可以找出文章的精华评论。而且所有评论都会同步到IntenseDebate网站上去，只要上去你的IntenseDebate页面就知道你最近的一举一动。 总的来说IntenseDebate评论系统可以让读者在你的博客里面更加的精彩，可以产生更加多的互动，但怎么说目前阶段还是存在某些不足。在使用了IntenseDebate评论系统后页面打开加载过慢，而且出现评论丢失的显示，比如我上一篇文章评论数是33，但是在IntenseDebate里面却只有14条评论。还有就是评论样式的定置，我刚才看了一下插件代码，评论样式是直接写在插件代码上的，这对于主题设计者来说恐怕不是那么的友好。。 © Alex for Just A Blog, 2008. &#124; Permalink &#124; 50 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Automattic, IntenseDebate, Web 2.0, Wordpress, 评论系统<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="评论回复插件Mail To Commenter" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462884.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">评论回复插件Mail To Commenter</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="AW昨天发布WordPress主题TES1.4" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-tes-14-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463004.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">AW昨天发布WordPress主题TES1.4</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7正式发布" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/06/462885.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7正式发布</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="五套WordPress评论表情下载" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-expression%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">五套WordPress评论表情下载</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Automattic收购了PollDaddy" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fautomattic-buy-polldaddy%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/03/462941.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Automattic收购了PollDaddy</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>今天有幸收到了<a href="http://intensedebate.com/" target="_blank">IntenseDebate</a>发过来的邀请码，就把自己WordPress博客和<a href="http://intensedebate.com/" target="_blank">IntenseDebate</a>绑定，尝试在自己的博客上试验一把IntenseDebate评论系统。大家可以到我的IntenseDebate转转：<a href="http://intensedebate.com/people/attacker_hu" target="_blank">stephen</a></p>
<p><a href="http://intensedebate.com/" target="_blank"><img class="alignnone size-full wp-image-621" title="intensedebate-3" src="http://www.caxblog.com/wp-content/uploads/2008/11/intensedebate-3.jpg" alt="" width="292" height="53" /></a></p>
<blockquote><p>Intensedebat是一个第三方的社会化评论服务网站。支持<a href="http://www.caxblog.com/tag/wordpress" target="_self">WordPress</a>、TypePad 、Blogger等博客系统。Intensedebat支持OPenID，所以使用IntenseDebate发表评论支持OpenID登陆。支持支持<a href="http://www.caxblog.com/tag/wordpress" target="_self">WordPress</a>、Blogger系统的评论导入和同步，也可以同步<a href="http://www.caxblog.com/tag/twitter" target="_self">Twitter</a>、FriendFeed、Facebook等信息的同步。总之IntenseDebate就是一个以评论沟通为核心的Web 2.0服务平台。</p></blockquote>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/11/intensedebate-1.jpg"><img class="alignnone size-full wp-image-622" title="intensedebate-1" src="http://www.caxblog.com/wp-content/uploads/2008/11/intensedebate-1.jpg" alt="" width="461" height="425" /></a></p>
<p>在<a href="http://www.caxblog.com/tag/wordpress" target="_self">WordPress</a>博客上使用IntenseDebate评论系统，需要先在IntenseDebate上设置自己的博客信息，安装提供的IntenseDebate WordPress plugin插件，激活后还要在WordPress里面登陆到IntenseDebate账号，同步WordPress博客系统的评论。</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/11/intensedebate.jpg"><span id="more-615"></span><img class="alignnone size-full wp-image-623" title="intensedebate" src="http://www.caxblog.com/wp-content/uploads/2008/11/intensedebate.jpg" alt="" width="538" height="435" /></a></p>
<p>完成这些工作后<a href="http://www.caxblog.com/integrate-intensedebate-to-wordpress/" target="_self">IntenseDebate</a>会使用自己的<a href="http://www.caxblog.com/tag/%e8%af%84%e8%ae%ba%e7%b3%bb%e7%bb%9f" target="_self">评论系统</a>取代WordPress原生的<a href="http://www.caxblog.com/tag/%e8%af%84%e8%ae%ba%e7%b3%bb%e7%bb%9f" target="_self">评论系统</a>，文章后面自动生成评论样式。更新后的评论样式还OK，继承了评论回复和评论打分，评论信息更为详细。可以根据时间和评分的高低来排列评论，很容易就可以找出文章的精华评论。而且所有评论都会同步到IntenseDebate网站上去，只要上去你的<a href="http://www.caxblog.com/integrate-intensedebate-to-wordpress/" target="_self">IntenseDebate</a>页面就知道你最近的一举一动。</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/11/intensedebate-2.jpg"><img class="alignnone size-full wp-image-624" title="intensedebate-2" src="http://www.caxblog.com/wp-content/uploads/2008/11/intensedebate-2.jpg" alt="" width="601" height="266" /></a></p>
<p>总的来说<a href="http://www.caxblog.com/integrate-intensedebate-to-wordpress/" target="_self">IntenseDebate</a>评论系统可以让读者在你的博客里面更加的精彩，可以产生更加多的互动，但怎么说目前阶段还是存在某些不足。在使用了<a href="http://www.caxblog.com/integrate-intensedebate-to-wordpress/" target="_self">IntenseDebate</a>评论系统后页面打开加载过慢，而且出现评论丢失的显示，比如我上一篇文章评论数是33，但是在IntenseDebate里面却只有14条评论。还有就是评论样式的定置，我刚才看了一下插件代码，评论样式是直接写在插件代码上的，这对于主题设计者来说恐怕不是那么的友好。。</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/integrate-intensedebate-to-wordpress/">Permalink</a> |
<a href="http://www.caxblog.com/integrate-intensedebate-to-wordpress/#comments">50 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/integrate-intensedebate-to-wordpress/&title=整合IntenseDebate评论系统到WordPress">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/automattic/" rel="tag">Automattic</a>, <a href="http://www.caxblog.com/tag/intensedebate/" rel="tag">IntenseDebate</a>, <a href="http://www.caxblog.com/tag/web-20/" rel="tag">Web 2.0</a>, <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/%e8%af%84%e8%ae%ba%e7%b3%bb%e7%bb%9f/" rel="tag">评论系统</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="评论回复插件Mail To Commenter" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462884.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">评论回复插件Mail To Commenter</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="AW昨天发布WordPress主题TES1.4" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-tes-14-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463004.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">AW昨天发布WordPress主题TES1.4</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7正式发布" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-27-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/06/462885.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7正式发布</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="五套WordPress评论表情下载" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-expression%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">五套WordPress评论表情下载</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Automattic收购了PollDaddy" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fautomattic-buy-polldaddy%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/03/462941.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Automattic收购了PollDaddy</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/integrate-intensedebate-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>推荐一个免费WordPress主题发布网站</title>
		<link>http://www.caxblog.com/free-wordpress-theme-web-website/</link>
		<comments>http://www.caxblog.com/free-wordpress-theme-web-website/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 05:13:26 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[主题]]></category>
		<category><![CDATA[免费]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=589</guid>
		<description><![CDATA[前两天发现这个免费WordPress主题网站Premium Free WordPress Themes，发布了很多款的收费主题和杂志型主题。里面的主题在版面设计和背景配色上搞得很不错，近期想更换的主题的朋友可以考虑一下选用其中一款。 不知道是不是因为免费的“收费主题”的缘故，里面很多主题都已经是集成了广告栏单元，使用者只需要把自己的Google Adsense等广告代码拷贝上去就OK了。如果要自己在那么漂亮的主题下搭配广告样式的话，的确不是那么简单。由于自己水平有限，所以一直都不敢使用那些漂亮的主题 O(∩_∩)O Premium Free WordPress Themes上的所有主题都可以免费下载，但必须要遵从CC协议！下面是款我觉得比较OK的几款主题。 1、CreativeArt Theme 2、MysticGrunge Theme 3、Deskspace Theme，这个主题和之前介绍过的Wordpress Fun很相似，但是布局是不一样，在细节上觉得 Deskspace Theme做得好一点！ 4、WarmAutumn Theme 5、BoldLines Theme 6、SuperMagazine Theme © Alex for Just A Blog, 2008. &#124; Permalink &#124; 46 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Wordpress, 主题, 免费<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress免费精品主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-beautiful-themes-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462839.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费精品主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress主题：Jat-Theme beta" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462871.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress主题：Jat-Theme beta</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="推荐两款WordPress主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Frecommend-two-free-wordpress-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/08/463030.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐两款WordPress主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="AW昨天发布WordPress主题TES1.4" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-tes-14-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463004.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">AW昨天发布WordPress主题TES1.4</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress两栏简约主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftwo-column-wordpress-themes%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462836.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress两栏简约主题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>前两天发现这个免费WordPress<a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98" target="_self">主题</a>网站<a href="http://freethemelayouts.com/" target="_blank">Premium Free WordPress Themes</a>，发布了很多款的收费主题和杂志型主题。里面的主题在版面设计和背景配色上搞得很不错，近期想更换的主题的朋友可以考虑一下选用其中一款。</p>
<p>不知道是不是因为免费的“收费主题”的缘故，里面很多主题都已经是集成了广告栏单元，使用者只需要把自己的<a href="http://www.caxblog.com/tag/adsense" target="_self">Google Adsense</a>等广告代码拷贝上去就OK了。如果要自己在那么漂亮的主题下搭配广告样式的话，的确不是那么简单。由于自己水平有限，所以一直都不敢使用那些漂亮的主题 O(∩_∩)O</p>
<p><strong>Premium Free WordPress Themes</strong>上的所有主题都可以免费下载，但必须要遵从CC协议！下面是款我觉得比较OK的几款主题。<br />
<span id="more-589"></span> 1、<a href="http://freethemelayouts.com/showcase/creativeart-theme/" target="_blank">CreativeArt Theme</a></p>
<div id="attachment_1232" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-1232" title="free-wordpress-theme-2" src="http://www.caxblog.com/wp-content/uploads/2008/10/free-wordpress-theme-2.jpg" alt="free-wordpress-theme-2" width="450" height="400" /><p class="wp-caption-text">CreativeArt Theme</p></div>
<p>2、<a href="http://freethemelayouts.com/showcase/mysticgrunge-theme/" target="_blank">MysticGrunge Theme</a></p>
<div id="attachment_1234" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-1234" title="free-wordpress-theme-1" src="http://www.caxblog.com/wp-content/uploads/2008/10/free-wordpress-theme-1.jpg" alt="MysticGrunge Theme" width="450" height="400" /><p class="wp-caption-text">MysticGrunge Theme</p></div>
<p>3、<a href="http://freethemelayouts.com/showcase/personal-wordpress-themes/deskspace-theme/" target="_blank">Deskspace Theme</a>，这个主题和之前介绍过的Wordpress Fun很相似，但是布局是不一样，在细节上觉得 Deskspace Theme做得好一点！</p>
<div id="attachment_1236" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-1236" title="free-wordpress-theme-4" src="http://www.caxblog.com/wp-content/uploads/2008/10/free-wordpress-theme-4.jpg" alt="Deskspace Theme" width="450" height="400" /><p class="wp-caption-text">Deskspace Theme</p></div>
<p>4、<a href="http://freethemelayouts.com/showcase/warmautumn-theme/" target="_blank">WarmAutumn Theme</a></p>
<div id="attachment_1233" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-1233" title="free-wordpress-theme-6" src="http://www.caxblog.com/wp-content/uploads/2008/10/free-wordpress-theme-6.jpg" alt="WarmAutumn Theme" width="450" height="400" /><p class="wp-caption-text">WarmAutumn Theme</p></div>
<p>5、<a href="http://freethemelayouts.com/showcase/boldlines-theme/" target="_blank">BoldLines Theme</a></p>
<div id="attachment_1237" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-1237" title="free-wordpress-theme-5" src="http://www.caxblog.com/wp-content/uploads/2008/10/free-wordpress-theme-5.jpg" alt="BoldLines Theme" width="450" height="400" /><p class="wp-caption-text">BoldLines Theme</p></div>
<p>6、<a href="http://freethemelayouts.com/showcase/supermagazine-theme/" target="_blank">SuperMagazine Theme</a></p>
<div id="attachment_1235" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-1235" title="free-wordpress-theme-3" src="http://www.caxblog.com/wp-content/uploads/2008/10/free-wordpress-theme-3.jpg" alt="SuperMagazine Theme" width="450" height="400" /><p class="wp-caption-text">SuperMagazine Theme</p></div>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/free-wordpress-theme-web-website/">Permalink</a> |
<a href="http://www.caxblog.com/free-wordpress-theme-web-website/#comments">46 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/free-wordpress-theme-web-website/&title=推荐一个免费WordPress主题发布网站">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98/" rel="tag">主题</a>, <a href="http://www.caxblog.com/tag/%e5%85%8d%e8%b4%b9/" rel="tag">免费</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress免费精品主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ffree-beautiful-themes-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/01/462839.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress免费精品主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress主题：Jat-Theme beta" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462871.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress主题：Jat-Theme beta</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="推荐两款WordPress主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Frecommend-two-free-wordpress-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/08/463030.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐两款WordPress主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="AW昨天发布WordPress主题TES1.4" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-tes-14-release%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/463004.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">AW昨天发布WordPress主题TES1.4</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress两栏简约主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftwo-column-wordpress-themes%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ffree-wordpress-theme-web-website%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462836.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress两栏简约主题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/free-wordpress-theme-web-website/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
	</channel>
</rss>

