<?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>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; The Wordpress World</title>
	<atom:link href="http://www.goitworld.com/category/the-wordpress-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>9 ways to make WordPress easier to use for your clients</title>
		<link>http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/</link>
		<comments>http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 03:52:17 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Tools]]></category>
		<category><![CDATA[easier]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><p>If you use WordPress as a CMS for your clients’ websites, you’ve probably faced that issue: regular people find WordPress hard to use. Yes, it is quite user-friendly, but apparently not enough for people who double-click on links when browsing or worst, enter their website’s url in Google to get there. To make it easier for these people to maintain their own website, I would suggest the following tips.</p>
<h5>1. Install an extended version of TinyMCE</h5>
<p><img alt="tinymce advanced" src="http://www.designer-daily.com/wp-content/uploads/2009/10/tiny-mce-advanced.jpg" width="450" height="155" /></p>
<p>This is one of the first things I realize that the person who will maintain the website is not&#8230; <a href="http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Seo Plugin &#8211; SEO Smart Links</title>
		<link>http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/</link>
		<comments>http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 10:09:41 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[smart links]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/</guid>
		<description><![CDATA[<p><strong>SEO</strong> Smart Links provides automatic <strong>SEO</strong> benefits for your site in addition to custom keyword lists, nofollow and much more.</p>
<p><strong>SEO</strong> Smart Links can automatically link keywords and phrases in your posts and comments with corresponding posts, pages, categories and tags on your blog.</p>
<p>Further <strong>SEO</strong> Smart links allows you to set up your own keywords and set of matching URLs. Finally <strong>SEO</strong> Smart links allows you to set nofollow attribute and open links in new window.</p>
<p>It is a perfect solution to get your blog posts interlinked or add affiliate links to other sites.</p>
<p>Everything happens completely transparent, and&#8230; <a href="http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>mod_rewrite with Fedora 10 and ISPConfig for WordPress</title>
		<link>http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/</link>
		<comments>http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:23:51 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Tools]]></category>
		<category><![CDATA[ispconfig]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/</guid>
		<description><![CDATA[<p>This relates to Fedora 10 and ISPConfig 3.0.1 set up as described in <a href="http://www.howtoforge.org/perfect-server-fedora-10-ispconfig-3">this HowtoForge post</a> One of my colleagues recently got interested in offering our clients WordPress as a content management system, so he&#8217;s been trying it out. Yesterday he found out that if he wanted to change the permalink style in WordPress he needed write access to .htaccess, which he didn&#8217;t have because the user rights haven&#8217;t been set up very well there. So I gave him write access by using </p>
<blockquote><p>chown daemon:daemon .htaccess</p>
</blockquote>
<p>Unfortunately this resulted in a 500 Interal Server Error. Looking at&#8230; <a href="http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Adsense Injection : Randomly Insert Ads in Posts</title>
		<link>http://www.goitworld.com/wordpress-adsense-injection-randomly-insert-ads-in-posts-2/</link>
		<comments>http://www.goitworld.com/wordpress-adsense-injection-randomly-insert-ads-in-posts-2/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 09:28:11 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[injection]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/wordpress-adsense-injection-randomly-insert-ads-in-posts-2/</guid>
		<description><![CDATA[<p>Ad blindness is a common problem, which makes your visitors ignore your similar looking and always single position google adsense ads. <strong>Adsense Injection wordpress plugin</strong> will let you insert ads randomly in your post, reduce ad blindness and increase clicks.</p>
<p>Earlier I had pointed to another excellent <strong>AdSense Deluxe WordPress Plugin</strong>that lets you insert Google Adsense / Yahoo Ads into blog posts easily. But there were no random ads insertion and you decided where to insert the ads.</p>
<p>The new <a href="http://wordpress-plugins.biggnuts.com/adsense-plugin/"><strong>Adsense Injection wordpress plugin</strong></a> just <strong>takes a random paragraph break</strong> in your article and inserts google adsense code. It&#8230; <a href="http://www.goitworld.com/wordpress-adsense-injection-randomly-insert-ads-in-posts-2/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/wordpress-adsense-injection-randomly-insert-ads-in-posts-2/feed/</wfw:commentRss>
		<slash:comments>156</slash:comments>
		</item>
		<item>
		<title>Nginx rewrite rule for wordpress</title>
		<link>http://www.goitworld.com/nginx-rewrite-rule-for-wordpress/</link>
		<comments>http://www.goitworld.com/nginx-rewrite-rule-for-wordpress/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 05:57:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[The Wordpress World]]></category>
		<category><![CDATA[nginx rewrite]]></category>
		<category><![CDATA[rewrite rule]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/nginx-rewrite-rule-for-wordpress/</guid>
		<description><![CDATA[<p>If your blog system is wordpress on apache, and you use rewrite rule for it. I&#8217;m looking for a way to implement WordPress&#8217;s simple htaccess pretty url rules for Nginx.</p>
<p>.htaccess file:   <br /># BEGIN WordPress    <br />RewriteEngine On    <br />RewriteBase /    <br />RewriteCond %{REQUEST_FILENAME} !-f    <br />RewriteCond %{REQUEST_FILENAME} !-d    <br />RewriteRule . /index.php [L]    <br /># END WordPress</p>
<p>Fllow is my nginx’s rewrite rule for wordpress:   <br />location / {    <br />index index.php index.html;    <br />if (!-e $request_filename)    <br />{    <br />rewrite ^/(.+)$ /index.php?p=$1 last;    <br />}    <br />}</p>
]]></description>
		<wfw:commentRss>http://www.goitworld.com/nginx-rewrite-rule-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 Release Published</title>
		<link>http://www.goitworld.com/wordpress-28-release-published/</link>
		<comments>http://www.goitworld.com/wordpress-28-release-published/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 03:27:28 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[The Wordpress World]]></category>
		<category><![CDATA[published]]></category>
		<category><![CDATA[wordpress 2.8]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/wordpress-28-release-published/</guid>
		<description><![CDATA[<p>I’m very glad to wordpress 2.8 release publishd. You can download it from <a href="http://wordpress.org/download/" target="_blank">here</a>.&#160; Update your wordpress from 2.7 to 2.8 immediately. If you have any problem in upgrading, you can post message to my blog or send mail to me.(jason#goitworld.com). I will do best.</p>
<h5>Major New Improvements</h5>
<p>First and foremost, <strong>2.8 is way faster to use</strong>. We’ve changed the way WordPress does style and scripting.</p>
<p>The core and plugin updaters in previous versions of WordPress have been such a success we decided to bring the same to themes. You can now <strong>browse the entire theme directory</strong>&#8230; <a href="http://www.goitworld.com/wordpress-28-release-published/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/wordpress-28-release-published/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google XML Sitemaps generator for wordpress</title>
		<link>http://www.goitworld.com/google-xml-sitemaps-generator-for-wordpress/</link>
		<comments>http://www.goitworld.com/google-xml-sitemaps-generator-for-wordpress/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 06:48:31 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[ask]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google sitemaps]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[sitemaps]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml sitemap]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/google-xml-sitemaps-generator-for-wordpress/</guid>
		<description><![CDATA[<p>Today, I find a very useful plugin of wordpress. It’s very great. You can hit <a href="http://www.goitworld.com/sitemap.xml" target="_blank">here</a> view demo. Hope it can be help you.    </p>
<p>This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like ASK.com, Google, MSN Search and YAHOO, are notified about the update.</p>
<p>Installation:</p>
<li>Upload the full directory into your wp-content/plugins directory </li>
<li>Use your favorite FTP</li><p>&#8230; <a href="http://www.goitworld.com/google-xml-sitemaps-generator-for-wordpress/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/google-xml-sitemaps-generator-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 will be Realeased</title>
		<link>http://www.goitworld.com/wordpress-28-will-be-realeased/</link>
		<comments>http://www.goitworld.com/wordpress-28-will-be-realeased/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 01:40:10 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[The Wordpress World]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/wordpress-28-will-be-realeased/</guid>
		<description><![CDATA[<p>I want upgrade to the wordpress relase Beta2 in tommorow. But I found the new version will be released in recent days, so you want to wait a few days.</p>
<p>The release date for WordPress 2.8 has almost been confirmed, according to the latest blog post on the <a href="http://wordpress.org/development/2009/06/summary-of-wordpress-dev-irc-meetup-for-20090603/">WordPress development blog</a>, the target date for releasing WordPress 2.8 is June 10th.</p>
<p>However this is only a target date and may not end up as being the release date in the end, however it would be good to see it released soon, considering the good number of features it has.&#8230; <a href="http://www.goitworld.com/wordpress-28-will-be-realeased/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/wordpress-28-will-be-realeased/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live for windows 2003</title>
		<link>http://www.goitworld.com/windows-live-for-windows-2003/</link>
		<comments>http://www.goitworld.com/windows-live-for-windows-2003/#comments</comments>
		<pubDate>Sun, 31 May 2009 13:57:29 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Tools]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[writer]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/windows-live-for-windows-2003/</guid>
		<description><![CDATA[<p>Messenger &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/Messenger-ship-en.cab">Messenger-ship-en.cab</a>    <br />Mail &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/Mail-ship-en.cab">Mail-ship-en.cab</a>    <br />Writer &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/writer-ship-en.cab">writer-ship-en.cab</a>    <br />SkyDrive 和 Photos Upload Tool &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/RichUpload-ship-en.cab">RichUpload-ship-en.cab</a>    <br />Photo Gallery &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/PhotoLibrary-ship-en.cab">PhotoLibrary-ship-en.cab</a>    <br />Movie Maker &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/MovieMaker-ship-en.cab">MovieMaker-ship-en.cab</a>    <br />Toolbar &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/wltinstall-ship-en.cab">wltinstall-ship-en.cab</a>    <br />Contacts &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/Contacts-ship-neutral.cab">Contacts-ship-neutral.cab</a>    <br />Sync &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/WindowsLiveSync-ship-en.cab">WindowsLiveSync-ship-en.cab</a>    <br />Login Assistant &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/wllogin-ship-en.cab">wllogin-ship-en.cab</a>    <br />Outlook Connector &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/olc-ship-en.cab">olc-ship-en.cab</a>    <br />Spam Filter &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/SpamFilterData-ship-neutral.cab">SpamFilterData-ship-neutral.cab</a>    <br />AllSetup &#8211; <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/wlsetup-all.exe">wlsetup-all.exe</a> and <a href="http://download.microsoft.com/download/E/B/7/EB7AAFE7-514F-495A-A981-99830FE8E99E/en/wlsetup-web.exe">wlsetup-web.exe</a></p>
<p><a href="http://cachefile15.fs2you.com/zh-cn/download/88d5304a3c5da77c45f2f233b93a0d8a/WLLogin.MSI"></a></p>
]]></description>
		<wfw:commentRss>http://www.goitworld.com/windows-live-for-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Google Sitemap XML for WordPress</title>
		<link>http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/</link>
		<comments>http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/#comments</comments>
		<pubDate>Mon, 25 May 2009 05:59:06 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[ask]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/</guid>
		<description><![CDATA[<p>I find a plugin of <strong>wordpress</strong>. This <strong>plugin</strong> will create a <strong>Google</strong> <strong>sitemaps</strong> compliant XML-<strong>Sitemap</strong> of your <strong>WordPress</strong> blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like <strong>ASK</strong>.com, <strong>Google</strong>, MSN Search and YAHOO, are notified about the update.</p>
<p>Related Links:</p>
<ul>
<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">Plugin Homepage</a></li>
<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/">Changelog</a></li>
<li><a href="http://www.arnebrachhold.de/2006/04/07/google-sitemaps-faq-sitemap-issues-errors-and-problems/">Plugin and sitemaps FAQ</a></li>
<li><a href="http://wordpress.org/tags/google-sitemap-generator">Support Forum</a></li>
</ul>
<p>Download Url   <br /><a title="http://downloads.wordpress.org/plugin/google-sitemap-generator.3.1.2.zip" href="http://downloads.wordpress.org/plugin/google-sitemap-generator.3.1.2.zip">http://downloads.wordpress.org/plugin/google-sitemap-generator.3.1.2.zip</a></p>
<p>Install:</p>
<li>Upload the full directory into your wp-content/plugins directory </li>
<li>Use your favorite FTP program to create two</li><p>&#8230; <a href="http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

