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

<channel>
	<title>WordPress Blog Experts</title>
	<atom:link href="http://wpblogexperts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpblogexperts.com</link>
	<description>Check out WordPress Blog Experts for quality WordPress Services and great support.</description>
	<lastBuildDate>Sun, 12 May 2013 11:36:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How To Deal With WordPress White Screen Of Death</title>
		<link>http://wpblogexperts.com/white-screen-of-death/</link>
		<comments>http://wpblogexperts.com/white-screen-of-death/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 15:40:28 +0000</pubDate>
		<dc:creator>Ishan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[WordPress Troubleshooting]]></category>

		<guid isPermaLink="false">http://wpblogexperts.com/?p=1331</guid>
		<description><![CDATA[Getting a blank error screen with WordPress. Learn how to deal with WordPress White Screen of Death in this tutorial.]]></description>
				<content:encoded><![CDATA[<div id="attachment_1356" class="wp-caption aligncenter" style="width: 411px"><img class="size-full wp-image-1356" alt="Pretty female office worker destroying laptop computer" src="http://cdn.wpblogexperts.com/wp-content/uploads/2013/03/Woman-With-Laptop.jpg" width="401" height="299" /><p class="wp-caption-text">Don&#8217;t Be Frustrated, We Are Here To Help</p></div>
<p>Last week, we had a client whose site was getting errors and then during troubleshooting, White Screen Of Death.</p>
<p>White Screen Of Death? What is that now?</p>
<p>White Screen Of Death is just that: a blank, white screen glaring at you when you try to visit your blog. It may occur on full site or just admin area. In both cases, getting rid of it is not hard.</p>
<p>In this post, I am going to tell you about first steps that you should take to get rid of White Screen Of Death.</p>
<h2>What Causes White Screen Of Death?</h2>
<p>Before fixing, we need to know the things that can cause WordPress to show White Screen of Death.</p>
<p>Here are the common causes:</p>
<ol>
<li><span style="line-height: 13px;"><strong>Plugin or Theme Install</strong>: Sometimes, a plugin or theme install can render your blog unusable by causing white screen. This is the most common problem and easiest to solve. </span></li>
<li><strong>Incorrect Code Modification</strong>: If you edit a plugin or theme file incorrectly, white screen can occur. It is also easy to solve.</li>
<li><strong>WordPress Upgrade</strong>: It is another common problem. Sometimes, you may get the white screen out of nowhere after an upgrade.</li>
<li><strong>Malware</strong>: If a virus or malware manages to gain access to your server, it may cause white screen. This is a bit difficult to solve.</li>
</ol>
<p>Once you know what caused the problem, it is not very hard to troubleshoot. You need following software and data:</p>
<ol>
<li><span style="line-height: 13px;"><strong>Filezilla</strong>: It is a free FTP client. Using it, you can access all the WordPress files. <a title="Download filezilla" href="http://filezilla-project.org/download.php" target="_blank">Download Filezilla here</a>.<br />
</span></li>
<li><strong>FTP Access To Server</strong>: You need your server&#8217;s IP address, a username and password combination. cPanel access also works well. You just need to be able to edit files on the server.</li>
</ol>
<div class='et-box et-warning'>
					<div class='et-box-content'>Please take a backup of site using cPanel or just download all the files using FTP. We are not responsible for any damage caused by this tutorial.</div></div>
<h2>Fixing The Problem</h2>
<h3>Plugins</h3>
<p>If the problem occurred after installing a plugin, it can be fixed by deleting that plugin.</p>
<p>Connect to your host via FTP and then go to /wp-content/plugins</p>
<p>Here, delete the plugin that you had installed most recently.</p>
<p>If you do not know about one plugin that was responsible, rename plugins folder to old_plugins and see if you site loads fine now.</p>
<p>If site works after renaming the plugins folder, change the name back to plugins, take a backup of site and start deleting plugins one by one to see the problem. Once you identify the problem, restore all plugins except that one by copying the plugin folders from backup folder to plugins folder.</p>
<h3>Themes</h3>
<p>If the problem was caused after a theme install, connect via FTP and then go to /wp-content/themes</p>
<p>Delete the theme that you most recently installed. Then try deleting the one that you are using(take backup, your customisations are important!).</p>
<p>That should solve the problem.</p>
<h3>Incorrect Code Modification</h3>
<p>If you were editing a file before the error, all you have to do is simply revert the changed back. If you follow the good WordPress habits, you should have a backup copy of your files.</p>
<p>Just access site via FTP or cPanel and simply paste older version there.</p>
<h3>WordPress Upgrade</h3>
<p>Most of the times, it happens due to a plugin or theme conflicting with changes made in new version of WordPress. You can fix the problem by troubleshooting the plugins and themes one by one. Try deleting the plugin and theme folders(after taking backup) and that should fix the problem.</p>
<h3>Malware</h3>
<p>If it is a malware, it may have affected the plugin or theme files. In worst case, it will affect core WordPress files. Try deleting plugins and themes.</p>
<p>In that does not help, <a title="WordPress.org Website" href="http://wordpress.org" target="_blank">download WordPress</a> on your desktop and upload wp-includes and wp-admin folders to your server.</p>
<p>This will fix the problem.</p>
<h3>Other Fixes</h3>
<p>Sometimes, the error occurs when WordPress runs out of memory. To troubleshoot this, you can increase the memory limit. Just go to wp-config.php file via FTP and cPanel and add the following line to end:</p>
<pre>define('WP_MEMORY_LIMIT', '64M');</pre>
<p>Did these steps solve the problem for you? Let us know via comments.</p>
<p>If you still need help, just <a title="Get A Quote" href="http://wpblogexperts.com/get-a-quote/" target="_blank">contact us for a quote</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpblogexperts.com/white-screen-of-death/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize Your WordPress Blog For Social Sharing</title>
		<link>http://wpblogexperts.com/social-optimization/</link>
		<comments>http://wpblogexperts.com/social-optimization/#comments</comments>
		<pubDate>Tue, 01 Jan 2013 11:00:12 +0000</pubDate>
		<dc:creator>Ishan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Social Optimisation]]></category>
		<category><![CDATA[WordPress Optimisation]]></category>
		<category><![CDATA[WordPress Social]]></category>

		<guid isPermaLink="false">http://wpblogexperts.com/?p=1310</guid>
		<description><![CDATA[Are you getting lots of like and pluses but no traffic from Facebook and Google+? Learn how you can optimize your WordPress blog for social sharing in this post.]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1323" alt="Optimization" src="http://cdn.wpblogexperts.com/wp-content/uploads/2013/01/Optimisation-300x218.jpg" width="300" height="218" />Are you getting lots of likes and pluses but low traffic from social networks like Facebook and Google+?</p>
<p>The problem may be with the description, title or image of the shared pages. You know, the small pieces of information that tell users what the link is about.</p>
<p>If you optimise these values well, you can increase the traffic easily. In this post, I will show how you can optimize your blog for Social Sharing.</p>
<h2>Add Open Graph Tags To WordPress</h2>
<p>Open Graph Tags are used to tell social networks what they should display among other imformation. For example, we did not have Open Graph tags here on WordPress Blog Experts before writing this article and when homepage was shared using FaceBook, here is the info FB picked up:</p>
<div id="attachment_1313" class="wp-caption aligncenter" style="width: 560px"><img class="size-large wp-image-1313" alt="WordPress Blog Experts Sharing No Optimisation" src="http://cdn.wpblogexperts.com/wp-content/uploads/2013/01/WPBE-Sharing-No-Optimisation-550x271.jpg" width="550" height="271" /><p class="wp-caption-text">Wrong Image. Oops!</p></div>
<p>However, with one simple plugin, all this was fixed. We have used <a title="WP Facebook Open Graph Protocol Plugin" href="http://wordpress.org/extend/plugins/wp-facebook-open-graph-protocol/" target="_blank">WP Facebook Open Graph Protocol</a> plugin for clients and ourselves and it is nice.</p>
<p>The best thing about it is install and forget approach. You just need to install the plugin and configure it once. After that, it handles all work for you. You need to provide a user/app id and an image. Apart from these, it will automatically generate all the information from the SEO settings.</p>
<p>To set up the plugin, you need following:</p>
<ol>
<li>Your user id or app id.</li>
<li>A 200 x 200 pixel image as default or fallback image.</li>
</ol>
<p>You will want to use user id if you are only person controlling the site. You can also create an app for your blog if you are not the sole owner. To get user ID, just go to http://graph.facebook.com/yourfbusername and you will get it. App ID is available in developer management section when you create an app.</p>
<p>Regarding image, I recommend using your logo.</p>
<p>Go to Media -&gt; Add New from dashboard and upload image. If it is not already cropped, crop it using WordPress Image Editor. Copy the image URL as you will need it later.</p>
<p>Now, install WP Facebook Open Graph Protocol plugin and activate it.</p>
<p>After activation, it will display following message on top of your dashboard:</p>
<p><img class="aligncenter size-full wp-image-1316" alt="WP Social Graph Warning" src="http://cdn.wpblogexperts.com/wp-content/uploads/2013/01/WP-Social-Graph-Warning.jpg" width="523" height="131" /></p>
<p>Click &#8220;enter you Facebook User ID or App ID&#8221; link.</p>
<p>On next page, just enter the required values.</p>
<p>Click &#8220;Save Changes&#8221; and you are done.</p>
<h2>Testing The Changes</h2>
<p>Run your homepage URL through <a title="Facebook Object Debugger" href="https://developers.facebook.com/tools/debug" target="_blank">Facebook Object Debugger</a> and then try sharing the page. Here&#8217;s the result I got:</p>
<div id="attachment_1317" class="wp-caption aligncenter" style="width: 560px"><img class="size-large wp-image-1317" alt="Right Image There Now" src="http://cdn.wpblogexperts.com/wp-content/uploads/2013/01/WPBE-Sharing-Optimised-550x258.jpg" width="550" height="258" /><p class="wp-caption-text">Right Image There Now</p></div>
<p>Make sure you run the URL through FaceBook debugger as it clears the Facebook&#8217;s cache. If you have a caching plugin installed, clear cache their as well.</p>
<p>Best this is that this does not work for Facebook only. Google+ and LinkedIn also use Open Graph, so the results will be same there.</p>
<p>If you want to customize the description etc. here are some hints:</p>
<ul>
<li>Homepage uses &#8220;Site Title&#8221; and &#8220;Site Description&#8221; under Settings -&gt; General for title and description in Open Graph.</li>
<li>Posts and Pages will pick up SEO plugin data automatically.</li>
<li>Featured image gets highest priority as thumbnail. Images in post are next and at last, there is the fall back image.</li>
</ul>
<p>Have you optimized your blog for social sharing? How was your experience?</p>
]]></content:encoded>
			<wfw:commentRss>http://wpblogexperts.com/social-optimization/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Set Image Size In Media Settings To Fix Image Size Issues Permanently</title>
		<link>http://wpblogexperts.com/image-size-tip/</link>
		<comments>http://wpblogexperts.com/image-size-tip/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 16:48:18 +0000</pubDate>
		<dc:creator>Ishan</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://wpblogexperts.com/?p=1294</guid>
		<description><![CDATA[Tired of strange image sizes in WordPress? Learn how to fix it once and for all. ]]></description>
				<content:encoded><![CDATA[<p>Have you ever uploaded a large image on WordPress only to find that your only options are to:</p>
<ul>
<li>Use Medium Size, which is too small for anything to be visible.</li>
<li>Use Fill Size, which will insert full sized image but in turn break your layout.</li>
</ul>
<p>This is a common headache with WordPress and can be avoided easily by setting image size in Media Settings.</p>
<p>Before you start, here are some things you should know:</p>
<ul>
<li>The image size that you want for medium images. 300-500 pixel is a good range.</li>
<li>Maximum width of your content column. Usually, it is around 600 pixel. However, I recommend using a tool like <a title="Page Ruler Extension For Chrome" href="https://chrome.google.com/webstore/detail/page-ruler/jlpkojjdgbllmedoapgfodplfhcbnbpn">Page Ruler</a> to measure exact width.</li>
</ul>
<p>Now that you have all the data handy, go to your WordPress dashboard and follow following steps:</p>
<ol>
<li>Go to Settings. Do not click, just hover your mouse over it.</li>
<li>Click &#8220;Media Settings&#8221;.<br />
<img class="aligncenter size-full wp-image-1295" title="Media Settings" src="http://cdn.wpblogexperts.com/wp-content/uploads/2012/11/Media-Settings.jpg" alt="Media Settings" width="319" height="294" /></li>
<li>Enter the width in Medium and Large sizes. You can make height same or a bit larger since images can be a bit longer.</li>
<li>Click &#8220;Save Changes&#8221;</li>
</ol>
<p>That&#8217;s it. You will never have to deal with those pesky sizes again.</p>
<p>If you have some other problem with WordPress, let us know. <img src='http://cdn.wpblogexperts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wpblogexperts.com/image-size-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Using WordPress for Custom Menus</title>
		<link>http://wpblogexperts.com/tip-using-wordpress-for-custom-menus/</link>
		<comments>http://wpblogexperts.com/tip-using-wordpress-for-custom-menus/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 15:44:17 +0000</pubDate>
		<dc:creator>Shirley</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Custom Menu]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpblogexperts.com/?p=630</guid>
		<description><![CDATA[New to WordPress? This video walks you through the feature that lets you create drop-down menus with a mix of pages, categories and your own links. Works for both free and self-hosted WP. See the full post with additional tips at Make Your Custom Menu Work for Your Readers]]></description>
				<content:encoded><![CDATA[<p>New to WordPress? This video walks you through the feature that lets you create drop-down menus with a mix of pages, categories and your own links. Works for both free and self-hosted WP. See the full post with additional tips at</p>
<p><strong><a title="Permanent link to Make Your Custom Menu Work for Your Readers" href="http://bloggingwithsuccess.net/make-your-custom-menu-work-for-your-readers" rel="bookmark">Make Your Custom Menu Work for Your Readers</a></strong></p>
<p><object width="500" height="405" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/_fPM9-fQTzU?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x402061&amp;color2=0x9461ca&amp;hd=1&amp;border=1" /><param name="allowfullscreen" value="true" /><embed width="500" height="405" type="application/x-shockwave-flash" src="http://www.youtube.com/v/_fPM9-fQTzU?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x402061&amp;color2=0x9461ca&amp;hd=1&amp;border=1" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wpblogexperts.com/tip-using-wordpress-for-custom-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resource: Online html editor for creating photos in sidebar</title>
		<link>http://wpblogexperts.com/resource-online-html-editor-for-creating-photos-in-sidebar/</link>
		<comments>http://wpblogexperts.com/resource-online-html-editor-for-creating-photos-in-sidebar/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:51:06 +0000</pubDate>
		<dc:creator>Shirley</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[custom widgets]]></category>
		<category><![CDATA[manage sidebar]]></category>

		<guid isPermaLink="false">http://wpblogexperts.com/?p=621</guid>
		<description><![CDATA[This video walks you thru steps to create widgets that show images and clickable links on your sidebar.  Using an online editor you can see how the html code will look to readers! No need to build the html yourself. This becomes your visual editor for custom widgets. The resource is at this link to [...]]]></description>
				<content:encoded><![CDATA[<p>This video walks you thru steps to create widgets that show images and clickable links on your sidebar.  Using an online editor you can see how the html code will look to readers! No need to build the html yourself. This becomes your visual editor for custom widgets. The resource is at this link to the <a href="http://www.onlinehtmleditor.net/" target="_blank">OnlineHtmlEditor.net.</a></p>
<p>Here&#8217;s the &#8220;Build your own WP text widget in  WYSIWYG editor  video.&#8221;<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/H72M8fRtNTk?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;hd=1&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="405" src="http://www.youtube.com/v/H72M8fRtNTk?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;hd=1&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wpblogexperts.com/resource-online-html-editor-for-creating-photos-in-sidebar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to sign up at Hostgator</title>
		<link>http://wpblogexperts.com/how-to-sign-up-at-hostgator/</link>
		<comments>http://wpblogexperts.com/how-to-sign-up-at-hostgator/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 20:50:14 +0000</pubDate>
		<dc:creator>Shirley</dc:creator>
				<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://wpblogexperts.com/?p=612</guid>
		<description><![CDATA[Follow these steps to purchase your web hosting at Hostgator!]]></description>
				<content:encoded><![CDATA[<p>Follow these steps to purchase your web hosting at Hostgator!</p>
<p><object width="425" height="344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/uSB8IgeCqwo" /><embed width="425" height="344" type="application/x-shockwave-flash" src="http://www.youtube.com/v/uSB8IgeCqwo" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wpblogexperts.com/how-to-sign-up-at-hostgator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk
Object Caching 543/563 objects using disk
Content Delivery Network via Amazon Web Services: CloudFront: cdn.wpblogexperts.com

 Served from: wpblogexperts.com @ 2013-05-25 04:11:24 by W3 Total Cache -->