<?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>Godbus &#187; WordPress</title>
	<atom:link href="http://blog.godbus.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.godbus.com</link>
	<description>Blogging, WordPress, Freeware, Free resource</description>
	<lastBuildDate>Thu, 29 Apr 2010 12:32:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress Rewrite Rule for Nginx</title>
		<link>http://blog.godbus.com/wordpress-rewrite-rule-for-nginx/</link>
		<comments>http://blog.godbus.com/wordpress-rewrite-rule-for-nginx/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 03:54:27 +0000</pubDate>
		<dc:creator>godbus</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://blog.godbus.com/?p=222</guid>
		<description><![CDATA[Nginx is becoming more and more popular because of its high performance, I will show you how to create WordPress rewrite rule for nginx. Suppose you install WordPress under /blog/ directory. Without WP Super Cache plugin location /blog { try_files $uri $uri/ /blog/index.php?q=$uri&#38;$args; } With WP Super Cache plugin installed location /blog/ { if (-f [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nginx.org/" target="_blank">Nginx</a> is becoming more and more popular because of its high performance, I will show you how to create WordPress rewrite rule for nginx.</p>
<p>Suppose you install <a href="http://wordpress.org/" target="_blank">WordPress</a> under /blog/ directory.</p>
<h3>Without WP Super Cache plugin</h3>
<p style="padding-left: 30px;">location /blog {<br />
try_files $uri $uri/ /blog/index.php?q=$uri&amp;$args;<br />
}</p>
<h3><span id="more-222"></span>With WP Super Cache plugin installed</h3>
<p style="padding-left: 30px;">location /blog/ {<br />
if (-f $request_filename) {<br />
break;<br />
}<br />
set $supercache_file &#8221;;<br />
set $supercache_uri $request_uri;<br />
if ($request_method = POST) {<br />
set $supercache_uri &#8221;;<br />
}<br />
if ($query_string) {<br />
set $supercache_uri &#8221;;<br />
}<br />
if ($http_cookie ~* &#8220;comment_author_|wordpress|wp-postpass_&#8221; ) {<br />
set $supercache_uri &#8221;;<br />
}<br />
if ($supercache_uri ~ ^(.+)$) {<br />
set $supercache_file /blog/wp-content/cache/supercache/$http_host/$1index.html;<br />
}<br />
if (-f $document_root$supercache_file) {<br />
rewrite ^(.*)$ $supercache_file break;<br />
}<br />
if (!-e $request_filename) {<br />
rewrite . /blog/index.php last;<br />
}<br />
}</p>
<p>Isn&#8217;t it pretty easy? Happy blogging, happy high performance.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.godbus.com/nginx-is-popular-in-china/" rel="bookmark" title="Permanent Link: Nginx is Popular in China">Nginx is Popular in China</a></li><li><a href="http://blog.godbus.com/wordpress-28-beta-2-is-out/" rel="bookmark" title="Permanent Link: WordPress 2.8 Beta 2 is out">WordPress 2.8 Beta 2 is out</a></li><li><a href="http://blog.godbus.com/remove-category-in-wordpress-permalinks/" rel="bookmark" title="Permanent Link: Remove Category in WordPress Permalinks">Remove Category in WordPress Permalinks</a></li><li><a href="http://blog.godbus.com/wordpress-permalinks-on-iis/" rel="bookmark" title="Permanent Link: WordPress Permalinks on IIS">WordPress Permalinks on IIS</a></li><li><a href="http://blog.godbus.com/about/" rel="bookmark" title="Permanent Link: About">About</a></li></ul><hr /><small>Copyright &copy; 2007 - 2010 <a href="http://blog.godbus.com/">Godbus</a><br />  (Digital Fingerprint: 58a39d4fc811c4b681dfeee9d451f30c)</small>]]></content:encoded>
			<wfw:commentRss>http://blog.godbus.com/wordpress-rewrite-rule-for-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Plugins to Socialize Your WordPress Blog</title>
		<link>http://blog.godbus.com/great-plugins-to-socialize-your-wordpress-blog/</link>
		<comments>http://blog.godbus.com/great-plugins-to-socialize-your-wordpress-blog/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 07:28:45 +0000</pubDate>
		<dc:creator>godbus</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sns]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.godbus.com/?p=220</guid>
		<description><![CDATA[WordPress is the most popular blogging tool on the planet, with the development of the Internet, microblog and social network is becoming more and more popular. Now, I am going to introduce several great WordPress plugins to socialize your WordPress blog and promote your blog. WordPress publishes pages dynamically, so the fewer plugins you use, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/">WordPress</a> is the most popular blogging tool on the planet, with the development of the Internet, microblog and social network is becoming more and more popular. Now, I am going to introduce several great WordPress plugins to socialize your WordPress blog and promote your blog.</p>
<p>WordPress publishes pages dynamically, so the fewer plugins you use, the faster and more reliable WordPress blog you will have. There are many duplicated plugins, but the following plugins are not duplicated of features.</p>
<h3>Digg Digg</h3>
<p><a href="http://www.mkyong.com/blog/digg-digg-wordpress-plugin/" target="_blank">Official</a> | <a href="http://wordpress.org/extend/plugins/digg-digg/" target="_blank">on WordPress</a></p>
<p><img class="alignnone" title="Digg Digg" src="http://farm5.static.flickr.com/4023/4299154895_8ac4c6b26b_o.jpg" alt="Digg Digg for WordPress" width="441" height="116" /></p>
<p>Digg Digg is used to generate social vote button, which include Digg , Reddit , Dzone , Yahoo Buzz , Twitter , fbShare (facebook) and Polladium  buttons. Submit your blog post to social networking services is the first step to socialize your blog.<span id="more-220"></span></p>
<h3>Subscriber to Comments</h3>
<p><a href="http://txfx.net/wordpress-plugins/subscribe-to-comments/" target="_blank">Official</a> | <a href="http://wordpress.org/extend/plugins/subscribe-to-comments/" target="_blank">On WordPress</a></p>
<p><img class="alignnone" title="Subscribe to Comments" src="http://farm5.static.flickr.com/4057/4299943222_0b4a530967_o.png" alt="Subscribe to Comments, Subscribe to Comments for WordPress" width="375" height="97" /></p>
<p>Subscribe to Comments is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries. This plugin will increase interactives between your blog and your readers.</p>
<h3>PollDaddy Polls &amp; Ratings</h3>
<p><a href="http://wordpress.org/extend/plugins/polldaddy/" target="_blank">On WordPress</a></p>
<p>This plugin allows you to create and manage polls and ratings from within your WordPress dashboard. You can create polls, choose from 20 different styles for your polls, and view all results for your polls as they come in. It&#8217;s a powerful and useful plugin, by the result of reader&#8217;s rating, you will get to know what readers like and focus on the popular topics.</p>
<p>LifeStream</p>
<p><a href="http://www.enthropia.com/labs/wp-lifestream/" target="_blank">Official</a> | <a href="http://wordpress.org/extend/plugins/lifestream/" target="_blank">On WordPress</a></p>
<p><a href="http://farm5.static.flickr.com/4040/4299197415_13005bb643_o.png"><img class="alignnone" title="LifeStream" src="http://farm5.static.flickr.com/4040/4299197415_5e9878b8a6.jpg" alt="LifeStream, LifeStream for WordPress." width="450" height="500" /></a></p>
<p>Lifestream displays your social feeds and photos much like you would see it on many of the social networking sites. In order to socialize your blog, you have to socialize youself first.</p>
<h3>Simple Facebook Connect</h3>
<p><a href="http://ottodestruct.com/blog/wordpress-plugins/simple-facebook-connect/" target="_blank">Official</a> | <a href="http://wordpress.org/extend/plugins/simple-facebook-connect/" target="_blank">On WordPress</a></p>
<p><img class="alignnone" title="Simple Facebook Connect" src="http://farm3.static.flickr.com/2783/4299962540_aa6599cdbd_o.png" alt="Simple Facebook Connect for WordPress" width="463" height="222" /></p>
<p>Simple Facebook Connect is a series of plugins that let you add any sort of Facebook Connect functionality you like to a WordPress blog. This lets you have an integrated site without a lot of coding, and still letting you customize it exactly the way you&#8217;d like. I think the most attractive feature of this plugin is allow us post a comment with you facebook account.</p>
<h3>Twitter Tools</h3>
<p><a href="http://alexking.org/projects/wordpress" target="_blank">Official</a> | <a href="http://wordpress.org/extend/plugins/twitter-tools/" target="_blank">On WordPress</a></p>
<p>Twitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account. It allows you to pull your tweets into your blog (as posts and digests) and create new tweets on blog posts and from within WordPress. This plugins is similiar with Simple Facebook Connect.</p>
<h3>Social Traffic Monitor</h3>
<p><a href="http://www.chrisfinke.com/wordpress/plugins/social-traffic/" target="_blank">Official</a> | <a href="http://wordpress.org/extend/plugins/social-traffic-monitor/" target="_blank">On WordPress</a></p>
<p>Social Traffic Monitor is a plugin for WordPress blogs that monitors your blog traffic for activity coming from social news or bookmarking sites. It will show you clearly of the SNS effect.</p>
<h3>GD Star Rating</h3>
<p><a href="http://www.gdstarrating.com/" target="_blank">Official</a> | <a href="http://wordpress.org/extend/plugins/gd-star-rating/" target="_blank">On WordPress</a></p>
<p><img class="alignnone" title="GD Star Rating" src="http://farm3.static.flickr.com/2691/4299229963_8866ea2403_o.png" alt="GD Star Rating for WordPress" width="310" height="129" /></p>
<p>GD Star Rating is similiar with PollDaddy rating, but it is much more powerful. GD Star Rating plugin allows you to set up rating and review system for posts, pages and comments in your blog. You can set many options for displaying the rating stars, and add widgets into the sidebars for displaying top ratings and other statistics generated by the plugin.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.godbus.com/remove-category-in-wordpress-permalinks/" rel="bookmark" title="Permanent Link: Remove Category in WordPress Permalinks">Remove Category in WordPress Permalinks</a></li><li><a href="http://blog.godbus.com/windows-live-writer-plugins/" rel="bookmark" title="Permanent Link: Great Windows Live Writer Plugins">Great Windows Live Writer Plugins</a></li><li><a href="http://blog.godbus.com/wordpress-28-beta-2-is-out/" rel="bookmark" title="Permanent Link: WordPress 2.8 Beta 2 is out">WordPress 2.8 Beta 2 is out</a></li><li><a href="http://blog.godbus.com/wordpress-permalinks-on-iis/" rel="bookmark" title="Permanent Link: WordPress Permalinks on IIS">WordPress Permalinks on IIS</a></li><li><a href="http://blog.godbus.com/about/" rel="bookmark" title="Permanent Link: About">About</a></li></ul><hr /><small>Copyright &copy; 2007 - 2010 <a href="http://blog.godbus.com/">Godbus</a><br />  (Digital Fingerprint: 58a39d4fc811c4b681dfeee9d451f30c)</small>]]></content:encoded>
			<wfw:commentRss>http://blog.godbus.com/great-plugins-to-socialize-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remove Category in WordPress Permalinks</title>
		<link>http://blog.godbus.com/remove-category-in-wordpress-permalinks/</link>
		<comments>http://blog.godbus.com/remove-category-in-wordpress-permalinks/#comments</comments>
		<pubDate>Thu, 28 May 2009 14:42:26 +0000</pubDate>
		<dc:creator>godbus</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.godbus.com/?p=51</guid>
		<description><![CDATA[By default, WordPress will add category in permalinks of category archives, it&#8217;s not pretty, I think most of WordPress users want to remove it, including me, now I will introduce you a plugin to do this job. This plugin is called WP no category base, what you have to do is upload this plugin to [...]]]></description>
			<content:encoded><![CDATA[<p>By default, WordPress will add <em>category</em> in permalinks of category archives, it&#8217;s not pretty, I think most of WordPress users want to remove it, including me, now I will introduce you a plugin to do this job.</p>
<p>This plugin is called <a href="http://wordpress.org/extend/plugins/wp-no-category-base/" target="_blank">WP no category base</a>, what you have to do is upload this plugin to your plugin directory (or search this plugin at WordPress dashboard and install this plugin automatically) and then active it. That&#8217;s all and the word <em>catetory</em> will removed form your category archive URLs.<span id="more-51"></span></p>
<p>I tested this plugin on WordPress 2.71 and it works fine.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.godbus.com/wordpress-permalinks-on-iis/" rel="bookmark" title="Permanent Link: WordPress Permalinks on IIS">WordPress Permalinks on IIS</a></li><li><a href="http://blog.godbus.com/wordpress-28-beta-2-is-out/" rel="bookmark" title="Permanent Link: WordPress 2.8 Beta 2 is out">WordPress 2.8 Beta 2 is out</a></li><li><a href="http://blog.godbus.com/whats-media-temples-gpu/" rel="bookmark" title="Permanent Link: What&#039;s Media Temple&#039;s GPU">What&#039;s Media Temple&#039;s GPU</a></li><li><a href="http://blog.godbus.com/free-blogger-templates/" rel="bookmark" title="Permanent Link: Free Blogger Templates">Free Blogger Templates</a></li><li><a href="http://blog.godbus.com/about/" rel="bookmark" title="Permanent Link: About">About</a></li></ul><hr /><small>Copyright &copy; 2007 - 2010 <a href="http://blog.godbus.com/">Godbus</a><br />  (Digital Fingerprint: 58a39d4fc811c4b681dfeee9d451f30c)</small>]]></content:encoded>
			<wfw:commentRss>http://blog.godbus.com/remove-category-in-wordpress-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 Beta 2 is out</title>
		<link>http://blog.godbus.com/wordpress-28-beta-2-is-out/</link>
		<comments>http://blog.godbus.com/wordpress-28-beta-2-is-out/#comments</comments>
		<pubDate>Mon, 25 May 2009 10:31:50 +0000</pubDate>
		<dc:creator>godbus</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.godbus.com/?p=26</guid>
		<description><![CDATA[WordPress is a popular blog platform and most of the blogs are powered by WordPress. Just several days after WordPress 2.8 Beta 1, now WordPress 2.8 Beta 2 is out, everyone can download it form here. Hoping to see WordPress 2.8 soon. This blog is powered by WordPress, and I am very pleased with WordPress, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org" target="_blank">WordPress</a> is a popular blog platform and most of the blogs are powered by WordPress.</p>
<p>Just several days after WordPress 2.8 Beta 1, now WordPress 2.8 Beta 2 is out, everyone can download it form <a href="http://wordpress.org/wordpress-2.8-beta2.zip" target="_blank">here</a>.</p>
<p>Hoping to see WordPress 2.8 soon.<span id="more-26"></span></p>
<p>This blog is powered by WordPress, and I am very pleased with WordPress, it&#8217;s powerful (although not as powerful as <a href="http://blog.godbus.com/category/movabletype/">MovableType</a>) and very easy to use.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.godbus.com/remove-category-in-wordpress-permalinks/" rel="bookmark" title="Permanent Link: Remove Category in WordPress Permalinks">Remove Category in WordPress Permalinks</a></li><li><a href="http://blog.godbus.com/wordpress-permalinks-on-iis/" rel="bookmark" title="Permanent Link: WordPress Permalinks on IIS">WordPress Permalinks on IIS</a></li><li><a href="http://blog.godbus.com/about/" rel="bookmark" title="Permanent Link: About">About</a></li><li><a href="http://blog.godbus.com/about-2/" rel="bookmark" title="Permanent Link: About">About</a></li><li><a href="http://blog.godbus.com/free-image-hosting-pikeo/" rel="bookmark" title="Permanent Link: Free Image Hosting: Pikeo">Free Image Hosting: Pikeo</a></li></ul><hr /><small>Copyright &copy; 2007 - 2010 <a href="http://blog.godbus.com/">Godbus</a><br />  (Digital Fingerprint: 58a39d4fc811c4b681dfeee9d451f30c)</small>]]></content:encoded>
			<wfw:commentRss>http://blog.godbus.com/wordpress-28-beta-2-is-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Permalinks on IIS</title>
		<link>http://blog.godbus.com/wordpress-permalinks-on-iis/</link>
		<comments>http://blog.godbus.com/wordpress-permalinks-on-iis/#comments</comments>
		<pubDate>Fri, 22 May 2009 08:23:35 +0000</pubDate>
		<dc:creator>godbus</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.godbus.com/?p=15</guid>
		<description><![CDATA[Most of WordPress blogs are host on Linux/Unix servers, but some are hosting their WordPress on Windows. If we host WordPress on IIS (WordPress allow users to set permalinks on IIS with index.php in URL, this doesn&#8217;t looks pretty.), we can&#8217;t use mod_rewrite. Besides, we don&#8217;t have administrative control on shared hosting, so we can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Most of WordPress blogs are host on Linux/Unix servers, but some are hosting their WordPress on Windows. If we host WordPress on IIS (WordPress allow users to set permalinks on IIS with index.php in URL, this doesn&#8217;t looks pretty.), we can&#8217;t use mod_rewrite. Besides, we don&#8217;t have administrative control on shared hosting, so we can&#8217;t use ISAPI_Rewrite. However, we have right to set 404 pages, with the help of those 404 pages, we can set permalinks as we want.<span id="more-15"></span></p>
<p>What we have to do is create a 404 page, we name this page wp-404.php for example, then add the following code in this page.</p>
<blockquote><p>&lt;?php<br />
$qs = $_SERVER['QUERY_STRING'];<br />
$pos = strrpos($qs, &#8216;://&#8217;);<br />
$pos = strpos($qs, &#8216;/&#8217;, $pos + 4);<br />
$_SERVER['REQUEST_URI'] = substr($qs, $pos);<br />
$_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];<br />
include(&#8216;index.php&#8217;);<br />
?&gt;</p></blockquote>
<p>the second step is go to your hosting panel and point 404 page to wp-404.php, that&#8217;s all. Of course, you have to set permalinks rules at WordPress backend.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.godbus.com/remove-category-in-wordpress-permalinks/" rel="bookmark" title="Permanent Link: Remove Category in WordPress Permalinks">Remove Category in WordPress Permalinks</a></li><li><a href="http://blog.godbus.com/wordpress-28-beta-2-is-out/" rel="bookmark" title="Permanent Link: WordPress 2.8 Beta 2 is out">WordPress 2.8 Beta 2 is out</a></li><li><a href="http://blog.godbus.com/about/" rel="bookmark" title="Permanent Link: About">About</a></li><li><a href="http://blog.godbus.com/about-2/" rel="bookmark" title="Permanent Link: About">About</a></li><li><a href="http://blog.godbus.com/wordpress-rewrite-rule-for-nginx/" rel="bookmark" title="Permanent Link: WordPress Rewrite Rule for Nginx">WordPress Rewrite Rule for Nginx</a></li></ul><hr /><small>Copyright &copy; 2007 - 2010 <a href="http://blog.godbus.com/">Godbus</a><br />  (Digital Fingerprint: 58a39d4fc811c4b681dfeee9d451f30c)</small>]]></content:encoded>
			<wfw:commentRss>http://blog.godbus.com/wordpress-permalinks-on-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
