<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>涅磐-wordpress技巧,linux vps技巧,分享电影音乐,摄影爱好者,微博控 &#187; wordpress</title>
	<atom:link href="http://www.openboy.net/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.openboy.net</link>
	<description>wordpress技巧,linux vps技巧,分享电影音乐,摄影爱好者,微博控</description>
	<lastBuildDate>Sat, 21 Jan 2012 18:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>一些wordpress函数</title>
		<link>http://www.openboy.net/some-wordpress-function.html</link>
		<comments>http://www.openboy.net/some-wordpress-function.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 13:40:21 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=619</guid>
		<description><![CDATA[又彻底的换了wordpress主题了。。。折腾了一天呢。。我希望这是最后一个咯。。还是很简洁~ 有些wordpress函数蛮好的,记录下: wordpress彩色标签云 把下面代码加入到functions.php.. function colorCloud&#40;$text&#41; &#123; $text = preg_replace_callback&#40;'&#124;&#60;a (.+?)&#62;&#124;i', 'colorCloudCallback', $text&#41;; return $text; &#125; function colorCloudCallback&#40;$matches&#41; &#123; $text = $matches&#91;1&#93;; $color = dechex&#40;rand&#40;0,16777215&#41;&#41;; $pattern = '/style=(\'&#124;\&#34;)(.*)(\'&#124;\&#34;)/i'; $text = preg_replace&#40;$pattern, &#34;style=\&#34;color:#{$color};$2;\&#34;&#34;, $text&#41;; return &#34;&#60;a $text&#62;&#34;; &#125; add_filter&#40;'wp_tag_cloud', 'colorCloud', 1&#41;; wp_list_categories:横排输出wordpress分类 &#60;?php wp_list_categories&#40;'style=list&#38;title_li=&#38;exclude=314,14,8,11,20,22,322'&#41;;?&#62; 横向排列；隐藏categories标题；隐藏id是314,14,8,11,20,22,322的分类； the_tags()用法 &#60;?php the_tags&#40;'tag前', 'tag隔离', 'tag后'&#41;; ?&#62; 例如: &#60;?php the_tags&#40;'Tags:', ', ', [...]<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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/10/8899605.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;">博客由Pjblog转成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="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/14/8900839.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;">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</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.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/10/8900934.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="WordPress 2.7比前面几个版本的飞跃。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/10/8899132.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>
        </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主题了。。。折腾了一天呢。。我希望这是最后一个咯。。还是很简洁~</p>
<p>有些wordpress函数蛮好的,记录下:</p>
<h5>wordpress彩色标签云</h5>
<p><span id="more-619"></span><br />
把下面代码加入到functions.php..</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> colorCloud<span style="color: #009900;">&#40;</span><span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$text</span> <span style="color: #339933;">=</span> <span style="color: #990000;">preg_replace_callback</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'|&lt;a (.+?)&gt;|i'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'colorCloudCallback'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">return</span> <span style="color: #000088;">$text</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">function</span> colorCloudCallback<span style="color: #009900;">&#40;</span><span style="color: #000088;">$matches</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$text</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$matches</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$color</span> <span style="color: #339933;">=</span> <span style="color: #990000;">dechex</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">rand</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">16777215</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$pattern</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/style=(\'|\&quot;)(.*)(\'|\&quot;)/i'</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$text</span> <span style="color: #339933;">=</span> <span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$pattern</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;style=<span style="color: #000099; font-weight: bold;">\&quot;</span>color:#<span style="color: #006699; font-weight: bold;">{$color}</span>;<span style="color: #006699; font-weight: bold;">$2</span>;<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">return</span> <span style="color: #0000ff;">&quot;&lt;a <span style="color: #006699; font-weight: bold;">$text</span>&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'wp_tag_cloud'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'colorCloud'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<h5>wp_list_categories:横排输出wordpress分类</h5>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_list_categories<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'style=list&amp;title_li=&amp;exclude=314,14,8,11,20,22,322'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>横向排列；隐藏categories标题；隐藏id是314,14,8,11,20,22,322的分类；</p>
<h5>the_tags()用法</h5>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_tags<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'tag前'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'tag隔离'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'tag后'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>例如:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_tags<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Tags:'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">', '</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'&lt;br /&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>更多参见:<a href="http://bingu.net/481/the_tags/" rel="external nofollow">冰古</a></p>
<h5>st_related_posts()函数用法</h5>
<p>这个是simple tags的相关文章函数;<br />
举例:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> st_related_posts<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'title=&amp;number=6'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>隐藏
<pre>相关文章</pre>
<p>四个字；显示6个相关文章;</p>
<h5>定义wordpress模板</h5>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> 
<span style="color: #666666; font-style: italic;">/*
Template Name:about
*/</span> 
get_header<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<h5>强制wordpress h1 h2 h3 h4 h5标签不换行</h5>
<p>例如，正文后面连接h3标签，h3标签内容就会换行，强制h3换行，可修改css.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.key</span> h3<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">13px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">inline</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>随时在补充吧,先记这么多～</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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/10/8899605.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;">博客由Pjblog转成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="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/14/8900839.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;">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</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.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/10/8900934.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="WordPress 2.7比前面几个版本的飞跃。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <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/10/10/8899132.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>
        </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><ul class="related_post"><li><a href="http://www.openboy.net/modify-theme-for-petfans.html" title="最近在学习Wordpress模板">最近在学习Wordpress模板</a></li><li><a href="http://www.openboy.net/lamp-css-c-ebook.html" title="整理一些关于lamp、css、c++的经典电子书">整理一些关于lamp、css、c++的经典电子书</a></li><li><a href="http://www.openboy.net/douban-tips-for-contacts-list.html" title="豆瓣小技巧:查询没有关注你的友邻">豆瓣小技巧:查询没有关注你的友邻</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/change-wordpress-theme.html" title="更换wordpress主题了">更换wordpress主题了</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li><li><a href="http://www.openboy.net/try-vps-and-install-linux-nginx-mysql-php.html" title="初试VPS的一些感想以及安装LNMP">初试VPS的一些感想以及安装LNMP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/some-wordpress-function.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</title>
		<link>http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html</link>
		<comments>http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html#comments</comments>
		<pubDate>Fri, 19 Nov 2010 10:43:38 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=611</guid>
		<description><![CDATA[生命在于折腾,在vps是玩了玩，不过，还是有些需要自己弄的，不像购买像bluehost这样的虚拟主机，很方便，人家一切都帮你配置好了。。 vps上WordPress升级/安装插件时需要填写FTP信息的解决办法 其实，出现这样的情况解决起来很简单，目前有两种方法. 一种是把ftp的信息写到wp-config里面;但是。。。我没装ftp.所以我不用这个方法； 这里推荐的是在张磊的blog上看到的,是修改PHP进程的用户名和WP文件夹的所有者相同； 问题的原因是一个叫做“get_filesystem_method”的函数上。找到这样一个解释： (FTP) it only uses this when it detects that files it creates have the wrong owner name 得到了提醒，可能是因为跑PHP进程的用户名和WP文件夹的所有者不同。于是用chown命令更改了文件所有者，命令用法如下： chown -R www wp的文件夹 这是张磊给出的代码；但是好多人不知道这个www应该是什么. 其实很简单，在你的vps上top下，就能看到 5214 www-data 25 0 16352 4996 3400 S 0.0 1.9 0:00.00 php-cgi 所以，应该是 chown -R www-data wp的文件夹 OK了～ wordpress插件推荐:Jay Access Flickr测试ultimate category excluder去除wordpress日志修订和清除已有修订关于coolcode和audio-player两个插件8个非主流Wordpress插件生活，博客，wordpress^_^六间房精巧网址&#8212;附带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="8个非主流Wordpress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ffzl-wordpress-plugin.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8900589.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;">8个非主流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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8899132.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.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8900983.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="去除wordpress日志修订和清除已有修订" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-disable-revision.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8904860.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>生命在于折腾,在vps是玩了玩，不过，还是有些需要自己弄的，不像购买像bluehost这样的虚拟主机，很方便，人家一切都帮你配置好了。。</p>
<h5>vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</h5>
<p>其实，出现这样的情况解决起来很简单，目前有两种方法.<br />
<span id="more-611"></span></p>
<ul>
<li>一种是把ftp的信息写到wp-config里面;但是。。。我没装ftp.所以我不用这个方法；</li>
<li>这里推荐的是在张磊的blog上看到的,是<strong>修改PHP进程的用户名和WP文件夹的所有者相同</strong>；</li>
<p>问题的原因是一个叫做“<a href="http://wordpress.org/support/topic/164174" rel="external nofollow">get_filesystem_method</a>”的函数上。找到这样一个解释：</p>
<blockquote><p>
(FTP) it only uses this when it detects that files it creates have the wrong owner name
</p></blockquote>
<p>得到了提醒，可能是因为跑PHP进程的用户名和WP文件夹的所有者不同。于是用chown命令更改了文件所有者，命令用法如下：</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">chown <span style="color: #339933;">-</span>R www wp的文件夹</pre></div></div>

<p>这是<a href="http://www.blogkid.net/archives/1794.html" rel="external nofollow">张磊</a>给出的代码；但是好多人不知道这个www应该是什么.<br />
其实很简单，在你的vps上top下，就能看到</p>
<pre>5214 www-data  25   0 16352 4996 3400 S  0.0  1.9   0:00.00 php-cgi</pre>
<p>所以，应该是</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">chown <span style="color: #339933;">-</span>R www<span style="color: #339933;">-</span>data wp的文件夹</pre></div></div>

<p>OK了～</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="8个非主流Wordpress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ffzl-wordpress-plugin.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8900589.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;">8个非主流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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8899132.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.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8900983.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="去除wordpress日志修订和清除已有修订" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-disable-revision.html&from=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html">
                        <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/10/10/8904860.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><ul class="related_post"><li><a href="http://www.openboy.net/wordpress-plugins-jay-access-flickr.html" title="wordpress插件推荐:Jay Access Flickr">wordpress插件推荐:Jay Access Flickr</a></li><li><a href="http://www.openboy.net/ultimate-category-excluder.html" title="测试ultimate category excluder">测试ultimate category excluder</a></li><li><a href="http://www.openboy.net/wordpress-disable-revision.html" title="去除wordpress日志修订和清除已有修订">去除wordpress日志修订和清除已有修订</a></li><li><a href="http://www.openboy.net/wordpress-plugins-coolcode-audioplayer.html" title="关于coolcode和audio-player两个插件">关于coolcode和audio-player两个插件</a></li><li><a href="http://www.openboy.net/fzl-wordpress-plugin.html" title="8个非主流Wordpress插件">8个非主流Wordpress插件</a></li><li><a href="http://www.openboy.net/life-blog-wordpress.html" title="生活，博客，wordpress^_^">生活，博客，wordpress^_^</a></li><li><a href="http://www.openboy.net/6rooms-wordpress-url.html" title="六间房精巧网址&#8212;附带wordpress插件下载~">六间房精巧网址&#8212;附带wordpress插件下载~</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>更换wordpress主题了</title>
		<link>http://www.openboy.net/change-wordpress-theme.html</link>
		<comments>http://www.openboy.net/change-wordpress-theme.html#comments</comments>
		<pubDate>Sun, 19 Sep 2010 09:35:04 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[主题]]></category>

		<guid isPermaLink="false">http://www.openboy.net/change-wordpress-theme.html</guid>
		<description><![CDATA[这是历时了多久,从我上篇写换上了wordpress新主题：Retweet(2009.08.01)到现在，已经一年多了啊.. 现在是越来越懒得弄主题啊，好麻烦呢.不过以前, sivan说过叫我给他的主题提一些意见，当时只是随便的提了些不称我意的 &#8211; -#嗯，顺便提醒sivan换我链接的名字改为涅磐！我要重生！ 而我现在终于想到一个靠谱点的缺点来了.就是他的这个Retweet有四种配色，我也记不太清楚都有什么颜色了，就是我之前用的这个配色，那个绿的.嗯，看久了，有些刺眼.具体我也说不太清楚，就是他的这个retweet的所有配色，乍一看去很好，简洁中带着华丽，但是久了之后，配色并不如他那款stheme.. 嗯。就这么一个配色上的问题算的上问题，还是个仁者见仁智者见智的问题。。。至于其他。都是非常完美的。不然我也不会用了一年多，哇哈哈，用的最久的一个主题！而其他的小博客现在还延续着用下去。 好了，说说现在这个主题. 很强大.很简洁.看着还算舒服，但是那个蓝，也叫我有点。。碍眼吧。不过先用着吧！ 换上了新的wordpress主题：Retweet推荐wordpressTheme:STheme一些wordpress函数vps上WordPress升级/安装插件时需要填写FTP信息的解决办法Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置wordpress换域名怎么办?wordpress的ping功能是否会影响Google收录？<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主题：Retweet" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/10/11/8971804.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主题：Retweet</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="推荐wordpressTheme:STheme" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/10/10/8900669.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;">推荐wordpressTheme:STheme</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.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/15/22821101.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.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/10/10/8900983.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="一些wordpress函数" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/10/10/8900715.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>这是历时了多久,从我上篇写<a href="http://www.openboy.net/change-wordpress-theme-to-retweet.html" title="换上了新的wordpress主题：Retweet">换上了wordpress新主题：Retweet</a>(2009.08.01)到现在，已经一年多了啊..</p>
<p>现在是越来越懒得弄主题啊，好麻烦呢.不过以前, <a href="http://sivan.in/blog/themes/retweet/" rel="external" title="wordpress theme retweet">sivan说过叫我给他的主题</a>提一些意见，当时只是随便的提了些不称我意的 &#8211; -#嗯，顺便提醒<a href="http://sivan.in/blog" title="sivan'blog">sivan</a><strong>换我链接的名字改为<a href="http://www.openboy.net/" title="互联网、生活、音乐、电影...">涅磐</a></strong>！我要重生！</p>
<p>而我现在终于想到一个靠谱<span id="more-576"></span>点的缺点来了.就是他的这个Retweet有四种配色，我也记不太清楚都有什么颜色了，就是我之前用的这个配色，那个绿的.嗯，看久了，有些刺眼.具体我也说不太清楚，就是他的这个retweet的所有配色，乍一看去很好，简洁中带着华丽，但是久了之后，<a href="http://www.openboy.net/wordpress-theme-stheme.html" title="@sivan的wordpress主题stheme">配色并不如他那款stheme</a>..</p>
<p>嗯。就这么一个配色上的问题算的上问题，还是个仁者见仁智者见智的问题。。。至于其他。都是非常完美的。不然我也不会用了一年多，哇哈哈，用的最久的一个主题！而其他的小博客现在还延续着用下去。</p>
<p>好了，说说现在这个主题.</p>
<p>很强大.很简洁.看着还算舒服，但是那个蓝，也叫我有点。。碍眼吧。不过先用着吧！</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主题：Retweet" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/10/11/8971804.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主题：Retweet</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="推荐wordpressTheme:STheme" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/10/10/8900669.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;">推荐wordpressTheme:STheme</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.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/15/22821101.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.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/10/10/8900983.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="一些wordpress函数" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html">
                        <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/10/10/8900715.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><ul class="related_post"><li><a href="http://www.openboy.net/change-wordpress-theme-to-retweet.html" title="换上了新的wordpress主题：Retweet">换上了新的wordpress主题：Retweet</a></li><li><a href="http://www.openboy.net/wordpress-theme-stheme.html" title="推荐wordpressTheme:STheme">推荐wordpressTheme:STheme</a></li><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li><li><a href="http://www.openboy.net/wordpress-change-domain-name.html" title="wordpress换域名怎么办?">wordpress换域名怎么办?</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/change-wordpress-theme.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</title>
		<link>http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html</link>
		<comments>http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html#comments</comments>
		<pubDate>Thu, 09 Sep 2010 03:56:28 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[建站心得]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=544</guid>
		<description><![CDATA[哈哈，哪天我要是把所有博客都转成drupal会怎样？不过在本地转换的算是很完美咯。。不过这个博客还真不打算在换了，麻烦～留着以后备用吧！ Pathauto 是一个 Drupal 模块，可自动为各种内容创建 URL 别名（URL alias），无须用户手工逐条创建。 可自定义用来创建别名的匹配模式（pattern）系统。 原作者为 mikeryan。 目前该项目由 Frederik ‘Freso’ S. Olesen 与 Greg Knaddison (greggles) 共同维护。 点击下载pathauto中文包 这个Pathauto你可以在/admin/build/path/pathauto 这个地址进行设置～ 因为我的wordpress博客的url别名基本上都差不多，所以我设置方法也就很单一了～ 进入Node paths 嗯，其实设置很简单，就是英文不好的看不太懂，安装完上面的中文包就好了；这样你就在默认路径匹配模式 (应用到下面所有缺匹配模式的节点类型)上填写:[title-raw].html 在点开Taxonomy term paths，在默认路径匹配模式 (应用到下面所有无匹配模式的术语表)那填写：tag/[catpath-raw].这样就和wordpress的tag的url别名一样了。 如果修改完，点击你的/tag/xx地址出现403错误.修改.htaccess.搜索 # Protect files and directories from prying eyes. 这行，把其中的&#124;tag&#124;去掉就行了 一些wordpress函数vps上WordPress升级/安装插件时需要填写FTP信息的解决办法64mb的vps装lowendbox的lnmp跑drupal很稳健- -#更换wordpress主题了Drupal模块Active TagsDiscuz7.2首页最后发表帖子URL301重定向的SEO优化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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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="Drupal模块Active Tags" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdrupal-modules-active-tags.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/22/8900976.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;">Drupal模块Active Tags</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.openboy.net%2F6rooms-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/10/8902508.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.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/10/8904700.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="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/10/8900951.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;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</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>哈哈，哪天我要是把所有博客都转成drupal会怎样？不过在本地转换的算是很完美咯。。不过这个博客还真不打算在换了，麻烦～留着以后备用吧！</p>
<p><a rel="external nofollow" href="http://drupal.org/project/pathauto">Pathauto</a> 是一个 <a rel="external nofollow" href="http://drupal.org/">Drupal</a> 模块，可自动为各种内容创建 URL 别名（URL alias），无须用户手工逐条创建。<br />
可自定义用来创建别名的匹配模式（pattern）系统。<span id="more-544"></span></p>
<p>原作者为 <a rel="external nofollow" href="http://drupal.org/user/4420">mikeryan</a>。</p>
<p>目前该项目由 <a rel="external nofollow" href="http://drupal.org/user/27504">Frederik ‘Freso’ S. Olesen</a> 与 <a rel="external nofollow" href="http://drupal.org/user/36762">Greg Knaddison (greggles)</a> 共同维护。</p>
<p>点击<a rel="external nofollow" href="http://www.box.net/shared/6pgadzf3ay">下载pathauto中文包</a></p>
<p>这个Pathauto你可以在/admin/build/path/pathauto 这个地址进行设置～</p>
<p>因为我的wordpress博客的url别名基本上都差不多，所以我设置方法也就很单一了～</p>
<ol>
<li>进入Node paths</li>
<li>嗯，其实设置很简单，就是英文不好的看不太懂，安装完上面的中文包就好了；这样你就在默认路径匹配模式 (应用到下面所有缺匹配模式的节点类型)上填写:[title-raw].html</li>
<li>在点开Taxonomy term paths，在默认路径匹配模式 (应用到下面所有无匹配模式的术语表)那填写：tag/[catpath-raw].这样就和wordpress的tag的url别名一样了。</li>
</ol>
<p>如果修改完，点击你的/tag/xx地址出现403错误.修改.htaccess.搜索<br />
# Protect files and directories from prying eyes.<br />
这行，把其中的|tag|去掉就行了</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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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="Drupal模块Active Tags" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdrupal-modules-active-tags.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/22/8900976.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;">Drupal模块Active Tags</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.openboy.net%2F6rooms-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/10/8902508.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.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/10/8904700.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="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html">
                        <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/10/10/8900951.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;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</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><ul class="related_post"><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/lowendbox-lnmp-tips.html" title="64mb的vps装lowendbox的lnmp跑drupal很稳健- -#">64mb的vps装lowendbox的lnmp跑drupal很稳健- -#</a></li><li><a href="http://www.openboy.net/change-wordpress-theme.html" title="更换wordpress主题了">更换wordpress主题了</a></li><li><a href="http://www.openboy.net/drupal-modules-active-tags.html" title="Drupal模块Active Tags">Drupal模块Active Tags</a></li><li><a href="http://www.openboy.net/discuz-last-post-url-seo.html" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</a></li><li><a href="http://www.openboy.net/wordpress-change-domain-name.html" title="wordpress换域名怎么办?">wordpress换域名怎么办?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress换域名怎么办?</title>
		<link>http://www.openboy.net/wordpress-change-domain-name.html</link>
		<comments>http://www.openboy.net/wordpress-change-domain-name.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 07:51:18 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[域名]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=478</guid>
		<description><![CDATA[并不是我的博客要换域名，是我的其他的一个博客.. 那个博客，也是我仅存的唯一的一个 cn域名&#8230;这个域名在易名中国，是以前从admin5买来卖链接用的，现在因为一些政策，不得不把域名换掉了..记录一下. 1.把你旧博客的文件、数据库全部转移到新博客里面. 2.修改新博客里面的wp-config.php，把里面的数据库链接对应到新转移的数据库. 3.更新新博客文章啊、设置啊、链接里面的域名到新的域名.登录phpmyadmin直接操作数据库. UPDATE wp_options SET option_value = replace&#40; option_value, 'http://www.旧域名.cn', 'http://news.openboy.net' &#41; WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET post_content = replace&#40; post_content, 'http://www.旧域名.cn', 'http://news.openboy.net' &#41; ; UPDATE wp_posts SET guid = replace&#40; guid, 'http://www.旧域名.cn', 'http://news.openboy.net' &#41; ; 弄完这三项，如果你不放心，就可以点phpmyadmin里面的搜索，搜索你的旧域名，数据库表选全部表，搜索一下，看哪里还有遗漏就在修改下就ok了 4.这部是最重要的，就是301跳转，就是老域名跳转到新域名，而且是目录对目录的跳转..可是我搜索到的结果全是一样的结果，一样的全部不管用，最后还是请教了老N才得以解决，代码如下. 修改你的.htaccess 代码无法贴出，请到google code下载. 5.这样就ok了。 还有就是，我这个旧域名还有一阵到期，在易名中国，pr3.愿意出售.域名是 sysmecn 谁想要直接mail给我报价吧.我的邮箱是 [...]<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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/10/8899132.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="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/10/8899605.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;">博客由Pjblog转成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主题：Retweet" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/11/8971804.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主题：Retweet</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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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>并不是我的博客要换域名，是我的其他的一个博客..</p>
<p>那个博客，也是我仅存的唯一的一个 <a title="CN域名如何注册Google App" href="http://www.openboy.net/cn-domain-use-google-app.html" target="_blank"> cn域名</a>&#8230;这个域名在易名中国，是以前从admin5买来卖链接用的，现在因为一些政策，不得不把<a title="@openboy写的关于域名的文章" href="http://www.openboy.net/tag/域名">域名</a>换掉了..记录一下.</p>
<p>1.把你旧博客的文件、数据库全部转移到新博客里面.</p>
<p>2.修改新博客里面的wp-config.php，把里面的数据库链接对<span id="more-478"></span>应到新转移的数据库.</p>
<p>3.更新新博客文章啊、设置啊、链接里面的域名到新的域名.登录phpmyadmin直接操作数据库.</p>

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">UPDATE</span> wp_options <span style="color: #990099; font-weight: bold;">SET</span> option_value <span style="color: #CC0099;">=</span> <span style="color: #000099;">replace</span><span style="color: #FF00FF;">&#40;</span> option_value<span style="color: #000033;">,</span> <span style="color: #008000;">'http://www.旧域名.cn'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'http://news.openboy.net'</span> <span style="color: #FF00FF;">&#41;</span> <span style="color: #990099; font-weight: bold;">WHERE</span> option_name <span style="color: #CC0099;">=</span> <span style="color: #008000;">'home'</span> <span style="color: #CC0099; font-weight: bold;">OR</span> option_name <span style="color: #CC0099;">=</span> <span style="color: #008000;">'siteurl'</span><span style="color: #000033;">;</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">UPDATE</span> wp_posts <span style="color: #990099; font-weight: bold;">SET</span> post_content <span style="color: #CC0099;">=</span> <span style="color: #000099;">replace</span><span style="color: #FF00FF;">&#40;</span> post_content<span style="color: #000033;">,</span> <span style="color: #008000;">'http://www.旧域名.cn'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'http://news.openboy.net'</span> <span style="color: #FF00FF;">&#41;</span> <span style="color: #000033;">;</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">UPDATE</span> wp_posts <span style="color: #990099; font-weight: bold;">SET</span> guid <span style="color: #CC0099;">=</span> <span style="color: #000099;">replace</span><span style="color: #FF00FF;">&#40;</span> guid<span style="color: #000033;">,</span> <span style="color: #008000;">'http://www.旧域名.cn'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'http://news.openboy.net'</span> <span style="color: #FF00FF;">&#41;</span> <span style="color: #000033;">;</span></pre></div></div>

<p>弄完这三项，如果你不放心，就可以点phpmyadmin里面的搜索，搜索你的旧域名，数据库表选全部表，搜索一下，看哪里还有遗漏就在修改下就ok了</p>
<p>4.这部是最重要的，就是301跳转，就是老域名跳转到新域名，而且是目录对目录的跳转..可是我搜索到的结果全是一样的结果，一样的全部不管用，最后还是请教了<a href="http://ineolee.com/" rel="external nofollow">老N</a>才得以解决，代码如下.<br />
修改你的.htaccess<br />
代码无法贴出，请到<a href="http://openboyblogger.googlecode.com/files/htaccess.txt" rel="external">google code下载</a>.</p>
<p>5.这样就ok了。<br />
还有就是，我这个旧域名还有一阵到期，在易名中国，pr3.愿意出售.域名是 sysme<dot>cn<br />
谁想要直接mail给我报价吧.我的邮箱是 user188 <at>gmail.com</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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/10/8899132.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="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/10/8899605.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;">博客由Pjblog转成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主题：Retweet" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/11/8971804.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主题：Retweet</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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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><ul class="related_post"><li><a href="http://www.openboy.net/jquery-make-opennewwindows-and-sql-hack.html" title="Wordpress去除target=”_blank”,批量替换external">Wordpress去除target=”_blank”,批量替换external</a></li><li><a href="http://www.openboy.net/fuck-yahoo.html" title="Yahoo你大爷！">Yahoo你大爷！</a></li><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/change-wordpress-theme.html" title="更换wordpress主题了">更换wordpress主题了</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li><li><a href="http://www.openboy.net/centos-vps-install-phpmyadmin.html" title="centos vps安装phpmyadmin">centos vps安装phpmyadmin</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/wordpress-change-domain-name.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>wordpress的ping功能是否会影响Google收录？</title>
		<link>http://www.openboy.net/wordpress-ping-impact-blog-indexed.html</link>
		<comments>http://www.openboy.net/wordpress-ping-impact-blog-indexed.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:03:20 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[收录]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=437</guid>
		<description><![CDATA[今天上班比较无聊,看盘之余,就看了下Google对我的博客的收录情况.收录多少不说，结果却非常叫我诧异.我前几天写的那篇我的M42老相机-zenit 122 的文章，已经几天过去了，google不但没有收录,而且排名第一的，竟然是一个专门采集网站的采集站，而他采集的文章，正是我写的文章，而且人家还算正规，我的链接人家一个都没去掉.就这样，我脑海中闪现了一个问题：”为什么我的原创文章google不收录,而排名第一的竟然是采集我的文章？” 其实我对seo并不是有很深的研究，但是搜索引擎喜欢原创文章我还是知道的.这也是更叫我诧异的.后来我在google搜索看到了孙波的沙盒子里的这篇”WordPress升级造成Ping功能失效，Google不收录“文章，就也试着在google博客搜索里site了下自己的博客.竟然发现,在”回到古代-涿州影视城“这篇文章以后就都没有收录过，但是，其中却夹杂了一篇我测试windows live writer的一篇删除了的日记.那就很明显，其他日记都是在wordpress后台写的，唯独那篇文章是用windows live writer写的，且就那篇文章ping成功了. 所以，我根据孙波的提示，怀疑是不是wordpress的ping功能影响了收录？我现在还不敢断然下结论.这篇文章也算个测试，我在发表这篇文章前调整了下wordpress后台的ping功能的设置.把Google的排在了第一.看看后续的结果如何吧.. http://blogsearch.google.com/ping/RPC2 http://rpc.pingomatic.com/ http://ping.baidu.com/cgi-bin/blog http://www.xianguo.com/xmlrpc/ping.php http://www.zhuaxia.com/rpc/server.php http://blog.youdao.com/ping/RPC2 http://rpc.weblogs.com/RPC2 http://ping.feedburner.com http://blog.iask.com/ping.php http://rpc.feedsky.com/ping http://ping.blo.gs/ http://rpc.technorati.com/rpc/ping http://xmlrpc.blogg.de http://api.feedster.com/ping http://ping.amagle.com/ http://ping.rootblog.com/rpc.php http://ping.weblogalot.com/rpc.php http://rcs.datashed.net/RPC2/ http://rpc.blogbuzzmachine.com/RPC2 http://rpc.newsgator.com/ http://www.blogoon.net/ping/ http://www.blogsnow.com/ping http://www.blogstreet.com/xrbin/xmlrpc.cgi http://www.lasermemory.com/lsrpc/ http://www.newsisfree.com/RPCCloud http://www.snipsnap.org/RPC2 http://ping.syndic8.com/xmlrpc.php http://rpc.blogrolling.com/pinger/ http://rpc.icerocket.com:10080/ http://rpc.technorati.com/rpc/ping http://rpc.weblogs.com/RPC2 http://topicexchange.com/RPC2 http://www.blogdigger.com/RPC2 http://www.blogoole.com/ping/ http://www.popdex.com/addsite.php http://www.wasalive.com/ping/ http://www.weblogues.com/RPC/ http://blogping.unidatum.com/RPC2/ http://api.moreover.com/RPC2 http://bblog.com/ping.php 哈哈～博客有Google Sitelinks了【转载】针对Google的优化圣经总结最全的wordpress优化技巧。生活，博客，wordpress^_^35互联也搞起了博客托管。nginx301重定向一些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.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/10/10/8904700.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优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/15/22821101.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="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/10/10/8899605.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;">博客由Pjblog转成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="35互联也搞起了博客托管。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2F35-blog-openid.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/10/10/8904981.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;">35互联也搞起了博客托管。</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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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>今天上班比较无聊,看盘之余,就看了下Google对<a title="猪小猪'space By @openboy" href="http://www.openboy.net/"><strong>我的博客</strong></a>的<strong>收录情况</strong>.收录多少不说，结果却非常叫我诧异.我前几天写的那篇<a title="我的M42老相机-zenit 122" href="http://www.openboy.net/my-m42-dlsr-cameras-zenit-122.html">我的M42老相机-zenit 122</a> 的文章，已经几天过去了，google不但<strong>没有收录</strong>,而且排名第一的，竟然是一个专门采集网站的采集站，而他采集的文章，正是我写的文章，而且人家还算正规，我的链接人家一个都没去掉.就这样，我脑海中闪现了一个问题：”为什么我的原创文章google不收录,而排名第一的竟然是采集我的文章？”<span id="more-437"></span></p>
<div class="wp-caption alignnone" style="width: 585px"><a href="http://www.google.cn/search?hl=zh-CN&amp;q=%E6%88%91%E7%9A%84M42%E8%80%81%E7%9B%B8%E6%9C%BA-zenit+122&amp;sourceid=navclient-ff&amp;rlz=1B3GGGL_zh-CNCN337CN337&amp;ie=UTF-8"><img title="Google对我的M42老相机-zenit 122文章的收录情况" src="http://farm4.static.flickr.com/3475/3899821025_7b8b1e8c88_o.jpg" alt="Google对我的M42老相机-zenit 122文章的收录情况" width="575" height="355" /></a><p class="wp-caption-text">Google对&quot;我的M42老相机-zenit 122&quot;文章的收录情况</p></div>
<p>其实我对<a title="搜索引擎优化" href="http://www.openboy.net/category/seo">seo</a>并不是有很深的研究，但是<strong>搜索引擎喜欢原创文章</strong>我还是知道的.这也是更叫我诧异的.后来我在google搜索看到了孙波的沙盒子里的这篇”<a rel="external nofollow" href="http://www.sunbo.name/20081223/wordpress-ping-google">WordPress升级造成Ping功能失效，Google不收录</a>“文章，就也试着在google博客搜索里<a title="google blogsearch对猪小猪'space的收录情况" href="http://blogsearch.google.com/blogsearch?hl=zh-CN&amp;client=firefox-a&amp;um=1&amp;ie=UTF-8&amp;q=site%3Awww.openboy.net&amp;btnG=%E6%90%9C%E7%B4%A2%E5%8D%9A%E5%AE%A2&amp;lr=" target="_blank">site了下自己的博客</a>.竟然发现,在”<a title="我去涿州影视城旅游拍摄的照片" href="http://www.openboy.net/zhuozhou-movie-and-television-city.html">回到古代-涿州影视城</a>“这篇文章以后就都没有收录过，但是，其中却夹杂了一篇我测试windows live writer的一篇删除了的日记.那就很明显，其他日记都是在wordpress后台写的，唯独那篇文章是用windows live writer写的，且就那篇文章<strong>ping成功</strong>了.</p>
<div class="wp-caption alignnone" style="width: 592px"><a href="http://blogsearch.google.com/blogsearch?hl=zh-CN&amp;client=firefox-a&amp;um=1&amp;ie=UTF-8&amp;q=site%3Awww.openboy.net&amp;btnG=%E6%90%9C%E7%B4%A2%E5%8D%9A%E5%AE%A2&amp;lr="><img title="Google blogsearch对博客的收录情况" src="http://farm3.static.flickr.com/2590/3899868209_dc0b20c4c6_o.jpg" alt="Google blogsearch对博客的收录情况" width="582" height="612" /></a><p class="wp-caption-text">Google blogsearch对博客的收录情况</p></div>
<p>所以，我根据孙波的提示，怀疑是不是<strong>wordpress的ping功能</strong>影响了收录？我现在还不敢断然下结论.这篇文章也算个测试，我在发表这篇文章前调整了下wordpress后台的ping功能的设置.把Google的排在了第一.看看后续的结果如何吧..</p>
<pre>http://blogsearch.google.com/ping/RPC2

http://rpc.pingomatic.com/

http://ping.baidu.com/cgi-bin/blog

http://www.xianguo.com/xmlrpc/ping.php

http://www.zhuaxia.com/rpc/server.php

http://blog.youdao.com/ping/RPC2

http://rpc.weblogs.com/RPC2

http://ping.feedburner.com

http://blog.iask.com/ping.php

http://rpc.feedsky.com/ping

http://ping.blo.gs/

http://rpc.technorati.com/rpc/ping

http://xmlrpc.blogg.de

http://api.feedster.com/ping

http://ping.amagle.com/

http://ping.rootblog.com/rpc.php

http://ping.weblogalot.com/rpc.php

http://rcs.datashed.net/RPC2/

http://rpc.blogbuzzmachine.com/RPC2

http://rpc.newsgator.com/

http://www.blogoon.net/ping/

http://www.blogsnow.com/ping

http://www.blogstreet.com/xrbin/xmlrpc.cgi

http://www.lasermemory.com/lsrpc/

http://www.newsisfree.com/RPCCloud

http://www.snipsnap.org/RPC2

http://ping.syndic8.com/xmlrpc.php

http://rpc.blogrolling.com/pinger/

http://rpc.icerocket.com:10080/

http://rpc.technorati.com/rpc/ping

http://rpc.weblogs.com/RPC2

http://topicexchange.com/RPC2

http://www.blogdigger.com/RPC2

http://www.blogoole.com/ping/

http://www.popdex.com/addsite.php

http://www.wasalive.com/ping/

http://www.weblogues.com/RPC/

http://blogping.unidatum.com/RPC2/

http://api.moreover.com/RPC2

http://bblog.com/ping.php</pre>
<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.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/10/10/8904700.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优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/15/22821101.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="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/10/10/8899605.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;">博客由Pjblog转成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="35互联也搞起了博客托管。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2F35-blog-openid.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/10/10/8904981.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;">35互联也搞起了博客托管。</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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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><ul class="related_post"><li><a href="http://www.openboy.net/openboy-net-have-google-sitelinks.html" title="哈哈～博客有Google Sitelinks了">哈哈～博客有Google Sitelinks了</a></li><li><a href="http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html" title="【转载】针对Google的优化圣经">【转载】针对Google的优化圣经</a></li><li><a href="http://www.openboy.net/all-of-wordpress-seo-skills.html" title="总结最全的wordpress优化技巧。">总结最全的wordpress优化技巧。</a></li><li><a href="http://www.openboy.net/life-blog-wordpress.html" title="生活，博客，wordpress^_^">生活，博客，wordpress^_^</a></li><li><a href="http://www.openboy.net/35-blog-openid.html" title="35互联也搞起了博客托管。">35互联也搞起了博客托管。</a></li><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/wordpress-ping-impact-blog-indexed.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>换上了新的wordpress主题：Retweet</title>
		<link>http://www.openboy.net/change-wordpress-theme-to-retweet.html</link>
		<comments>http://www.openboy.net/change-wordpress-theme-to-retweet.html#comments</comments>
		<pubDate>Sat, 01 Aug 2009 10:32:03 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[主题]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=423</guid>
		<description><![CDATA[换上这个wordpress主题有几天了,一直疲于修改.也得到了作者的大力帮忙，哈哈！我发现我修改wordpress主题太急于求成,把header,footer,single,index,sidebar,style全部下载到本地之后大肆修改..反正也不管该不该这样，最后导致弄错了，也不知道哪个造成的.. 换上这个wordpress theme的原因有 之前的wordpress主题在旧版firefox下和宽屏下错位非常严重，左边的可以错到右边去。。0 0 我需要的wordpress主题是简洁的，我追求速度，但是还得好看&#8230;- -这款Retweet页面即简单还有些jquery的华丽效果.所以..我还得说，估计是不会在换主题了. 恩.呼叫sivan比较方便，技术支持良好.哈哈！ 可以这款wordpress主题是公认的好.而且sivan已经把retweet加入了wordpress的官方主题库.他一直还在维护和优化这款主题，所以我们根本无须担心，有什么不好反应给他就是，而且升级也方便..不像一些其他优秀的wordpress主题，确实设计华丽，但是全部无法通过官方的主题库，很多都代码过时，比如最新的嵌套评论&#8230; 恩.反正&#8230;更多的主题介绍大家去这这款主题的专页去浏览把！ 作者介绍：wordpress主题retweet 官方下载：wordpress主题retweet 更换wordpress主题了推荐wordpressTheme:STheme荣幸。一些wordpress函数有个哥们就和女的握了个手，她就怀孕了。原因是这哥们不喜欢洗手，女的也是~vps上WordPress升级/安装插件时需要填写FTP信息的解决办法Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置<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.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8900934.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="推荐wordpressTheme:STheme" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8900669.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;">推荐wordpressTheme:STheme</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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8902905.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.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8900983.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>换上这个<strong>wordpress主题</strong>有几天了,一直疲于修改.也得到了作者的大力帮忙，哈哈！我发现我<strong>修改wordpress主题</strong>太急于求成,把header,footer,single,index,sidebar,style全部下载到本地之后大肆修改..反正也不管该不该这样，最后导致弄错了，也不知道哪个造成的..</p>
<p>换上这个<strong>wordpress theme</strong>的原因有</p>
<ol>
<li>之前的wordpress主题在旧版firefox下和宽屏下错位非常严重，左边的可以错到右边去。。0 0</li>
<li>我需要的wordpress主题是简洁的，我追求速度，但是还得好看&#8230;- -这款Retweet页面即简单还有些jquery的华丽效果.所以..我还得说，估计是不会在换主题了.</li>
<li>恩.呼叫sivan比较方便，技术支持良好.哈哈！<span id="more-423"></span></li>
</ol>
<p>可以这款wordpress主题是公认的好.而且<a title="wordpress theme retweet 作者" href="http://sivan.in/blog/" target="_blank">sivan</a>已经把<strong>retweet</strong>加入了wordpress的官方主题库.他一直还在维护和优化这款主题，所以我们根本无须担心，有什么不好反应给他就是，而且升级也方便..不像一些其他优秀的wordpress主题，确实设计华丽，但是全部无法通过官方的主题库，很多都代码过时，比如最新的嵌套评论&#8230;<br />
恩.反正&#8230;更多的主题介绍大家去这这款主题的专页去浏览把！<br />
作者介绍：<a title="wordpress theme retweet" href="http://sivan.in/blog/themes/retweet/" target="_blank">wordpress主题retweet</a></p>
<p>官方下载：<a title="wordpress theme retweet" href="http://wordpress.org/extend/themes/retweet" target="_blank">wordpress主题retweet</a></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.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8900934.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="推荐wordpressTheme:STheme" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8900669.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;">推荐wordpressTheme:STheme</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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8902905.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.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html">
                        <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/10/10/8900983.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><ul class="related_post"><li><a href="http://www.openboy.net/change-wordpress-theme.html" title="更换wordpress主题了">更换wordpress主题了</a></li><li><a href="http://www.openboy.net/wordpress-theme-stheme.html" title="推荐wordpressTheme:STheme">推荐wordpressTheme:STheme</a></li><li><a href="http://www.openboy.net/this-is-a-shit.html" title="荣幸。">荣幸。</a></li><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/from-renren.html" title="有个哥们就和女的握了个手，她就怀孕了。原因是这哥们不喜欢洗手，女的也是~">有个哥们就和女的握了个手，她就怀孕了。原因是这哥们不喜欢洗手，女的也是~</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/change-wordpress-theme-to-retweet.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>wordpress插件推荐:Jay Access Flickr</title>
		<link>http://www.openboy.net/wordpress-plugins-jay-access-flickr.html</link>
		<comments>http://www.openboy.net/wordpress-plugins-jay-access-flickr.html#comments</comments>
		<pubDate>Fri, 10 Jul 2009 05:33:35 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=412</guid>
		<description><![CDATA[今天在twitter上看到了官方推出的测试flickr的页面,可以帮助你测试你本地网络无法看到哪个服务器的图片，还可以测试上传、api..等等.很明显，现在我们无法访问flickr的#farm4 4号服务器. 但是又有很多朋友利用flickr作为博客或者网站的外链图片服务器.比如我的”宠爱一生“就是一个全是图片的博客,而图片全部托管在flickr,现在#farm4&#60;4号服务器&#62;的图片无法访问，弄的整个博客都没法看了，那今天介绍这个插件就可以解决这个问题. Jay Access Flickr 是一个国人插件,安装使用非常简单，只需在后台的插件搜索里输入插件名称，之后激活就可以，无需设置. 激活成功后，你就可以点开自己的博客，看看之前无法看到的flickr的图片就全部可以看到了..而图片的地址全部变成这样了. 这样可以暂时解决下图片被封读者无法看到的问题&#8230; 作者页面：Jay Access Flickr 官方下载：Jay Access Flickr vps上WordPress升级/安装插件时需要填写FTP信息的解决办法测试ultimate category excluder去除wordpress日志修订和清除已有修订关于coolcode和audio-player两个插件8个非主流Wordpress插件生活，博客，wordpress^_^六间房精巧网址&#8212;附带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="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/14/8900839.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;">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</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="8个非主流Wordpress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ffzl-wordpress-plugin.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/10/8900589.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;">8个非主流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.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/10/8904700.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日志修订和清除已有修订" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-disable-revision.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/10/8904860.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="关于coolcode和audio-player两个插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-coolcode-audioplayer.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/10/8903459.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;">关于coolcode和audio-player两个插件</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>今天在twitter上看到了官方推出的<a title="flickr测试页面" href="http://www.flickr.com/help/test" target="_blank">测试flickr的页面</a>,可以帮助你测试你本地网络无法看到哪个服务器的图片，还可以测试上传、api..等等.很明显，现在我们无法访问flickr的<a href="http://mytwitter.us/hash/farm4" target="_blank">#farm4</a> 4号服务器.<br />
<a href="http://www.openboy.net/"><img src="http://lh3.ggpht.com/_bmB2dlRrw7Q/SlbSP-_pZOI/AAAAAAAAA-M/Ce6WarS7JZY/s400/flickr%E6%B5%8B%E8%AF%95%E9%A1%B5%E9%9D%A2.jpg" alt="flickr测试页面" /></a></p>
<p>但是又有很多朋友利用flickr作为博客或者网站的外链图片服务器.比如我的”<a title="宠爱一生致力于创建人-自然-动物三者和谐社会,架起人类和动物的和谐桥梁." href="http://www.petfans.org/" target="_blank">宠爱一生</a>“就是一个全是图片的博客,而图片全部托管在flickr,现在<a href="http://mytwitter.us/hash/farm4" target="_blank">#farm4</a>&lt;4号服务器&gt;的图片无法访问，弄的整个博客都没法看了，那今天介绍这个插件就可以解决这个问题.<span id="more-412"></span></p>
<p><a title=" WordPress 插件：Jay Access Flickr" href="http://www.jaylee.cn/jay_access_flickr/" target="_blank">Jay Access Flickr</a> 是一个国人插件,安装使用非常简单，只需在后台的插件搜索里输入插件名称，之后激活就可以，无需设置.</p>
<p>激活成功后，你就可以点开自己的博客，看看之前无法看到的flickr的图片就全部可以看到了..而图片的地址全部变成这样了.<br />
<a href="http://www.openboy.net/"><img src="http://lh4.ggpht.com/_bmB2dlRrw7Q/SlbQavBrnoI/AAAAAAAAA-I/fXwDo9FZ_eg/s800/jay%20access%20flickr.jpg" alt="Jay Access Flickr" /></a></p>
<p>这样可以暂时解决下图片被封读者无法看到的问题&#8230;</p>
<p>作者页面：<a title="Wordpress 插件：Jay Access Flickr" href="http://www.jaylee.cn/jay_access_flickr/" target="_blank">Jay Access Flickr</a></p>
<p>官方下载：<a title="Jay Access Flickr" href="http://wordpress.org/extend/plugins/jay-access-flickr/" target="_blank">Jay Access Flickr</a></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="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fvps-wordpress-upgrade-plugins-need-to-write-ftp.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/14/8900839.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;">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</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="8个非主流Wordpress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ffzl-wordpress-plugin.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/10/8900589.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;">8个非主流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.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/10/8904700.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日志修订和清除已有修订" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-disable-revision.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/10/8904860.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="关于coolcode和audio-player两个插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-coolcode-audioplayer.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html">
                        <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/10/10/8903459.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;">关于coolcode和audio-player两个插件</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><ul class="related_post"><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/ultimate-category-excluder.html" title="测试ultimate category excluder">测试ultimate category excluder</a></li><li><a href="http://www.openboy.net/wordpress-disable-revision.html" title="去除wordpress日志修订和清除已有修订">去除wordpress日志修订和清除已有修订</a></li><li><a href="http://www.openboy.net/wordpress-plugins-coolcode-audioplayer.html" title="关于coolcode和audio-player两个插件">关于coolcode和audio-player两个插件</a></li><li><a href="http://www.openboy.net/fzl-wordpress-plugin.html" title="8个非主流Wordpress插件">8个非主流Wordpress插件</a></li><li><a href="http://www.openboy.net/life-blog-wordpress.html" title="生活，博客，wordpress^_^">生活，博客，wordpress^_^</a></li><li><a href="http://www.openboy.net/6rooms-wordpress-url.html" title="六间房精巧网址&#8212;附带wordpress插件下载~">六间房精巧网址&#8212;附带wordpress插件下载~</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/wordpress-plugins-jay-access-flickr.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>推荐wordpressTheme:STheme</title>
		<link>http://www.openboy.net/wordpress-theme-stheme.html</link>
		<comments>http://www.openboy.net/wordpress-theme-stheme.html#comments</comments>
		<pubDate>Tue, 12 May 2009 10:09:04 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[主题]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=384</guid>
		<description><![CDATA[刚刚看到了sivan的新主题,说还在管理员测试阶段,我也看看了他主题的预览,实在太漂亮了,我也很矛盾是不是该换上他这款主题。。。总的来说,他这款主题还是以简洁为主,但是效果却不一般,貌似 也用上了最近比较流行的Jquery.通过和他的交流： sun.sivan: 我就是想把主题做的，更换起来难度小点。常用的优化都集成到主题上，主题的文字等都做成选项。 能自动支持常用的插件&#8230; 可以看的出来他这款主题在更换以及设置上都是非常的简化,设计上三栏可以自己定义很多自己喜欢的元素在上面&#8230; 主题预览： 测试验证： 通过IE6/7,Firefox3,Opera 9,Safari 4和Chrome 1.0浏览器测试，通过XHTML 1.0 Transitional和CSS 3验证。 主要功能： 支持Wordpress2.7的嵌套留言，分离评论与TB。 主页、归档页、作者页分别定义样式。 标题、关键字等SEO。 快捷键发表评论。 评论表单自动填写。自动填写已评论过用户的个人信息。 浏览器标题体验修改。对发表过评论的用户显示欢迎信息。 右侧栏可收缩。方便读者阅读，通过cookie保存用户设置。 支持中英文。 后台设定公告板。 后台设定是否使用Logo图片。 后台设定使用圆角边框。 后台设定页检查主题更新信息。 如果大家觉得好,就去下载吧～！ 主题链接： 主题主页 &#124; 官方目录 更换wordpress主题了换上了新的wordpress主题：Retweet一些wordpress函数vps上WordPress升级/安装插件时需要填写FTP信息的解决办法Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置wordpress换域名怎么办?wordpress的ping功能是否会影响Google收录？<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.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/10/8900934.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="换上了新的wordpress主题：Retweet" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/11/8971804.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主题：Retweet</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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/10/8902905.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.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/10/8900983.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 rel="external" href="http://sivan.in/blog/">sivan</a>的新主题,说还在管理员测试阶段,我也看看了他主题的预览,实在太漂亮了,我也很矛盾是不是该换上他这款主题。。。总的来说,他这款主题还是以简洁为主,但是效果却不一般,貌似 也用上了最近比较流行的Jquery.通过和他的交流：</p>
<blockquote><p>sun.sivan: 我就是想把主题做的，更换起来难度小点。常用的优化都集成到主题上，主题的文字等都做成选项。<span id="more-384"></span><br />
能自动支持常用的插件&#8230;</p></blockquote>
<p>可以看的出来他这款主题在更换以及设置上都是非常的简化,设计上三栏可以自己定义很多自己喜欢的元素在上面&#8230;<br />
主题预览：<a href="http://wp-themes.com/stheme/"><img class="alignnone" title="Wordpress主题：STheme" src="http://farm4.static.flickr.com/3601/3524442041_5b766cc74b_o.png" alt="wordpress stheme" width="300" height="180" /></a></p>
<p><strong>测试验证：</strong><br />
通过IE6/7,Firefox3,Opera 9,Safari 4和Chrome 1.0浏览器测试，通过XHTML 1.0 Transitional和CSS 3验证。</p>
<p><strong>主要功能：</strong></p>
<ul>
<li>支持Wordpress2.7的嵌套留言，分离评论与TB。</li>
<li>主页、归档页、作者页分别定义样式。</li>
<li>标题、关键字等SEO。</li>
<li>快捷键发表评论。</li>
<li>评论表单自动填写。自动填写已评论过用户的个人信息。</li>
<li>浏览器标题体验修改。对发表过评论的用户显示欢迎信息。</li>
<li>右侧栏可收缩。方便读者阅读，通过cookie保存用户设置。</li>
<li>支持中英文。</li>
<li>后台设定公告板。</li>
<li>后台设定是否使用Logo图片。</li>
<li>后台设定使用圆角边框。</li>
<li>后台设定页检查主题更新信息。</li>
</ul>
<p>如果大家觉得好,就去下载吧～！</p>
<p><strong>主题链接：</strong><br />
<a rel="external" href="http://sivan.in/blog/stheme">主题主页</a> | <a rel="external" href="http://wordpress.org/extend/themes/stheme">官方目录</a></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.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/10/8900934.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="换上了新的wordpress主题：Retweet" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme-to-retweet.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/11/8971804.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主题：Retweet</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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/10/8902905.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.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-theme-stheme.html">
                        <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/10/10/8900983.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><ul class="related_post"><li><a href="http://www.openboy.net/change-wordpress-theme.html" title="更换wordpress主题了">更换wordpress主题了</a></li><li><a href="http://www.openboy.net/change-wordpress-theme-to-retweet.html" title="换上了新的wordpress主题：Retweet">换上了新的wordpress主题：Retweet</a></li><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li><li><a href="http://www.openboy.net/wordpress-change-domain-name.html" title="wordpress换域名怎么办?">wordpress换域名怎么办?</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/wordpress-theme-stheme.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>最近在学习WordPress模板</title>
		<link>http://www.openboy.net/modify-theme-for-petfans.html</link>
		<comments>http://www.openboy.net/modify-theme-for-petfans.html#comments</comments>
		<pubDate>Sat, 21 Mar 2009 13:05:17 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[我的随笔]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[动物]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=358</guid>
		<description><![CDATA[之前弄了一个网站叫宠爱一生，Wordpress做的，由于什么都不懂，都是在网上现学。这个网站是关于动物的,主要是因为自己非常喜欢动物，在外面看到小猫小狗都要凑上去看看，只要带着相机就会拍照,而且自己也养过不少动物，虽然不能算什么专家，但是这份热情是没有变过的。 说到这个网站，很郁闷的说就是模板问题,换了N个模板都是不太满意，之前一直在本地修改一个cms模板,眼看就快成功了，但是太死板了,简直一个dedecms官方的模板一样,后来想想既然是博客做的，就做的活泼一些，有一些博客+cms的共同特色，所以选择了现在这个杂志形模板。这个在本地也修改了好多，由于我用的是外链图片，他本身设置的是本地图片缓存调用，还有就是很多seo标签，简直是乱用，虽然说我也不太会，但是也修改了一些，还有就是sidebar和css的修改，没有使用一个Widgets，全部代码写入也比较好控制。 最后说说这个站,我发现现在很多人，在忙碌的工作和学习中，没法正确的定位自己，老是不尊重我们的朋友-动物伙伴，称他们为畜生,对于这一少部分人，我无视他们的脑残，对于那些虐待遗弃动物的人更是鄙视，我没那么好的素质，见到那样的人大家跟着我一起喊：卧草泥马！只是想说，如果你对动物没那么大热情，你可以不喜欢，但是不要做一些伤害他们的事，动物也是我们人类的朋友。 最后就当模板修改笔记了，修改模板当中感谢@sofish和@underone 关于css控制缩略图的对话,虽然对代码一窍不通，但是主要是想法，有了想法，代码就直接偷来咯～在这里做个笔记：也希望各位可以多多订阅我的宠爱一生:http://feeds2.feedburner.com/petfans WordPress中自动获取文章中的图片、并显示为缩略图 &#60; ?php $soContent = $post-&#62;post_content; $soImages = '~&#60;img [^\/&#62;]*\ /&#62;~'; preg_match_all&#40; $soImages, $soContent, $thePics &#41;; $allPics = count&#40;$thePics&#91;0&#93;&#41;; switch &#40; $allPics &#62; 0 &#41; &#123; case $allPics = 1: echo $thePics&#91;0&#93;&#91;0&#93;; // 显示文章中的第一张图片 break; // 当图片数量有1个时，不再执行 default: echo '&#60;img class=&#34;no_images&#34; src=&#34;/a.jpg&#34; /&#62;'; // 这里加入没图片时显示的默认图片 &#125;; ?&#62; css控制搜索到的图片显示为100*100的缩略图 .album-pic-list img [...]<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.openboy.net%2Fsome-wordpress-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8900715.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.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8900934.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="8个非主流Wordpress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ffzl-wordpress-plugin.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8900589.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;">8个非主流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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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 title="宠爱一生致力于创建人-自然-动物三者和谐社会,希望用您的一生宠爱这些可爱的小精灵一生.这里最优雅唯美的动物摄影,最搞笑的动物图片,最有趣的动物视频,架起人类和动物的和谐桥梁.." href="http://www.petfans.org/" rel="external">宠爱一生</a>，Wordpress做的，由于什么都不懂，都是在网上现学。这个网站是关于动物的,主要是因为自己非常喜欢动物，在外面看到小猫小狗都要凑上去看看，只要带着相机就会拍照,而且自己也养过不少动物，虽然不能算什么专家，但是这份热情是没有变过的。</p>
<p>说到这个网站，很郁闷的说就是模板问题,换了N个模板都是不太满意，之前一直在本地修改一个cms模板,眼看就快成功了，但是太死板了,简直一个dedecms<span id="more-358"></span>官方的模板一样,后来想想既然是博客做的，就做的活泼一些，有一些博客+cms的共同特色，所以选择了现在这个杂志形模板。这个在本地也修改了好多，由于我用的是外链图片，他本身设置的是本地图片缓存调用，还有就是很多seo标签，简直是乱用，虽然说我也不太会，但是也修改了一些，还有就是sidebar和css的修改，没有使用一个Widgets，全部代码写入也比较好控制。</p>
<p>最后说说这个站,我发现现在很多人，在忙碌的工作和学习中，没法正确的定位自己，老是不尊重我们的朋友-动物伙伴，称他们为畜生,对于这一少部分人，我无视他们的脑残，对于那些虐待遗弃动物的人更是鄙视，我没那么好的素质，见到那样的人大家跟着我一起喊：卧草泥马！只是想说，如果你对动物没那么大热情，你可以不喜欢，但是不要做一些伤害他们的事，动物也是我们人类的朋友。</p>
<p>最后就当模板修改笔记了，修改模板当中感谢@sofish和@underone 关于css控制缩略图的<a href="http://www.happinesz.cn/archives/935/" rel="external nofollow">对话</a>,虽然对代码一窍不通，但是主要是想法，有了想法，代码就直接偷来咯～在这里做个笔记：也希望各位可以多多订阅我的宠爱一生:<a href="http://feeds2.feedburner.com/petfans" rel="external nofollow">http://feeds2.feedburner.com/petfans</a></p>
<h4>WordPress中自动获取文章中的图片、并显示为缩略图</h4>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php
<span style="color: #000088;">$soContent</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">post_content</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$soImages</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'~&lt;img [^\/&gt;]*\ /&gt;~'</span><span style="color: #339933;">;</span>
<span style="color: #990000;">preg_match_all</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$soImages</span><span style="color: #339933;">,</span> <span style="color: #000088;">$soContent</span><span style="color: #339933;">,</span> <span style="color: #000088;">$thePics</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$allPics</span> <span style="color: #339933;">=</span> <span style="color: #990000;">count</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$thePics</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">switch</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$allPics</span> <span style="color: #339933;">&gt;</span> <span style="color: #cc66cc;">0</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">case</span> <span style="color: #000088;">$allPics</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$thePics</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// 显示文章中的第一张图片</span>
<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// 当图片数量有1个时，不再执行</span>
<span style="color: #b1b100;">default</span><span style="color: #339933;">:</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;img class=&quot;no_images&quot; src=&quot;/a.jpg&quot; /&gt;'</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// 这里加入没图片时显示的默认图片</span>
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>css控制搜索到的图片显示为100*100的缩略图</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.album-pic-list</span> img <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span><span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>   <span style="color: #808080; font-style: italic;">/* FF IE7 */</span>
<span style="color: #000000; font-weight: bold;">max-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">100px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* FF IE7 */</span>
_width<span style="color: #00AA00;">:</span>expression<span style="color: #00AA00;">&#40;</span>this.<span style="color: #000000; font-weight: bold;">width</span> <span style="color: #00AA00;">&gt;</span> <span style="color: #cc66cc;">100</span> &amp;&amp; this.<span style="color: #000000; font-weight: bold;">width</span> <span style="color: #00AA00;">&gt;</span> this.<span style="color: #000000; font-weight: bold;">height</span> ? <span style="color: #cc66cc;">100</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* IE6 */</span>
_height<span style="color: #00AA00;">:</span>expression<span style="color: #00AA00;">&#40;</span>this.<span style="color: #000000; font-weight: bold;">height</span> <span style="color: #00AA00;">&gt;</span> <span style="color: #cc66cc;">100</span> ? <span style="color: #cc66cc;">100</span> <span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* IE6 */</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<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.openboy.net%2Fsome-wordpress-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8900715.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.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8900934.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="8个非主流Wordpress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ffzl-wordpress-plugin.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8900589.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;">8个非主流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="完成pjblog的url转换到wordpress永久链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-url-to-wordpress-url.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8904705.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;">完成pjblog的url转换到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插件推荐:Jay Access Flickr" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-plugins-jay-access-flickr.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <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/10/10/8900647.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插件推荐:Jay Access Flickr</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><ul class="related_post"><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/change-wordpress-theme.html" title="更换wordpress主题了">更换wordpress主题了</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li><li><a href="http://www.openboy.net/wordpress-change-domain-name.html" title="wordpress换域名怎么办?">wordpress换域名怎么办?</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/10-promises-to-my-dog.html" title="我和狗狗的十个约定">我和狗狗的十个约定</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/modify-theme-for-petfans.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

