<?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>WPWebHost &#187; wordpress</title>
	<atom:link href="http://www.wpwebhost.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpwebhost.com</link>
	<description>WordPress Web Hosting</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simple guidelines for WordPress 3.3 updates</title>
		<link>http://www.wpwebhost.com/2012/01/simple-guidelines-for-wordpress-3-3-updates/</link>
		<comments>http://www.wpwebhost.com/2012/01/simple-guidelines-for-wordpress-3-3-updates/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 03:32:04 +0000</pubDate>
		<dc:creator>Codex Meridian</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress Resources]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 3.3]]></category>
		<category><![CDATA[wordpress 3.3 updates]]></category>
		<category><![CDATA[Wordpress hosting]]></category>
		<category><![CDATA[wordpress sonny]]></category>
		<category><![CDATA[wordpress updates]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=9579</guid>
		<description><![CDATA[Tweet &#160; If you have not yet updated your blog to WordPress 3.3, try using the auto-updating feature first. But make sure you have performed a back-up of your blog. If time is limited, pay attention to backup these important elements: a.) root directory .htaccess b.) wp-config.php c.) wp-content directory d.) other important scripts in [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2012%2F01%2Fsimple-guidelines-for-wordpress-3-3-updates%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2012/01/simple-guidelines-for-wordpress-3-3-updates/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2012/01/simple-guidelines-for-wordpress-3-3-updates/"  data-text="Simple guidelines for WordPress 3.3 updates" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2012/01/simple-guidelines-for-wordpress-3-3-updates/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&nbsp;</p>
<p>If you have not yet updated your blog to WordPress 3.3, try using the auto-updating feature first. But make sure you have performed a back-up of your blog. If time is limited, pay attention to backup these important elements:</p>
<p>a.) root directory .htaccess<br />
b.) wp-config.php<br />
c.) wp-content directory<br />
d.) other important scripts in your blog (custom-made and not part of the WordPress core files).<br />
e.) WordPress database<br />
f.) robots.txt – if you are using this.<br />
g.) wp-includes/languages –if your blog uses a language file.</p>
<p>The auto-updating feature in WordPress would safely bring your site to maintenance mode and update the core files to WordPress 3.3 quickly and easily.</p>
<h2>Case#1: Auto-updating Fails</h2>
<p>If auto-updating encounters an issue; then you can safely revert back to the previous version by following the procedures below:</p>
<p>1.) Login to your server root directory using FTP/SSH or your hosting control panel.<br />
2.) Find the file named as (with dot before the file name):<br />
.maintenance<br />
3.) Delete this file to remove the maintenance mode message in your site.<br />
4.) Clear your browser cache and history then your site should return back to normal.<br />
5.) You can now login to your WordPress admin again but the core files are still not updated to use the latest version.<br />
Aside from timeout issues (which you can safely click auto-update again when your server is not anymore busy); one of the common causes why auto-updating does not work is in relation to file permissions and owner settings in Apache server. To troubleshoot:</p>
<p>1.) Check if your WordPress directory and folders are using correct file permissions, some guide:<br />
a.) wp-content, wp-admin, wp-includes is using 755.<br />
b.) WordPress core PHP scripts (index.php, etc.) are using 644.<br />
c.) Other wordpress folders such as “upgrade”, “themes”, “uploads”, “plugins”, etc. will be using 755.</p>
<p>2.) If any of the above items are not in the proper file permissions, try changing them to designated permissions. You can use Filezilla FTP client to do these changes. To do this, login to your server using Filezilla; right click in affected WordPress folders or scripts then click “File permissions”.</p>
<p>3.) Check if your WordPress directory is owned by you. To do this, login to your WordPress root directory and make sure all files and directories are owned by your assigned username (which you use when logging in FTP or SSH). See screenshot below:</p>
<p><a href="http://www.wpwebhost.com/2012/01/simple-guidelines-for-wordpress-3-3-updates/simpleguidelines1/" rel="attachment wp-att-9580"><img class="alignnone size-full wp-image-9580" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/12/simpleguidelines1.jpg" alt="" width="535" height="262" /></a></p>
<p>In the above example, the username assigned by the hosting company is “phpdevel” and the WordPress directory is owned by this username also. This is correct. The group can be owned also by you or another party but it’s the owner that is important. If the owner is not the same, you need to contact your hosting company.</p>
<p>3.) If all file permissions and ownerships are in place; try performing the auto-update again. It should be working fine.<br />
If it still fails, delete .maintenance and you need to manually update WordPress core files. Read this guide on <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended" target="_blank">how to safely update WordPress core files manually</a>.</p>
<p>Follow the steps in the first section: “Overview of the Upgrade Process” except that after “Step3. Verify the backups”; you need to bring your site to maintenance mode first by:</p>
<p>a.) Create a PHP script and named it as 503.php with the source code below:<br />
<code><br />
&lt;?php<br />
header('HTTP/1.1 503 Service Temporarily Unavailable');<br />
header('Status: 503 Service Temporarily Unavailable');<br />
header('Retry-After: 10800');<br />
header('X-Powered-By:'); ?&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;URGENT WEBSITE MAINTENANCE!&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;h1&gt;Doing maintenance&lt;/h1&gt;<br />
&lt;p&gt;This site is under maintenance right now.&lt;/p&gt;<br />
&lt;p&gt;This should be ready again in under 3 hours.&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
</code><br />
You can change the number of maintenance hours from 3 hours to any number of hours by converting the number of hours first to seconds and then replacing 10800 seconds in:</p>
<p><code>header('Retry-After: 10800');</code></p>
<p>b.) Open your current WordPress .htaccess and paste the code below starting on the first line of your .htaccess<br />
<code><br />
RewriteEngine On<br />
RewriteBase /<br />
# Allow blog admin to access the website normally<br />
RewriteCond %{REMOTE_ADDR} !^91\.210\.196\.8<br />
RewriteCond %{REQUEST_URI} !^/503\.php<br />
RewriteRule .* 503.php [L]</code></p>
<p>Replace 91.210.196.8 with your own IP address which you can find <a href="http://www.whatismyip.com/" target="_blank">here</a>. This will let you login and access your WordPress site normally while other visitors (bots, etc.) to your blog will be provided with a 503 temporary not available status.</p>
<p>c.) Upload your .htaccess and 503.php to your WordPress root directory.<br />
d.) Check if 503 server header status are now returned in your blog using this <a href="http://www.seoconsultants.com/tools/headers" target="_blank">server header status checker</a>.</p>
<p>If the homepage now returns 503 header status then proceed with deactivating the plug-ins and the rest of the manual updating process as stated in this <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended" target="_blank">guide</a>.</p>
<p>To remove maintenance mode, simply delete 503.php in your WordPress root directory and remove the maintenance code in your .htaccess.</p>
<p><em>Special case to those that are still using PHP 4 and MySQL 4</em>: As of WordPress 3.2, the minimum hosting requirements is changed to PHP 5 and MySQL 5. So if you are still using PHP 4 or MySQL 4, you need to upgrade them first before upgrading WordPress to use WordPress 3.3.</p>
<h2>Case#2: Auto-update successful but Returning with Errors</h2>
<p>In this case, you have succeeded updated your blog to WordPress 3.3 but the site runs unstable or returning a lot of errors. There are two possible causes for this:</p>
<p>1.) Plug-in related issues.<br />
2.) Theme related issues.</p>
<p>The first thing to check is whether plug-in related issues exist. To troubleshoot, refer to the steps below:</p>
<p>1.) Put your website in maintenance mode (refer to previous section for guide).<br />
2.) Disable all plug-ins first. If you cannot access to admin panel for some reasons, you can read some guide <a href="http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F" target="_blank">here</a>.<br />
3.) Enable the plug-ins one by one and check your blog for the presence of errors or blog instability. If you are using a caching plugin, enable it last because it can be difficult to check if other plugins are working with caching enabled. Remember all the configuration settings so that you can safely revert to it.<br />
4.) Continue doing this until a certain plug-in returns with error. This is an incompatible plug-in with WordPress 3.3. Disable them back.<br />
5.) Continue with the rest of the plug-ins until you have completed testing all of them.<br />
6.) Finally enable the cache plugin with the settings you have been using before. If it returns an error; then the caching plugin you are using is not compatible with WordPress 3.3.</p>
<p><strong>What to do with incompatible plug-in?</strong></p>
<p>1.) Contact the plugin developer for updates and report that the plug-in is incompatible with WordPress 3.3. In some cases, you can go to the plugin page in WordPress to check if it’s compatible with version 3.3.<br />
2.) If there is already an update available to sort out the incompatibility issues; update them before enabling them for use with WordPress 3.3.<br />
3.) If there is no update available, you can either:</p>
<p>a.) Do not update to WordPress version 3.3 until the new version would be released.<br />
b.) Remove the plug-in if the feature is not very important to your blog functionality and operation.<br />
c.) Replace the plug-in with other compatible plug-in.</p>
<p>To troubleshoot for theme related incompatibilities. Follow the troubleshooting steps below:</p>
<p>1.) Put your site in maintenance mode.<br />
2.) Login to your WordPress admin panel and change your WordPress theme to “Twenty Eleven”.<br />
3.) Check whether those errors are gone by switching to Twenty Eleven.</p>
<p>If the errors are gone, then your theme is not compatible with WordPress 3.3 you have to report that to the theme developer and have it fixed. If for some reason you cannot login to your admin dashboard; you need to login to your WordPress website via FTP/SSH and then manually remove all themes (do not forget to back up your original theme files) except “Twenty Eleven”. This action would force WordPress to use Twenty Eleven.</p>
<h2>Case#3: Theme errors due to overwritten WordPress core files</h2>
<p>If you have edited your WordPress core scripts (which are not advisable) then updating to WordPress 3.3 can introduce errors because your changes will be overwritten.<br />
To resolve this issue:</p>
<p>a.) Look for compatible plug-in that will replace the functionality removed by the update. Or edit only your theme files to add the features.<br />
b.) Do not anymore edit the WordPress core files to prevent this issue from happening again in the future.<br />
Finally for cases that are not mentioned in this post, you can refer to the <a href="http://wordpress.org/support/topic/troubleshooting-wordpress-33-master-list" target="_blank">quick FAQ</a> in WordPress. Scroll down until you will see the “quick FAQ” section.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2012/01/simple-guidelines-for-wordpress-3-3-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Themefuse Original WordPress Themes Giveaway : Winner Announced</title>
		<link>http://www.wpwebhost.com/2011/12/themefuse-original-wordpress-themes-giveaway-winner-announced/</link>
		<comments>http://www.wpwebhost.com/2011/12/themefuse-original-wordpress-themes-giveaway-winner-announced/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 00:42:56 +0000</pubDate>
		<dc:creator>Richard - WPWebHost</dc:creator>
				<category><![CDATA[Giveaways]]></category>
		<category><![CDATA[free giveaways]]></category>
		<category><![CDATA[original wordpress themes]]></category>
		<category><![CDATA[premium themes]]></category>
		<category><![CDATA[Themefuse]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=9456</guid>
		<description><![CDATA[Tweet &#160; Our latest Tweet and Win Giveaway which we collaborated with Themefuse that was held on last November has ended. It&#8217;s time to announce the lucky winners for this game. We, WPWebHost team would like to congratulate the lucky 3 winners and they are: @affanruslan @dickvincedor  @iheartcontest &#160; Congratulations to this 3 lucky winners [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2011%2F12%2Fthemefuse-original-wordpress-themes-giveaway-winner-announced%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2011/12/themefuse-original-wordpress-themes-giveaway-winner-announced/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2011/12/themefuse-original-wordpress-themes-giveaway-winner-announced/"  data-text="Themefuse Original WordPress Themes Giveaway : Winner Announced" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2011/12/themefuse-original-wordpress-themes-giveaway-winner-announced/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><img class="alignnone size-full wp-image-9336" title="Themefuse Giveaway from WordPress Hosting provider by WPWebHost" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/11/Themefuse-banner.jpg" alt="Themefuse Giveaway from WordPress Hosting provider by WPWebHost" width="600" height="390" /></p>
<p>&nbsp;</p>
<p>Our latest Tweet and Win Giveaway which we collaborated with Themefuse that was held on last November has ended. It&#8217;s time to announce the lucky winners for this game. We, WPWebHost team would like to congratulate the lucky 3 winners and they are:</p>
<p><a href="https://twitter.com/#!/affanruslan" target="_blank" data-user-id="188776333">@affanruslan<br />
</a><a href="https://twitter.com/#!/dickvincedor" target="_blank">@dickvincedor </a><a title="Affan" href="https://twitter.com/#!/affanruslan" data-user-id="188776333"><br />
</a><a href="http://twitter.com/#!/iheartcontest" target="_blank" data-user-id="18376265">@iheartcontest</a></p>
<p>&nbsp;</p>
<p>Congratulations to this 3 lucky winners again and you will receive our email shortly for further details.</p>
<p>To those who did not manage to win this giveaway, stay tuned as there will be next giveaway in a few days time and also there will be more surprises from WPWebHost. Thanks to all who participated this contest.</p>
<p>&nbsp;</p>
<p><strong>Follow</strong> us on <a href="http://twitter.com/#!/wpwebhost" target="_blank">Twitter </a>or <strong>Like</strong> our<a href="https://www.facebook.com/wpwebhost" target="_blank"> Facebook page</a> for more surprises and also exclusive giveaways.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2011/12/themefuse-original-wordpress-themes-giveaway-winner-announced/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Theme Junkie Premium WordPress Themes Giveaway : Winner Announced</title>
		<link>http://www.wpwebhost.com/2011/11/theme-junkie-premium-wordpress-themes-giveaway-winner-announced/</link>
		<comments>http://www.wpwebhost.com/2011/11/theme-junkie-premium-wordpress-themes-giveaway-winner-announced/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 07:03:29 +0000</pubDate>
		<dc:creator>Richard - WPWebHost</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Giveaways]]></category>
		<category><![CDATA[premium wordpress themes]]></category>
		<category><![CDATA[theme junkie]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=9270</guid>
		<description><![CDATA[Tweet &#160; Our latest Tweet and Win Giveaway which we collaborated with Theme Junkie that was held on 9th November has ended. It&#8217;s time to announce the lucky winners for this game. We, WPWebHost team would like to congratulate the lucky 3 winners and they are: @phuongtruc0705 (Freshlife Theme) winner @webuniwu (Daily Theme) winner @dementia (Newspaper Theme) winner [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2011%2F11%2Ftheme-junkie-premium-wordpress-themes-giveaway-winner-announced%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2011/11/theme-junkie-premium-wordpress-themes-giveaway-winner-announced/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2011/11/theme-junkie-premium-wordpress-themes-giveaway-winner-announced/"  data-text="Theme Junkie Premium WordPress Themes Giveaway : Winner Announced" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2011/11/theme-junkie-premium-wordpress-themes-giveaway-winner-announced/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><img class="alignnone size-full wp-image-9203" title="Theme Junkie themes by WordPress Hosting Provider by WPWebHost" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/11/WP_blog-banner21.jpg" alt="Theme Junkie themes by WordPress Hosting Provider by WPWebHost" width="600" height="390" /></p>
<p>&nbsp;</p>
<p>Our latest Tweet and Win Giveaway which we collaborated with Theme Junkie that was held on 9th November has ended. It&#8217;s time to announce the lucky winners for this game. We, WPWebHost team would like to congratulate the lucky 3 winners and they are:</p>
<p><a href="https://twitter.com/#!/phuongtruc0705" target="_blank">@phuongtruc0705</a> (Freshlife Theme) winner<br />
<a href="http://twitter.com/#!/webuniwu" target="_blank">@webuniwu</a> (Daily Theme) winner<br />
<a href="http://twitter.com/#!/dementia" target="_blank">@dementia</a> (Newspaper Theme) winner</p>
<p>Congratulations to this 3 lucky winners again and you will receive our email shortly for further details.</p>
<p>To those who did not manage to win this giveaway, stay tuned as there will be next giveaway in a few days time and also there will be more surprises from WPWebHost. Thanks to all who participated this contest.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Follow</strong> us on <a href="http://twitter.com/#!/wpwebhost" target="_blank">Twitter</a> or <strong>Like</strong> our <a href="http://www.facebook.com/wpwebhost" target="_blank">Facebook page</a> for more surprises and also exclusive giveaways.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2011/11/theme-junkie-premium-wordpress-themes-giveaway-winner-announced/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WPWebHost &#8211; WordPress Crazy Limited Offer (Free 6 Months VPS !!!)</title>
		<link>http://www.wpwebhost.com/2011/11/wpwebhost-wordpress-crazy-limited-offer-free-6-months-vps/</link>
		<comments>http://www.wpwebhost.com/2011/11/wpwebhost-wordpress-crazy-limited-offer-free-6-months-vps/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 19:35:18 +0000</pubDate>
		<dc:creator>Richard - WPWebHost</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[50% discount]]></category>
		<category><![CDATA[free 6 months]]></category>
		<category><![CDATA[rockstar vps plan]]></category>
		<category><![CDATA[total managed wordpress hosting]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress hosting]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=9175</guid>
		<description><![CDATA[Tweet WPWebHost is offering a crazy limited offer of Free 6 Months VPS WordPress Hosting or a 50% discount off for Total Managed WordPress Hosting Rockstar VPS Plan (For first 20 signups only) VPS (Virtual Private Server) has become the preferred hosting solution for small to medium sized businesses. VPS is a solution that effectively [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2011%2F11%2Fwpwebhost-wordpress-crazy-limited-offer-free-6-months-vps%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2011/11/wpwebhost-wordpress-crazy-limited-offer-free-6-months-vps/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2011/11/wpwebhost-wordpress-crazy-limited-offer-free-6-months-vps/"  data-text="WPWebHost &#8211; WordPress Crazy Limited Offer (Free 6 Months VPS !!!)" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2011/11/wpwebhost-wordpress-crazy-limited-offer-free-6-months-vps/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.wpwebhost.com/signup/wordpress-vps-plan/?utm_source=50%25page&amp;utm_medium=within&amp;utm_campaign=pageredirect" target="_blank"><img class="alignnone size-full wp-image-9176" title="WPWebHost Rockstar VPS WordPress Hosting" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/11/WPWebHost_VPS50.gif" alt="Rockstar VPS WordPress Hosting" width="600" height="300" /></a></p>
<p><strong>WPWebHost</strong> is offering a crazy limited offer of<strong> Free 6 Months</strong> VPS <strong>WordPress Hosting</strong> or a <strong>50% discount</strong> off for <strong>Total Managed WordPress Hosting Rockstar VPS Plan</strong> (For <strong>first 20 signups</strong> only)</p>
<p><strong>VPS</strong> (Virtual Private Server) has become the preferred hosting solution for small to medium sized businesses. <strong>VPS</strong> is a solution that effectively bridges the gap between the limitations of shared hosting and the flexibility of dedicated server hosting.</p>
<p>Our <strong>Total Managed WordPress Hosting </strong>comes with:</p>
<ul>
<li>Complete VPS administration</li>
<li>24&#215;7 WordPress Savvy Technical Support</li>
<li>Server Kernel and Control Panel Updates</li>
<li>All Service Monitoring</li>
<li>Hardware Maintenance and Replacement</li>
<li>Security Patch Updates</li>
<li>Complete Migration/Transfer</li>
<li>VPS Image Snapshot</li>
</ul>
<div>All the features of <strong>Total Managed WordPress Hosting</strong> will be included in this new <a href="http://www.wpwebhost.com/signup/wordpress-vps-plan/?utm_source=50%25page&amp;utm_medium=within&amp;utm_campaign=pageredirect" target="_blank">signup</a> worth <span style="color: #ff0000;">$25.00</span> for a limited time only.</div>
<p>Enjoy the 50% discount benefits with our Coupon Code: <strong>VPS50 </strong>(First 20 signups)</p>
<p>Check it out at our <strong>Rockstar VPS Plan</strong> page for <a href="http://www.wpwebhost.com/signup/wordpress-vps-plan/?utm_source=50%25page&amp;utm_medium=within&amp;utm_campaign=pageredirect" target="_blank">more info</a>.</p>
<p>You may contact salesperson at sales@wpwebhost.com for further inquiries as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2011/11/wpwebhost-wordpress-crazy-limited-offer-free-6-months-vps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning Thematic hooks and creating Thematic child theme</title>
		<link>http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/</link>
		<comments>http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 07:05:27 +0000</pubDate>
		<dc:creator>Abbas Suterwala</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress Resources]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[thematic theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress child theme]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=7772</guid>
		<description><![CDATA[Tweet WordPress helps you build professional sites with minimum efforts required. To give your WordPress site a unique look one needs to create a custom theme to give your site the unique identity. But creating a WordPress theme from scratch could be a tedious process . So in the article I am going to explain [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2011%2F11%2Flearning-thematic-hooks-and-creating-thematic-child-theme%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/"  data-text="Learning Thematic hooks and creating Thematic child theme" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>WordPress helps you build professional sites with minimum efforts required. To give your WordPress site a unique look one needs to create a custom theme to give your site the unique identity. But creating a WordPress theme from scratch could be a tedious process . So in the article I am going to explain how you can use the <strong><a title="Thematic Theme Framework" href="http://wordpress.org/extend/themes/thematic" target="_blank">Thematic Theme framework</a></strong> and create child theme using the Thematic hooks.</p>
<p><img class="alignnone size-full wp-image-8547" title="Thematic Theme Framework" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/thematic.png" alt="Thematic Theme Framework" width="600" height="400" /></p>
<h2>Step 1: Getting Thematic framework.</h2>
<hr />
<p>The thematic framework is licensed under GPL like WordPress and can be downloaded from the <a title="WordPress.org" href="http://wordpress.org">WordPress</a> site itself .In fact it is one of the top downloaded themes from the WordPress site. You can grab your copy from <a href="http://wordpress.org/extend/themes/thematic ">http://wordpress.org/extend/themes/thematic</a> and upload to the wp-content\themes folder of your WordPress installation.</p>
<h2>Step 2: Creating your Thematic child theme</h2>
<hr />
<p>To create a child theme first create a folder ‘thematic child’ in your wp-content\themes and create a file called style.css with the following lines . .</p>
<pre>/*
Theme Name:     Thematic Chld
Theme URI:      http: //example.com/
Description:    Child theme for the Thematic
Author:         Your name here
Author URI:     http: //example.com/about/
Template:       Thematic
Version:        0.1.0
*/</pre>
<p>If everything has gone correct in the themes section of your admin you will see your child theme now . Activate the child theme from the admin.</p>
<p>Note :- you can read more in detail about WordPress child themes at <a title="WordPress Child Theme" href="http://codex.wordpress.org/Child_Themes" target="_blank">http://codex.wordpress.org/Child_Themes</a></p>
<p><a href="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/attachment/2/" rel="attachment wp-att-7773"><img class="alignnone size-full wp-image-7773" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/2.jpg" alt="" width="575" height="388" /></a></p>
<p>&nbsp;</p>
<h2>Step 3: Getting the lay out correct</h2>
<hr />
<p>After activating the child theme now if you see your blog you will see the lay out is not proper. This happens because now your style.css has overridden the parent thematic theme style.css and you have provided no layout in your style.css . You can provide your own style in the style.css , but again we will use the power the thematic framework and import the css provided by the thematic framework . The parent thematic contains a number of layouts which we can use from</p>
<ol>
<li>2 columns layout with sidebar on right</li>
<li>2 columns layout with sidebar on left</li>
<li>3 columns with one sidebar on right and one on left</li>
<li>3 columns with two sidebars on right.</li>
</ol>
<p>Let us use 3 columns layout with one sidebar on right and one on left for our child theme . Add the following lines y\to the style.css in your child theme .</p>
<pre>/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-fixed.css');

/* Apply basic image styles */
@import url('../thematic/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');</pre>
<p>If all has gone good you will have a nice 3 columns layout child theme ready.</p>
<p><img class="alignnone size-full wp-image-7776" title="3 Columns Layout Child Themes" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/3.jpg" alt="3 Columns Layout Child Themes" width="600" height="325" /></p>
<p>&nbsp;</p>
<h2>Step 4: Styling in your child theme</h2>
<hr />
<p>Now once the lay out is done you an style your theme by changing its colors by adding them to the style.css of your child theme . You can either use some tool like firebug etc to figure out the element tag name of the element or check the default.css in the parent thematic folder. We will change the body background color , the header color and the links and heading of the sidebars. Please add the following ode to the style.css of your child theme.</p>
<pre>body {
   margin: 0;
	padding: 0;
	background: #FFFFFF ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
 }
#header {

background: #2871FB;
}
#footer {
background: #2871FB;
}
#siteinfo a:active, #siteinfo a:hover {
    color: #FFFFFF;
}

#siteinfo a {
    color: #FFFFFF;
}
#siteinfo
{
color: #FFFFFF;
}

#blog-title a {
    color: #FFFFFF;
}
#blog-description {
    color: #FFFFFF;

}
.aside a {
    color: #4486C7;
}
a:active, a:hover {
    color: #FF4B33;
}

.aside h3 {
   color: #32639A;
}
.entry-title
{
 color: #32639A;
}
 .entry-title a{
 color: #32639A;
}
.entry-title a:active, .entry-title a:hover {
    color: #32639A;
}</pre>
<p>Your site should look as below</p>
<p><a href="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/attachment/4/" rel="attachment wp-att-7777"><img class="alignnone size-full wp-image-7777" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/4.jpg" alt="" width="600" height="322" /></a></p>
<p>&nbsp;</p>
<h2>Step 5: Creating a featured post section on the home page</h2>
<hr />
<p>Now lets create a section below the header on the home page to display the post of category named – featured . First create a category named featured and assign 3 post to that category. We want to display the featured post on the home just below the header and above the main section . To do this thematic provides an action hook called thematic_belowheader on which we will hook our function to display the posts in the featured category for home page. Create a new file functions.php in your child theme folder and add the following code to it</p>
<pre>&lt;?php function child_list_category($categoryname) {
?&gt;
 &lt;div id="featureposts"&gt;
&lt;?php
    $catOfFeatured  = get_cat_ID($categoryname);
    query_posts('cat='.$catOfFeatured.'&amp;showposts=3');
    while (have_posts()) : the_post();  ?&gt;
        &lt;div&gt;
            &lt;div&gt;
             &lt;h3&gt;&lt;?php the_title(); ?&gt;&lt;/h3&gt;
             &lt;?php the_content(); ?&gt;
             &lt;/div&gt; &lt;!-- end featurepostcontent --&gt;
        &lt;/div&gt;&lt;!-- end featurepostbox --&gt;
    &lt;?php endwhile; ?&gt;
    &lt;/div&gt;&lt;!-- end featurepostbox --&gt;
&lt;?php
}

function child_list_featured_category() {

	if( is_home() ) child_list_category('featured');
}

add_action('thematic_belowheader', 'child_list_featured_category', 10);</pre>
<p>The function child_list_category just displays the post from a particular category . Then we hook our function child_list_featured_category to the thematic action hook using add_action(&#8216;thematic_belowheader&#8217;, &#8216;child_list_featured_category&#8217;, 10); to display the featured post on the home page. To get the styling correct we have to add the following style to style.css of child theme.</p>
<pre>#featureposts {
	padding:10px 0 0 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 960px;
	height:70px;
}
.featurepostbox
{
	width: 310px;
	float:left;
}
.featurepostcontent
{
 background: none repeat scroll 0 0 #567EDC;
    color: #FFFFFF;
}

 <a href="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/attachment/5/" rel="attachment wp-att-7778"><img class="alignnone size-full wp-image-7778" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/5.jpg" alt="" width="600" height="264" /></a></pre>
<h2>Step 6: Display Related post below every post.</h2>
<hr />
<p>To display related post after every post first download the plugin <a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/installation/" target="_blank">http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/installation/</a> and activate it . Now we are going to use one more action hook provided by thematic called thematic_postfooter to which you can hook and display content after each post. So we use this hook and the above downloaded plugin to display related post below each post. To do this please add the below code to functions.php</p>
<pre>function child_belowpost() {

	 if ( function_exists('related_posts') ) related_posts() ;
}

add_action('thematic_postfooter', 'child_belowpost', 10);</pre>
<p>Here the function child_belowpost is hooked below the post and used the theme function related_posts provided by t<br />
he plugin above which displays the related post to the current post.</p>
<p><a href="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/attachment/6/" rel="attachment wp-att-7790"><img class="alignnone size-full wp-image-7790" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/6.jpg" alt="" width="600" height="265" /></a></p>
<p>So this is how we can added functionalities to our site using the different hooks provided by thematic without changing<br />
any code in the parent thematic theme. You can get a more elaborate list of all the hooks provided by thematic from <a href="http://themeshaper.com/thematic/guide/?page_id=10" target="_blank">http://themeshaper.com/thematic/guide/?page_id=10</a></p>
<h2>Step 7: Changing the footer link using Thematic filters</h2>
<hr />
<p>Like hooks thematic also provided quite a few filters which we can use in our child theme. We will use the thematic_theme_link filter to provide you child theme url instead of thematic url . To provide your child theme URL added the following code to child themes functions.php</p>
<pre>function child_footer($themelink) {
 return '&lt;a  href="http://yourchildurl.com/" "&gt;Your Child theme Name&lt;/a&gt;';
}
add_filter('thematic_theme_link', 'child_footer');</pre>
<p>This basically uses the &#8216;thematic_theme_link&#8217; filter and returns the child theme url which you provide.</p>
<p><a href="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/attachment/7/" rel="attachment wp-att-7791"><img class="alignnone size-full wp-image-7791" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/7.jpg" alt="" width="600" height="337" /></a></p>
<p>&nbsp;</p>
<p>You can get a complete list of the filters provided by thematic from <a href="http://themeshaper.com/thematic/guide/?page_id=12" target="_blank">http://themeshaper.com/thematic/guide/?page_id=12</a></p>
<h2>Step 8: Adding more widgetized Area in thematic child</h2>
<hr />
<p>Thematic has a lot of widgeized areas by default on which widgets can be dropped from the WordPress admin. In all by default there are 13 widgetize areas by default in thematic frame work. Your child theme will also by default have all these widgetize areas. But you might want more widgetize area , so that you can drop widgets at those specifics places on your theme. Add the following code to your functions.php</p>
<pre>if (function_exists('register_sidebar')) {
    register_sidebar(array(
        'name'=&gt; 'Footer Above',
        'id' =&gt; 'footer-above',
        'description' =&gt; 'Add widgets above footer here',
        'before_widget' =&gt; '&lt;li id="%1$s"&gt;',
        'after_widget' =&gt; '&lt;/li&gt;',
        'before_title' =&gt; '&lt;h3&gt;',
        'after_title' =&gt; '&lt;/h2&gt;',
    ));
}

function add_widget_area(){
    if (function_exists('dynamic_sidebar')){
    ?&gt;
    &lt;div id="newwidgetarea"&gt;
        &lt;?php    dynamic_sidebar('footer-above'); ?&gt;
    &lt;/div&gt;
    &lt;?php
    }
}
add_action('thematic_abovefooter','add_widget_area');</pre>
<p>Here we are first registering a widgeized area using the WordPress api register_sidebar . Then using the Thematic hook &#8216;thematic_abovefooter&#8217; to register his area above the footer. Now you can drop the widgets on this area from the WordPress admin as shown belo.</p>
<p><a href="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/attachment/8/" rel="attachment wp-att-7796"><img class="alignnone size-full wp-image-7796" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/8.jpg" alt="" width="600" height="308" /></a></p>
<p>&nbsp;</p>
<p>And the content of he widget will be shown above the footer in your WordPress front end as shown below</p>
<p>&nbsp;</p>
<p><a href="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/attachment/82/" rel="attachment wp-att-7797"><img class="alignnone size-full wp-image-7797" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/82.jpg" alt="" width="600" height="307" /></a></p>
<p>&nbsp;</p>
<h2>Step 9: Adding more theme options to the thematic child theme.</h2>
<hr />
<p>Thematic by default has some theme options that can be choosen and changed from the WordPress admin. Now we will add more options specific to our child theme which can be changed from the WordPress admin . Lets make the displaying of the featured post on the home page controlled be a theme option. In the file \themes\thematic\library\extensions\theme-options.php thematic has the code to read the options from a global array called $options . So to add our child theme option we will hook on the init hook of WordPress and add our child theme specific options to this array . So the default code in thematic will also add our theme option. Add the following code to functions.php</p>
<pre>function add_child_theme_option(){
global $options,$shortname;

$newoption = array("name" =&gt; __('Display Featured listing on home page','thematic'),
                   "desc" =&gt; __("Display Featured listing on home page",'thematic'),
                   "id" =&gt; $shortname."_displayfeatured",
                    "std" =&gt; false,
                     "type" =&gt; "checkbox");

array_push($options,$newoption);

}
add_action( 'init', 'add_child_theme_option', 1 );</pre>
<p><a href="http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/attachment/9/" rel="attachment wp-att-7798"><img class="alignnone size-full wp-image-7798" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/9.jpg" alt="" width="600" height="379" /></a></p>
<p>Now lets change our function child_list_featured_category to even check the value of this option to decide whether to display the theme option or no.</p>
<pre>function child_list_featured_category() {
global $shortname;
if( is_home() &amp;&amp; get_option( $shortname."_displayfeatured" ) )
     child_list_category('featured');
}</pre>
<p>Now you can control if the featured posts are seen on home page or no from the theme options.</p>
<h2>Bombshell of Thematic Theme Framework</h2>
<hr />
<p>Thematic is a great theme frame work to build WordPress themes and sites on . It provides a lot of features by itself like</p>
<ol>
<li>Different layouts</li>
<li>Lots of widgetized areas</li>
<li>Theme options etc.</li>
</ol>
<p>With all the above things provided thematic provides a lot of hooks and filters in which your child theme can plugin and functionality and content as required without changing anything in the parent thematic framework.So using the power of the thematic framework it becomes very simple to create custom themes which can be used for your WordPress site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2011/11/learning-thematic-hooks-and-creating-thematic-child-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tweet and Win Elegant Theme membership giveaway by WPWebHost</title>
		<link>http://www.wpwebhost.com/2011/10/tweet-and-win-elegant-theme-membership-giveaway-by-wpwebhost/</link>
		<comments>http://www.wpwebhost.com/2011/10/tweet-and-win-elegant-theme-membership-giveaway-by-wpwebhost/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 09:15:34 +0000</pubDate>
		<dc:creator>Richard - WPWebHost</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Giveaways]]></category>
		<category><![CDATA[elegant themes]]></category>
		<category><![CDATA[free elegant themes]]></category>
		<category><![CDATA[free wordpress themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress hosting]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=9099</guid>
		<description><![CDATA[Tweet The goodies room in WPWebHost had triggered an alarm. Here&#8217;s another exciting giveaway to all out there. We are giving away 1 limited membership of Elegant Themes worth $39.00 in the market price. This membership will last for a year and you&#8217;d be able to get all the features from Elegant Themes for one [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2011%2F10%2Ftweet-and-win-elegant-theme-membership-giveaway-by-wpwebhost%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2011/10/tweet-and-win-elegant-theme-membership-giveaway-by-wpwebhost/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2011/10/tweet-and-win-elegant-theme-membership-giveaway-by-wpwebhost/"  data-text="Tweet and Win Elegant Theme membership giveaway by WPWebHost" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2011/10/tweet-and-win-elegant-theme-membership-giveaway-by-wpwebhost/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><img class="alignnone size-full wp-image-9102" title="Elegant Themes" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/10/et1.jpg" alt="Elegant Themes" width="600" height="269" /></p>
<p>The goodies room in WPWebHost had triggered an alarm. Here&#8217;s another exciting giveaway to all out there. We are giving away <strong>1</strong> limited membership of <strong>Elegant Themes</strong> worth <span style="color: #ff0000;">$39.00</span> in the market price. This membership will last for <strong>a year</strong> and you&#8217;d be able to get all the features from Elegant Themes for one year. Constantly ranked in<strong> top 10</strong> for <strong>WordPress themes</strong>, this is a giveaway you do not want to miss.</p>
<p>&nbsp;</p>
<p><strong>How to win?</strong></p>
<p>&nbsp;</p>
<p>1. Follow <a href="http://twitter.com/wpwebhost" target="_blank">@WPWebHost </a>Twitter.<br />
2. <strong>Tweet/Retweet</strong> the following message:<br />
<em>Hosting with @WPWebHost makes perfect sense as I am about to win a giveaway.</em><br />
3. Submit the URL of your tweet at comment section below.<br />
4. You may enter this giveaway multiple times by tweeting the message once a day until giveaway closes. Each tweet is counted as one entry, which will be put into the list of entries.<br />
5. Tweeting game starts as soon as this post is published and ends on <strong>26th October 2011.</strong><br />
6. Winners will be chosen using Random.org’s List Randomizer after the game ends.</p>
<p>&nbsp;</p>
<p>Do you want to change your current theme to something like this?</p>
<p><img class="alignnone size-full wp-image-9111" title="ElegantThemes banner" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/10/ElegantThemes-banner.gif" alt="ElegantThemes" width="600" height="390" /></p>
<p>&nbsp;</p>
<p><strong>Note</strong><br />
<strong>* </strong>You don’t have to be existing customer of WPWebHost to win this giveaway.<br />
(<span style="color: #ff0000;">You can ask your followers to tweet too</span>).<br />
* <span style="color: #ff0000;">LIKE</span> our Facebook <a href="http://www.facebook.com/wpwebhost" target="_blank">fan page</a> as we might give another surprise giveaway as well in our <a href="http://www.facebook.com/wpwebhost" target="_blank">Facebook Page</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2011/10/tweet-and-win-elegant-theme-membership-giveaway-by-wpwebhost/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>How to trigger ideas to write new article</title>
		<link>http://www.wpwebhost.com/2011/09/how-to-trigger-ideas-to-write-new-article/</link>
		<comments>http://www.wpwebhost.com/2011/09/how-to-trigger-ideas-to-write-new-article/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 07:01:13 +0000</pubDate>
		<dc:creator>Richard - WPWebHost</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress Resources]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[new ideas for blog]]></category>
		<category><![CDATA[new post]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=8831</guid>
		<description><![CDATA[Tweet It is true that sometimes being a blogger may face situations where I would personally like to call it your brain juices got dried upas you have pretty much ran out of topic to blog and you are in crisis as your readers are anxiously waiting for your new posts but you are unable to give in. That&#8217;s when [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2011%2F09%2Fhow-to-trigger-ideas-to-write-new-article%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2011/09/how-to-trigger-ideas-to-write-new-article/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2011/09/how-to-trigger-ideas-to-write-new-article/"  data-text="How to trigger ideas to write new article" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2011/09/how-to-trigger-ideas-to-write-new-article/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>It is <strong>true</strong> that sometimes being a blogger may face situations where I would personally like to call it <strong>your brain juices got dried up</strong>as you have pretty much <strong>ran out of topic</strong> to blog and you are in crisis as your readers are anxiously waiting for your new posts but you are unable to give in.</p>
<p><img class="alignnone size-full wp-image-8898" title="How to trigger ideas to write new article" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Idea.jpg" alt="How to trigger ideas to write new article" width="540" /></p>
<p>That&#8217;s when you will probably come with<strong> <a href="http://www.wpwebhost.com/2011/09/top-8-excuses-that-stop-bloggers-from-making-money/">excuses</a></strong> like I just posted last week although that post was more directly towards the newbies who stop themselves from making money but it&#8217;s still pretty much the same even though you consider yourself not a newbie.</p>
<p>The fact is that <strong>ideas are everywhere</strong> and I mean everywhere if you know where to find it and know how to leverage it. You may be surprised that sometimes these ideas are just right in front of you but you are not observant enough to convert these ideas and turn it into your blog post.</p>
<p>Today I will share some <strong>tips</strong> on where to get these ideas and most of it is part of your daily routine work.<span id="more-8831"></span></p>
<ul>
<li><a href="#Speak from your mind">Speak from your mind</a></li>
<li><a href="#Read">Read</a></li>
<li><a href="#Follow the news">Follow the news</a></li>
<li><a href="#Utilize the internet">Utilize the internet</a></li>
<li><a href="#Look at your own stats">Look at your own stats</a></li>
<li><a href="#Teach">Teach</a></li>
<li><a href="#Tweak your old posts">Tweak your old posts</a></li>
</ul>
<p>&nbsp;</p>
<h2 id="Speak from your mind">1. Speak from your mind</h2>
<hr />
<p><img class="alignnone size-full wp-image-8900" title="How to trigger ideas to write new article" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Speak-your-mind.jpg" alt="How to trigger ideas to write new article" width="540" /></p>
<p><strong>Do not be afraid to speak</strong> from your thoughts or your conscience because your readers would love to be connected with you and this is the simple fact. It may be slightly off from your niche but it will be great to speak out within yourself. The real definition of blog is to have <strong>a SAY or TWO</strong> in the industry. It&#8217;s all about taking risks at times.</p>
<p>&nbsp;</p>
<h2 id="Read">2. Read</h2>
<hr />
<h2 id="Read"><span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"><img class="alignnone size-full wp-image-8901" title="How to trigger ideas to write new article" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Read.jpg" alt="How to trigger ideas to write new article" width="540" /></span></h2>
<p>You will be able to compile related posts that you want to blog about if you read a lot. It can be from any source including books, newspapers, and even other people&#8217;s blog. As a matter of fact, <strong>by reading other people&#8217;s blog</strong>, you will be able to <strong>improve you own writing skills</strong> by seeing the flow of other blogger&#8217;s post. Of course I am not asking you to cut and paste other people&#8217;s material. Think of it as you are reading some sample essays as a preparation before you go for your essay exams.</p>
<p>&nbsp;</p>
<h2 id="Follow the news">3. Follow the news</h2>
<hr />
<p><img class="alignnone size-full wp-image-8902" title="How to trigger ideas to write new article" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/News.jpg" alt="How to trigger ideas to write new article" width="540" /></p>
<p><strong>Keep updated with the news</strong> will just give you the latest updates that is happening and this will definitely help you to generate ideas as well. The <strong>headlines</strong> of a news may help you in many way and if you are the <strong>first person to blog about the headline</strong>, just imagine if people around the world type that as keyword for example : &#8220;Hurricane Irene&#8221;, just imagine the<strong> amount of people that will stumble</strong> onto your blog and not forgetting all those unique visits.</p>
<p>&nbsp;</p>
<h2 id="Utilize the internet">4. Utilize the internet</h2>
<hr />
<p><img class="alignnone size-full wp-image-8903" title="How to trigger ideas to write new article" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Tools.jpg" alt="How to trigger ideas to write new article" width="540" /></p>
<p>There are so many <strong>helpful sites/tools</strong> to help you <strong>generate ideas</strong>. Tools like <strong>wordtracker.com</strong> will help you list top 100 searches in the keyword you typed for example: WordPress and it will list top 100 searches within that niche. Other sites like <strong>PRWeb.com</strong> enables you to view latest press releases of your search term and<strong> Ted.com</strong> gives you the latest information in Technology, Design and Entertainment.</p>
<p>&nbsp;</p>
<h2 id="Look at your own stats">5. Look at your own stats</h2>
<hr />
<p><img class="alignnone size-full wp-image-8906" title="How to trigger ideas to write new article" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Stats.jpg" alt="How to trigger ideas to write new article" width="540" /></p>
<p>By using tools such as <strong>Google Analytics</strong> or <strong>AWStats</strong>, you can analyze what topic your <strong>readers/followers click the most</strong>. From there, you can actually have the idea to expand which topic they are fond of so that you can expand the corresponding topic or <strong>branch it out to sub-topics</strong>. That way, your readers will know even more detail about that topic and you will never run out of topic.</p>
<p>&nbsp;</p>
<h2 id="Teach">6. Teach</h2>
<hr />
<p><img class="alignnone size-full wp-image-8904" title="How to trigger ideas to write new article" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Teach.jpg" alt="How to trigger ideas to write new article" width="540" /></p>
<p>When you are able to <strong>teach your readers</strong> or provide some <strong>tutorials</strong>, they will ultimately have the faith and confidence in you. Besides that, if your teachings or tutorials are good,<strong> your readers might even recommend</strong> their friends to come to your blog for your tutorials so if you are good at something and you may provide tutorials, you may start one now.</p>
<p>&nbsp;</p>
<h2 id="Tweak your old posts">7. Tweak your old post</h2>
<hr />
<p><img class="alignnone size-full wp-image-8905" title="How to trigger ideas to write new article" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Tweak.jpg" alt="How to trigger ideas to write new article" width="540" /></p>
<p>It will be a waste if you don&#8217;t <strong>look back into your own old post</strong> and did not realize some of your old post has the potential to expand into some other sub-topics. This generally <strong>gives you the free idea</strong> instead of cracking your head to look for ideas so use it to your fullest advantage as it&#8217;s just right in front of you.</p>
<p>&nbsp;</p>
<hr />
<p>Some <strong>additional tips</strong> to the bloggers out there, all the ideas are actually around you. In fact every person is a walking idea. It comes and it goes and it&#8217;s always around us. You just have to dig a little deeper and with all the essential tips that I just shared, I guess there&#8217;s no reason why you say No to your own blog. Before I virtually ink a full stop for this post, you may actually follow the first step that I mentioned and I urged you all to <strong><a href="#Speak from your mind">Speak Out From Your Mind</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2011/09/how-to-trigger-ideas-to-write-new-article/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top 8 excuses that stop bloggers from making money</title>
		<link>http://www.wpwebhost.com/2011/09/top-8-excuses-that-stop-bloggers-from-making-money/</link>
		<comments>http://www.wpwebhost.com/2011/09/top-8-excuses-that-stop-bloggers-from-making-money/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 07:33:51 +0000</pubDate>
		<dc:creator>Richard - WPWebHost</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress Resources]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog earning]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[earning from blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=8671</guid>
		<description><![CDATA[Tweet Blogging can be a passion for everyone but not everyone can turn passion into a money tree. The word blogger is definitely not a stranger to us however, to be a genuine blogger or to be more precise, to get involve in the blogging scene professionally definitely requires true dedication with proper planning and [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2011%2F09%2Ftop-8-excuses-that-stop-bloggers-from-making-money%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2011/09/top-8-excuses-that-stop-bloggers-from-making-money/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2011/09/top-8-excuses-that-stop-bloggers-from-making-money/"  data-text="Top 8 excuses that stop bloggers from making money" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2011/09/top-8-excuses-that-stop-bloggers-from-making-money/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Blogging can be a passion for everyone but <strong>not everyone</strong> can turn passion into a money tree. The word blogger is definitely not a stranger to us however, to be a genuine blogger or to be more precise, to get involve in the blogging scene professionally definitely requires true dedication with proper planning and targets.</p>
<p><img title="Top 8 excuses that stop bloggers from making money" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Blogger-mistakes.jpg" alt="Top 8 excuses that stop bloggers from making money" width="540" height="248" /></p>
<p>Thus, when some newbies that just got their hands in the blogging scene, the first thing that comes into their mind is how do I make my blog into a profitable blog and earn some bucks for myself. To turn your blog into something <strong>profitable</strong>, definitely it requires a lot of hard work and research to understand on how you blog and how you reach to your audience but the problem with a lot of newbies is that they do not understand the meaning of patience is virtue and they want to see immediate results.</p>
<p>When the results does not show, they will tend to come out with excuses as they feel that by updating their blogs, the result will still be the same. Some feel that by updating once a week is sufficient and others may feel that updating everyday will be sufficient. The key to be successful in blogging is not to hold back and be consistent and do it in a mannered way and be persistent as well.</p>
<p>Some of the famous excuses or &#8220;<strong>Quotes</strong>&#8221; from bloggers that tend to hold back :<span id="more-8671"></span></p>
<h3>1. I will write the post tomorrow</h3>
<hr />
<p><img class="alignnone size-full wp-image-8740" title="Top 8 excuses that stop bloggers from making money" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/tomorrow1.jpg" alt="Top 8 excuses that stop bloggers from making money" width="540" height="431" /></p>
<p>As a matter of fact, this excuse can be branched out to so many other such as today <strong>I am not in the mood</strong>, or lack of inspiration or I am tired so I shall do it tomorrow. Let&#8217;s face it, we all know that <strong>tomorrow never dies</strong> and this excuse is by far one of the most common excuse from bloggers that clearly shows you tend to take things for granted and leave it as unfinished business.</p>
<p>&nbsp;</p>
<h3>2. Cost too much money</h3>
<hr />
<p><img class="alignnone size-full wp-image-8739" title="Top 8 excuses that stop bloggers from making money" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Broke-No-Money.jpg" alt="Top 8 excuses that stop bloggers from making money" width="540" height="359" /></p>
<p>Does<a title="WordPress hosting" href="http://www.wpwebhost.com"> hosting</a> or purchasing a <a title="Domain Name" href="http://www.wpwebhost.com/addons/domain/">domain name</a> cost you too much money? If you are just in the beginning stage, I don&#8217;t see a reason why you should purchase the most high end hosting. A simple <a title="WPWebHost Rookie Plan" href="http://www.wpwebhost.com/signup/rookie-plan/">basic hosting</a> that can cater your site and that can ensure your site is up at 99% all the time is fairly good. If you are in the beginning stage and you want to do like pros where you implement things like guest blogging or outsource someone to write your article simply defines your character that you are lazy. If you are newbie in the blogging scene, you should treat every aspect as your<strong> learning curve</strong> opportunity.</p>
<p>&nbsp;</p>
<h3>3. Not enough time</h3>
<hr />
<p><img class="alignnone size-full wp-image-8746" title="Top 8 excuses that stop bloggers from making money" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/No-time.jpg" alt="Top 8 excuses that stop bloggers from making money" width="540" height="355" /></p>
<p>Everyone have the same <strong>24 hours a day</strong>. I have a full time job and I am blogging as part time or I just don&#8217;t have adequate time to maintain my blog. These are a few tips and advises for those who doesn&#8217;t have the time.</p>
<p>If you think you can&#8217;t, what about the really successful bloggers? (And some does it as part time too) Do they have extra hours in a day and you don&#8217;t? The most important thing to stop using this excuse would be the <strong>discipline</strong>. Make yourself a schedule and be punctual to that deadline that you make.</p>
<h3>4. Get active in social medias first</h3>
<hr />
<p><img class="alignnone size-full wp-image-8745" title="Top 8 excuses that stop bloggers from making money" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Social-Media-1.jpg" alt="Top 8 excuses that stop bloggers from making money" width="540" height="437" /></p>
<p>A lot of newbies think that they should spread their blog in social networking sites and hopefully it will go viral as social networking sites have unlimited potential of visitors. The problem is that some of these blogs from newbies don&#8217;t even have a proper article, how is it gonna be viral? Your post/article is like your <strong>MAIN COURSE</strong> and your other factors such as spreading it through social medias are just your side dish.</p>
<h3>5. Blog earning is zero. I&#8217;d rather quit</h3>
<hr />
<p><img class="alignnone size-full wp-image-8742" title="Top 8 excuses that stop bloggers from making money" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Quit1.jpg" alt="Top 8 excuses that stop bloggers from making money" width="540" height="405" /></p>
<p>This is by far the most common problem faced by new bloggers. They don&#8217;t know the real way to make money and they just throw as many Google Ads as they expect every visitor to click the ads. One thing that you have to bear in mind is that your blog isn&#8217;t a classified so even if you have 1000 Ads in the beginning, you will go nowhere. Earning from blog is relatively a slow process and requires time and your patience. Once you have the frequency of the amount of visitors, you will slowly see the result. <strong>Nobody can be rich</strong> in months.</p>
<p>&nbsp;</p>
<h2><span class="Apple-style-span" style="font-size: 15px; font-weight: bold;">6. Can&#8217;t compete with the pro-blogger</span></h2>
<hr />
<p><img class="alignnone size-full wp-image-8725" title="Top 8 excuses that stop bloggers from making money" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Amateur.jpg" alt="Top 8 excuses that stop bloggers from making money" width="540" height="360" /></p>
<p>You may be very new in this blogging scene but do not hold back thinking that you are a small fish and you <strong>can&#8217;t compete</strong> with these big fishes. You have to remember that these big fishes were once a small fish just like you. Instead of being afraid and feel helpless, you may try to provide review and compliment their products or their post&#8217;s selling point and you might turn your competition into your affiliate.</p>
<p>&nbsp;</p>
<h2>7. <span class="Apple-style-span" style="font-size: 15px; font-weight: bold;">Can&#8217;t stare in front of my computer all day</span></h2>
<hr />
<p><img class="alignnone size-full wp-image-8743" title="Top 8 excuses that stop bloggers from making money" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Stare.jpg" alt="Top 8 excuses that stop bloggers from making money" width="540" height="405" /></p>
<p>Being a blogger doesn&#8217;t mean you have to be in front of your computer all day. You can incorporate your hobbies or daily routine such as snapping great photographs and blog about it. With the rapid growth of technological gadgets, you can blog in your notepad such as iPad or even in your smartphone when there&#8217;s a real time event happenings.</p>
<p>&nbsp;</p>
<h3>8. Blogging is not my thing</h3>
<hr />
<p><img class="alignnone size-full wp-image-8727" title="Top 8 excuses that stop bloggers from making money" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/09/Blogging.jpg" alt="Top 8 excuses that stop bloggers from making money" width="540" height="283" /></p>
<p>After so many attempts and it still doesn&#8217;t work out, you decide to quit. If you are a quitter, you&#8217;ll never be successful in whatever you do. Perhaps after reading some of the basic tips from this post, you might change your mind, but if you were to accept the fact the blogging is not your thing, all your efforts of making your blog something big will be like something that is being flushed away and down to the sewage system.</p>
<p>&nbsp;</p>
<hr />
<p>To give some newbies out there a glimpse of light to <strong>earn some money</strong>, you can check out the details and click here to join our <a href="http://www.wpwebhost.com/addons/affiliate/">WPWebHost Affiliate</a> as your appetizer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2011/09/top-8-excuses-that-stop-bloggers-from-making-money/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Migration from Tumblr to WordPress</title>
		<link>http://www.wpwebhost.com/2011/08/migration-from-tumblr-to-wordpress/</link>
		<comments>http://www.wpwebhost.com/2011/08/migration-from-tumblr-to-wordpress/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 09:16:30 +0000</pubDate>
		<dc:creator>Richard - WPWebHost</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress Resources]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[self-hosted wordpress]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[tumblr2wp]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress hosting]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=7378</guid>
		<description><![CDATA[Tweet Tumblr to WordPress For those who has contents in Tumblr and would like to migrate to WordPress, these are some of the steps you need to follow in order to migrate your contents to self-hosted WordPress. Firstly, go to this link for Tumblr to WordPress export tool as Tumblr does not have the export [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2011%2F08%2Fmigration-from-tumblr-to-wordpress%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2011/08/migration-from-tumblr-to-wordpress/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2011/08/migration-from-tumblr-to-wordpress/"  data-text="Migration from Tumblr to WordPress" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2011/08/migration-from-tumblr-to-wordpress/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><h2>Tumblr to WordPress</h2>
<hr />
<p>For those who has contents in Tumblr and would like to migrate to WordPress, these are some of the steps you need to follow in order to migrate your contents to self-hosted WordPress.</p>
<ol>
<li>Firstly, go to this link for Tumblr to WordPress export tool as Tumblr does not have the export features. <a href="http://haochen.me/tumblr/">http://haochen.me/tumblr/</a></li>
<li>Once, you&#8217;re in the page, type in your tumblr blog name. For eg. [<strong>example</strong>.tumblr.com]</li>
<li>It has two choices either in WordPress.com or WordPress self-hosted. Choose according to your preferences and click the export button. It will then convert the tumblr files into an XML file and will be saved into your computer.<br />
<img class="alignleft size-full wp-image-8240" style="border-width: 1px; border-color: black; border-style: solid;" title="Tumblr-Converter" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/Tumblr-Converter1.jpg" alt="Tumblr Exporter" width="600" height="334" /></li>
<li>Login to your self-hosted WordPress dashboard and go to <strong>Tools &gt; Import</strong>.</li>
<li>Select on <strong>WordPress</strong> and it will prompt you for the <strong>WordPress importer</strong> plugin and just click <strong>Install</strong>.</li>
<li>After install the WordPress importer plugin, go back to<strong> Tools &gt; Import</strong> and click <strong>WordPress</strong> and you will see a page like this below<img class="size-full wp-image-8160 alignnone" style="border-width: 1px; border-color: black; border-style: solid;" title="WordPress Importer" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/Import-WordPress3.jpg" alt="WordPress Importer" width="595" height="247" /></li>
<li>Choose the converted XML file you have exported earlier and click <strong>Upload file and import</strong>.</li>
<li>You will then see a page that prompts you to assign author from your earlier blog or assign author to an existing user and there will be list of users in the dropdown list. You may choose to assign it to the respective authors of your preferences.</li>
<li>After you clarify all the details, just check the box at <strong>Download and import file attachments</strong> and click <strong>Submit</strong> and you are done.</li>
</ol>
<div>That&#8217;s it and you will get all of your posts and pages from Tumblr successfully migrated to your self-hosted WordPress</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2011/08/migration-from-tumblr-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Localize WordPress Themes</title>
		<link>http://www.wpwebhost.com/2011/08/how-to-localize-wordpress-themes/</link>
		<comments>http://www.wpwebhost.com/2011/08/how-to-localize-wordpress-themes/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 02:20:59 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress Resources]]></category>
		<category><![CDATA[localise theme]]></category>
		<category><![CDATA[theme localization]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress languages]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.wpwebhost.com/?p=7565</guid>
		<description><![CDATA[Tweet If you are a WordPress theme developer or designer and you wish to localize your themes with your local language, this is a post not to be missed. One of the amazing features about WordPress is the ability to display in all languages using GNU gettext localization framework. Theme developers can provide a localisation [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.wpwebhost.com%2F2011%2F08%2Fhow-to-localize-wordpress-themes%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.wpwebhost.com/2011/08/how-to-localize-wordpress-themes/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.wpwebhost.com/2011/08/how-to-localize-wordpress-themes/"  data-text="How To Localize WordPress Themes" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.wpwebhost.com/2011/08/how-to-localize-wordpress-themes/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><img class="size-full wp-image-8110 alignright" src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/wpearth.gif" alt="WordPress Localization" width="200" height="200" />If you are a WordPress theme developer or designer and you wish to localize your themes with your local language, this is a post not to be missed.</p>
<p>One of the amazing features about WordPress is the ability to display in all languages using GNU gettext localization framework. Theme developers can provide a localisation template file and allow users to translate their themes easily using software like PoEdit.</p>
<p>In this tutorial, we will look into how to create a POT localisation template file for your WordPress theme.</p>
<p>Here&#8217;s the shortcuts to get your themes localized</p>
<ul>
<li><a title="Strings translation" href="#translate_strings">Strings translation</a></li>
<li><a title="Enabling localisation" href="#enable_localisation">Enabling localisation</a></li>
<li><a title="Applying the function" href="#apply_functions">Applying the function</a></li>
<li><a title="Creating the POT file" href="#create_POT">Creating the POT file</a></li>
<li><a title="PO &amp; MO translation" href="#translate_PO_MO">PO &amp; MO translation</a></li>
<li><a title="Helpful links" href="#helpful_links">Helpful links</a></li>
</ul>
<hr />
<p><a name="translate_strings"></a></p>
<h2>1. Translating strings, one at a time</h2>
<hr />
<p>WordPress uses gettext framework that provides message-level translation, that is, every string is translated individually. There are 2 WordPress functions that allows you to translate strings.</p>
<p>As a developer, you need to apply the function to <strong>all strings</strong> that you want to translate:</p>
<ul>
<li><a href="http://codex.wordpress.org/Function_Reference/_2" target="_blank">__() returns the translated string.</a>
<pre style="font-family: monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>

<span style="color: #666666; font-style: italic;">// assigning an untranslated string to $normal</span>
<span style="color: #000088;">$normal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'Featured Posts: '</span><span style="color: #339933;">;</span>

<span style="color: #666666; font-style: italic;">// Example 1 , assigning a translated string to $translated</span>
<span style="color: #000088;">$translated</span> <span style="color: #339933;">=</span> __<span style="color: #009900;">(</span><span style="color: #0000ff;">'Featured Posts: '</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>

<span style="color: #666666; font-style: italic;">// Example 2 , assigning a translated string to $translated, skip translating the colon</span>
<span style="color: #000088;">$translated</span> <span style="color: #339933;">=</span> __<span style="color: #009900;">(</span><span style="color: #0000ff;">'Featured Posts'</span><span style="color: #009900;">)</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">': '</span><span style="color: #339933;">;</span>

<span style="color: #000000; font-weight: bold;">?&gt;</span></pre>
</li>
<li><a href="http://codex.wordpress.org/Function_Reference/_e" target="_blank">_e() output the translated string</a>
<pre style="font-family: monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>

<span style="color: #666666; font-style: italic;">// output an untranslated string</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'Featured Posts: '</span><span style="color: #339933;">;</span>

<span style="color: #666666; font-style: italic;">// this will output the translated string</span>
_e<span style="color: #009900;">(</span><span style="color: #0000ff;">'Featured Posts: '</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>

<span style="color: #000000; font-weight: bold;">?&gt;</span></pre>
</li>
</ul>
<blockquote><p><em>Note:</em></p>
<p>If no translation is provided for that string, the original string will be returned.</p></blockquote>
<h2>Difficult cases</h2>
<p>Sometimes you might need to translate a string which has variables inside.</p>
<pre style="font-family: monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>

<span style="color: #000088;">$author</span> <span style="color: #339933;">=</span> get_the_author<span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>

<span style="color: #666666; font-style: italic;">// untranslated string</span>
<span style="color: #000088;">$string</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'This blogpost is written by '</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$author</span><span style="color: #339933;">;</span>

<span style="color: #666666; font-style: italic;">// translated example 1</span>
<span style="color: #000088;">$translated</span> <span style="color: #339933;">=</span> __<span style="color: #009900;">(</span><span style="color: #0000ff;">'This blogpost is written by '</span><span style="color: #009900;">)</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$author</span><span style="color: #339933;">;</span>

<span style="color: #666666; font-style: italic;">// translated example 2 (BETTER)</span>
<span style="color: #000088;">$translated</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/sprintf"><span style="color: #990000;">sprintf</span></a><span style="color: #009900;">(</span>__<span style="color: #009900;">(</span><span style="color: #0000ff;">'This blogpost is posted by %s'</span><span style="color: #009900;">)</span><span style="color: #339933;">,</span> <span style="color: #000088;">$author</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>

<span style="color: #000000; font-weight: bold;">?&gt;</span></pre>
<p><strong>Is example 1 a good translation?</strong></p>
<p>It is not. This simply because not all languages works like english, there might be a language that works in another way round (for instance, mentioning the author name first, before saying &#8220;This blog post is posted by&#8221;)</p>
<p><strong>Example 2 is better.</strong></p>
<p>Example 2 is the correct way to translate this string. We are using a PHP function called <a href="http://php.net/manual/en/function.sprintf.php" target="_blank">sprintf()</a>) that returns formatted strings. %s refers to a string literal, it&#8217;ll be replaced by the function&#8217;s next parameter, in this case: $author. Using this approach, the translator can decide where the author name should appear in the sentence.</p>
<p><strong>Even more variables?</strong></p>
<p>If the string have even more variables:</p>
<pre style="font-family: monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>

<span style="color: #000088;">$author</span> <span style="color: #339933;">=</span> get_the_author<span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>

<span style="color: #000088;">$time</span> <span style="color: #339933;">=</span> get_the_time<span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>

<span style="color: #666666; font-style: italic;">// untranslated string</span>
<span style="color: #000088;">$string</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'This blogpost is written by '</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$author</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">' at '</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$time</span><span style="color: #339933;">;</span>

<span style="color: #666666; font-style: italic;">// translated string</span>
<span style="color: #000088;">$translated</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/sprintf"><span style="color: #990000;">sprintf</span></a><span style="color: #009900;">(</span>__<span style="color: #009900;">(</span><span style="color: #0000ff;">'This blogpost is written by %s at %s'</span><span style="color: #009900;">)</span><span style="color: #339933;">,</span> <span style="color: #000088;">$author</span><span style="color: #339933;">,</span> <span style="color: #000088;">$time</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>

<span style="color: #000000; font-weight: bold;">?&gt;</span></pre>
<p>The first %s will be replaced by the content of $author, the second %s will be replaced by the content of $time.</p>
<blockquote><p><em>Note:</em></p>
<p><a href="http://php.net/manual/en/function.sprintf.php" target="_blank">sprintf()</a> returns the formatted string while <a href="http://php.net/manual/en/function.printf.php" target="_blank">printf()</a> output the formatted string.<br />
For more information on how to use the functions, please refer to the documentation.</p></blockquote>
<p><a name="enable_localisation"></a></p>
<h2>2. Making your theme supports localisation feature</h2>
<hr />
<p>The localization feature is not enabled by default. Therefore, after applying __() and _e() to all your strings, now it&#8217;s time to make your theme supports this localization feature using <a href="http://codex.wordpress.org/Function_Reference/load_theme_textdomain" target="_blank">load_theme_textdomain()</a>. Add these lines to your theme&#8217;s functions.php :</p>
<pre style="font-family: monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000000; font-weight: bold;">function</span> mytheme_localisation<span style="color: #009900;">(</span><span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
load_theme_textdomain<span style="color: #009900;">(</span><span style="color: #0000ff;">'yourthemename'</span><span style="color: #339933;">,</span> get_template_directory<span style="color: #009900;">(</span><span style="color: #009900;">)</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/languages'</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
<span style="color: #009900;">}</span>

mytheme_localisation<span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre>
<p>Of course, replace &#8220;yourthemename&#8221; with the $domain that you want, we recommend it to be your theme&#8217;s name.</p>
<blockquote><p><em>Explanation for load_theme_textdomain($path , $domain)</em></p>
<ul>
<li>The first parameter $domain refers to an unique identifier for retrieving translated strings. In this case, our theme name will be the most suitable unique identifier.</li>
<li>The second parameter $path sets the path to look for po/mo file. If undefined, the theme root folder will be the default path. In the example above, WordPress will look for po/mo files inside /theme-folder/languages/ folder.</li>
</ul>
</blockquote>
<p><a name="apply_functions"></a></p>
<h2>3. Applying the function for all theme files</h2>
<hr />
<p>Next, add this lines to the very top of all PHP files in the theme.</p>
<pre style="font-family: monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> mytheme_localisation<span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre>
<p><a name="create_POT"></a></p>
<h2>4. Making a POT template file</h2>
<hr />
<p>POT file is a template file consisting information about all translate-able strings in the theme. POT file should be included when distributing the theme so that users can translate the theme themselves by importing it into translation software like PoEdit.</p>
<p>We will use PoEdit in this guide.</p>
<p>First, create a new catalog by clicking File &gt; New catalog and fill in your theme details under &#8220;Project Info&#8221; tab.</p>
<p><img src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/01-newcatalog.gif" alt="New Catalog" /></p>
<p>Next, under &#8220;Paths&#8221; tab, leave the Base Path with a dot. Now, depends on your $path you set just now, you need to let PoEdit know where is your theme&#8217;s root folder. eg: Based on our example above, $path is theme-folder/languages/ , so now press &#8220;create item&#8221; button and enter &#8220;../&#8221; as the value.</p>
<p><img src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/02-path.gif" alt="Path to scan" /></p>
<blockquote><p><em>Explanation:</em></p>
<ul>
<li>&#8220;../&#8221; means one folder up, in relative to base path, thus it is referring to the theme-folder/ directory , because you went one folder up from languages/ folder.</li>
<li>Another example, if your $path is set to theme-folder/extras/language/ , you need to use &#8220;../../&#8221; to go two folders up.</li>
</ul>
</blockquote>
<p>Now go to &#8220;Keywords&#8221; tab, press &#8220;create item&#8221; button and type &#8220;__&#8221; (two underscores) as the value. Add another item with value &#8220;_e&#8221;.</p>
<p><img src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/03-keywords.gif" alt="Keywords to scan" /></p>
<blockquote><p><em>Explanation:</em></p>
<p>We just told PoEdit what function names to look for. Remember we just applied __() and _e() on all our translate-able strings?</p></blockquote>
<p>Press okay and save the file into the theme-root/languages/ folder (based on our example) as template.po</p>
<p>Now here&#8217;s how the whole process run, PoEdit will now scan through your selected PATH (theme root folder) for the 2 KEYWORDS &#8220;__&#8221; and &#8220;_e&#8221; (the 2 wordpress functions we talked about earlier on). When PoEdit finished scanning the folder, you will then be presented with a long list of translatable strings.</p>
<p><img src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/04-scan.gif" alt="Scan for translatable strings" /></p>
<p>Now re-save the clean untranslated po file. Rename it as template.pot and all done! You just created a POT template file.</p>
<blockquote><p><em>Note:</em></p>
<p>You will notice another file called template.mo inside the same folder. MO file is a machine language file that is meant to be read by computer, while PO file is meant to be read by users like us. MO file is being saved along when you save PO file. Delete that file for now since we just need to create a POT template.</p></blockquote>
<p><a name="translate_PO_MO"></a></p>
<h2>5. Translating into PO &amp; MO file</h2>
<hr />
<p>As a theme developer our job is done, but if you want to continue translating your theme into another language, here&#8217;s how:</p>
<p>Click File &gt; New Catalog from POT file &gt; choose the POT file you just created. Verify your project Info and press OK to skip Path and Keywords tabs, because there is no change needed on path and keywords.</p>
<p>Save it into the theme-root/languages/ folder (based on our example). The filename must start with the language code, an underscore and the country code. Eg: en_GB.po</p>
<p><img src="http://cdn.wpwebhost.com/wp-content/uploads/2011/08/05-translate.gif" alt="Translate strings" /></p>
<p>After you are done translating all the words, save it and your translation for the theme is ready, provided that IF you already set WPLANG constant value in wp-config.php to your locale, such as en_GB, same as your filename.</p>
<blockquote><p><em>Important Note</em></p>
<ul>
<li>The value for WPLANG constant in wp-config.php needs to be exactly same as the filename of po and mo files in order for the translation to take place.</li>
<li>If your filename is en_GB.po , update wp-config.php like this:<br />
define(&#8216;WPLANG&#8217;, &#8216;en_GB&#8217;);</li>
<li>By changing WPLANG&#8217;s value, you are telling WordPress to display in another language.</li>
</ul>
</blockquote>
<p><a name="helpful_links"></a></p>
<h2>Helpful Links</h2>
<hr />
<p><a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">Translating WordPress &#8211; WordPress Codex</a><br />
<a href="http://en.wikipedia.org/wiki/ISO_639" target="_blank">ISO 639 Language Codes</a><br />
<a href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2" target="_blank">ISO 3166-1 alpha-2 Country Codes</a></p>
<p>If you have any problem translating your theme, feel free to <a href="http://zenverse.net/contact/" target="_blank">contact me</a> and I will try my best to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwebhost.com/2011/08/how-to-localize-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/62 queries in 0.071 seconds using disk: basic
Object Caching 1478/1649 objects using disk: basic
Content Delivery Network via cdn.wpwebhost.com

Served from: www.wpwebhost.com @ 2012-02-03 16:51:46 -->
