<?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; wordpress</title>
	<atom:link href="http://www.goitworld.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Thu, 27 May 2010 05:02:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>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 internet-saavy. To avoid annoying&#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>0</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>0</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 target="_blank" 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&#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>0</slash:comments>
		</item>
		<item>
		<title>Please immediately upgrade your wordpress to 2.8.4</title>
		<link>http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/</link>
		<comments>http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 03:20:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[IT News World]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/</guid>
		<description><![CDATA[<p>A vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn’t allow remote access, but it is very annoying.</p>
<p>We fixed this problem last night and have been testing the fixes and looking for other problems since then. <a target="_blank" href="http://wordpress.org/download/">Version 2.8.4 which fixes all known problems is</a>&#8230; <a href="http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/feed/</wfw:commentRss>
		<slash:comments>5</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>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 target="_blank" 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&#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>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 target="_blank" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">Plugin Homepage</a></li>
<li><a target="_blank" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/">Changelog</a></li>
<li><a target="_blank" href="http://www.arnebrachhold.de/2006/04/07/google-sitemaps-faq-sitemap-issues-errors-and-problems/">Plugin and sitemaps FAQ</a></li>
<li><a target="_blank" href="http://wordpress.org/tags/google-sitemap-generator">Support Forum</a></li>
</ul>
<p>Download Url   <br /><a target="_blank" 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>
		<item>
		<title>Top 10 free wordpress theme sites</title>
		<link>http://www.goitworld.com/top-10-free-wordpress-theme-sites/</link>
		<comments>http://www.goitworld.com/top-10-free-wordpress-theme-sites/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 14:02:02 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/top-10-free-wordpress-theme-sites/</guid>
		<description><![CDATA[<p>Today I will recommend 10 website of providing free wordpress theme for everyone.</p>
<p>Wordpress Official Website.  There are more than 500 templates,and more than more than 2,136,215 downloads<br />
<a target="_blank" title="http://wordpress.org/extend/themes/" href="http://wordpress.org/extend/themes/">http://wordpress.org/extend/themes/</a></p>
<p>There are more than 1000 templates.  Here you can find it what you want.<br />
<a target="_blank" title="http://www.wpthemes360.com/" href="http://www.wpthemes360.com/">http://www.wpthemes360.com/</a></p>
<p>There are more than 140 wp templates.  The number is not many,but there are many beautiful templates.<br />
<a target="_blank" title="http://wordpressthemesbase.com/" href="http://wordpressthemesbase.com/">http://wordpressthemesbase.com/</a></p>
<p>There are all kinds of wordpress templates to choose from and they are all for free to download.<br />
Free Wordpress Theme Site started in 2008&#8230; <a href="http://www.goitworld.com/top-10-free-wordpress-theme-sites/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/top-10-free-wordpress-theme-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very Useful WordPress Plugins</title>
		<link>http://www.goitworld.com/very-useful-wordpress-plugins/</link>
		<comments>http://www.goitworld.com/very-useful-wordpress-plugins/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 13:47:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/?p=19</guid>
		<description><![CDATA[<div class="ad custom-square"><a target="_blank" href="http://www.techsmith.com/featured/2008/morae/user_experience/?cmp=WDWM001"></a>There are several thousands of <a target="_blank" href="http://wordpress.org/extend/plugins/">WordPress plugins</a> in the <a target="_blank" href="http://wp-plugins.net/">WordPress community</a> and new plugins are coming out everyday. However, not all plugins are useful, in fact some are very bad written that will mess up your site or harm your WordPress installation. So how do you know which plugins are right for you? Well, here is a list of plugins that I have used or played around before. Hopefully you will something useful here.</div>
<h3><a target="_blank" href="http://mnm.uib.es/gallir/wp-cache-2/">WP Cache</a></h3>
<p>To save your SQL server resources, WP Cache works by caching Worpress pages and storing them in a&#8230; <a href="http://www.goitworld.com/very-useful-wordpress-plugins/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/very-useful-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>15 Wordpress Plugins For AdSense</title>
		<link>http://www.goitworld.com/15-wordpress-plugins-for-adsense/</link>
		<comments>http://www.goitworld.com/15-wordpress-plugins-for-adsense/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 13:55:14 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/?p=13</guid>
		<description><![CDATA[<p>Many blogs survive thanks to Google AdSense &#8211; a fact that¡¯s leading <a target="_blank" href="http://www.iht.com/articles/2007/09/02/business/link.php?WT.mc_id=techalert"><span style="color: #499cde;">some to debate</span></a> the use of ad blocking software. However, implementing and tweaking AdSense ads on a Wordpress blog can be tedious. We¡¯ve gathered 15 Wordpress plugins which help you implement, control and overview AdSense ads on your blog.</p>
<p>Related: <a href="http://www.goitworld.com/?cat=9" target="_blank"><span style="color: #499cde;">WORDPRESS PLUGINS: more Tools for Running Your WordPress Blog</span></a></p>
<p>¨C</p>
<p><a target="_blank" href="http://www.acmetech.com/blog/adsense-deluxe/"><span style="color: #499cde;">Adsense Deluxe</span></a> &#8211; probably the most popular and perhaps the best AdSense plugin out there, AdSense Deluxe lets you automatically insert ads (it works with Yahoo ads, too) into your posts or pages. Very&#8230; <a href="http://www.goitworld.com/15-wordpress-plugins-for-adsense/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/15-wordpress-plugins-for-adsense/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
