<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>wpLifeGuard</title>
	
	<link>http://wplifeguard.com</link>
	<description>Learn How to Use WordPress</description>
	<lastBuildDate>Wed, 22 Feb 2012 21:11:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wplifeguard" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="wplifeguard" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">wplifeguard</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>WordPress Easter Egg</title>
		<link>http://wplifeguard.com/wordpress-post-revisions-easter-egg/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-post-revisions-easter-egg</link>
		<comments>http://wplifeguard.com/wordpress-post-revisions-easter-egg/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 08:05:18 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Easter Egg]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Post Revisions]]></category>
		<category><![CDATA[WordPress Dashboard]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=2091</guid>
		<description><![CDATA[The creators of WordPress, Automattic, really are a fantastic group who not only made the greatest CMS currently available, they also take time to have a little fun. This is evident by this WordPress Easter Egg. What&#8217;s an Easter Egg? Well, aside from those plastic eggs filled with delicous chocolate, an Easter Egg is an<a href="http://wplifeguard.com/wordpress-post-revisions-easter-egg/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><iframe width="584" height="426" src="http://www.youtube.com/embed/GLd8Cz2Jl5E?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>The creators of WordPress, <a href="http://automattic.com/" rel="nofollow">Automattic</a>, really are a fantastic group who not only made the greatest CMS currently available, they also take time to have a little fun. This is evident by this WordPress Easter Egg.</p>
<p>What&#8217;s an Easter Egg? Well, aside from those plastic eggs filled with delicous chocolate, an Easter Egg is an inside joke by developers. Sometimes they&#8217;re un-intrusive and only funny if you know the backstory, some are more obvious, if you can find them, like this WordPress Easter Egg.</p>
<h3>WordPress Easter Egg</h3>
<p>Here is a fun WordPress Easter Egg that occurs whenever you compare WordPress post revisions. You&#8217;ll see an animated series of events that calls you out by your author name or WordPress username and then proceeds to re-create events from the classic movie – The Matrix. Give it a try yourself or watch the video.</p>
<h4>How to Remove the WordPress Easter Egg</h4>
<p>If you have a non-technical client who would freak out and be rather upset about this WordPress Easter Egg (it&#8217;s happened), then the following code snippet will hide the WordPress Easter Egg. Simply paste it in your WordPress theme&#8217;s functions.php file.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> prevent_matrix_easter_egg<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$left</span> <span style="color: #339933;">=</span> <span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'left'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span> ? <span style="color: #009900;">&#40;</span> <span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'left'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span> ? <span style="color: #0000ff;">''</span> <span style="color: #339933;">:</span> <span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'left'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'left'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$right</span> <span style="color: #339933;">=</span> <span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'right'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span> ? <span style="color: #009900;">&#40;</span> <span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'right'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span> ? <span style="color: #0000ff;">''</span> <span style="color: #339933;">:</span> <span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'right'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'right'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$left</span> <span style="color: #339933;">==</span> <span style="color: #000088;">$right</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$redirect</span> <span style="color: #339933;">=</span> get_edit_post_link<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$left</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        wp_die<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Error: Cannot compare a revision to itself.&lt;br /&gt;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$redirect</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;Go Back&lt;/a&gt;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'admin_action_diff'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'prevent_matrix_easter_egg'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Whoops. This is unexpected. No related posts.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=tFMrKTKDML0:tyckvI000IM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=tFMrKTKDML0:tyckvI000IM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=tFMrKTKDML0:tyckvI000IM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=tFMrKTKDML0:tyckvI000IM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=tFMrKTKDML0:tyckvI000IM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/wordpress-post-revisions-easter-egg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Disable Theme Switching from the WordPress Dashboard</title>
		<link>http://wplifeguard.com/how-to-disable-theme-switching-from-the-wordpress-dashboard/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-disable-theme-switching-from-the-wordpress-dashboard</link>
		<comments>http://wplifeguard.com/how-to-disable-theme-switching-from-the-wordpress-dashboard/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 12:00:38 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[Appearance]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=1164</guid>
		<description><![CDATA[Sometimes clients can mess with or even break their WordPress site. One of the ways they&#8217;ll do this is by changing their WordPress theme &#8211; this can easily be prevented with a little PHP. How to Disable WordPress Theme Switching Paste the following code in your WordPress Theme&#8217;s functions.php to completely disable WordPress theme switching<a href="http://wplifeguard.com/how-to-disable-theme-switching-from-the-wordpress-dashboard/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes clients can mess with or even break their WordPress site. One of the ways they&#8217;ll do this is by changing their WordPress theme &#8211; this can easily be prevented with a little PHP.</p>
<h4>How to Disable WordPress Theme Switching</h4>
<p>Paste the following code in your <a href="http://wplifeguard.com/category/wordpress-themes/">WordPress Theme&#8217;s</a> <a href="http://wplifeguard.com/tag/functions-php/">functions.php</a> to completely disable WordPress theme switching and save clients from themselves.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// disable theme switching</span>
add_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'admin_init'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'wplg_lock_theme'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">function</span> wplg_lock_theme<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$submenu</span><span style="color: #339933;">;</span>
	<span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$submenu</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'themes.php'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">5</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$submenu</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'themes.php'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">15</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<h4>How to Disable WordPress Theme Switching &#8211; Except for Whoever Setup the Site</h4>
<p>Paste the following code in your WordPress Theme&#8217;s functions.php to only let the user with the ID #1 change themes &#8211; and the user with the ID #1 is the person who setup the site, which is usually the developer. If you have a different user ID, simply change the number to your user ID so you&#8217;re the only one who can change the theme.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// disable theme switching</span>
add_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'admin_init'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'wplg_lock_theme'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
<span style="color: #000000; font-weight: bold;">function</span> wplg_lock_theme<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$submenu</span><span style="color: #339933;">,</span> <span style="color: #000088;">$userdata</span><span style="color: #339933;">;</span>
	get_currentuserinfo<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$userdata</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span> <span style="color: #339933;">!=</span> <span style="color: #cc66cc;">1</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$submenu</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'themes.php'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">5</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$submenu</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'themes.php'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">15</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>It&#8217;s also worth noting that only users with the &#8220;Administrator&#8221; level can change the theme. So it&#8217;s also perfectly valid to give clients the &#8220;Editor&#8221; capability. <a href="http://wplifeguard.com/download-this/videos/users-103-user-roles-and-permissions/">More info on WordPress&#8217; user levels.</a></p>
<p><a href="http://sltaylor.co.uk/blog/disabling-wordpress-plugin-deactivation-theme-changing/">Code Snippet via Steve Taylor</a></p>
<h4>Related Posts</h4>
<ul>
		<li><a href="http://wplifeguard.com/how-to-disable-wordpress-plugin-deactivation/" rel="bookmark">How to Disable WordPress Plugin Deactivation</a></li>
		<li><a href="http://wplifeguard.com/theme-review-tweet-archive-theme/" rel="bookmark">Theme Review: Tweet Archive Theme</a></li>
		<li><a href="http://wplifeguard.com/how-to-use-wordpress-to-display-content-depending-on-a-users-level/" rel="bookmark">How to Use WordPress to Display Content Depending on a User&#8217;s Level</a></li>
	</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=kposquQGo-8:NTTlITo9r_g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=kposquQGo-8:NTTlITo9r_g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=kposquQGo-8:NTTlITo9r_g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=kposquQGo-8:NTTlITo9r_g:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=kposquQGo-8:NTTlITo9r_g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/how-to-disable-theme-switching-from-the-wordpress-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Disable WordPress Plugin Deactivation</title>
		<link>http://wplifeguard.com/how-to-disable-wordpress-plugin-deactivation/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-disable-wordpress-plugin-deactivation</link>
		<comments>http://wplifeguard.com/how-to-disable-wordpress-plugin-deactivation/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 12:00:54 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Users]]></category>
		<category><![CDATA[WordPress Dashboard]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=1256</guid>
		<description><![CDATA[Just like how clients can mess up their WordPress site by changing the theme (Learn how to Disable Theme Switching), clients can, and will, mess up their site by deactivating plugins. This problem can be easily averted by disabling the ability to deactivate WordPress Plugins. How to Stop Users from Deactivating WordPress Plugins Place the<a href="http://wplifeguard.com/how-to-disable-wordpress-plugin-deactivation/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Just like how clients can mess up their WordPress site by changing the theme (<a href="http://wplifeguard.com/how-to-disable-theme-switching-from-the-wordpress-dashboard/">Learn how to Disable Theme Switching</a>), clients can, and will, mess up their site by deactivating plugins. This problem can be easily averted by disabling the ability to deactivate <a href="http://wplifeguard.com/category/wordpress-plugins/">WordPress Plugins</a>.</p>
<h4>How to Stop Users from Deactivating WordPress Plugins</h4>
<p>Place the following code snippet in your <a href="http://wplifeguard.com/category/wordpress-themes/">WordPress Theme&#8217;s</a> <a href="http://wplifeguard.com/tag/functions-php/">functions.php</a> to disable WordPress plugin deactivation and save clients from themselves.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// how to disable plugin deactivation</span>
add_filter<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'plugin_action_links'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'wplg_lock_plugins'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">10</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">4</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">function</span> wplg_lock_plugins<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$actions</span><span style="color: #339933;">,</span> <span style="color: #000088;">$plugin_file</span><span style="color: #339933;">,</span> <span style="color: #000088;">$plugin_data</span><span style="color: #339933;">,</span> <span style="color: #000088;">$context</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #666666; font-style: italic;">// Remove edit link for all</span>
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">array_key_exists</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'edit'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$actions</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>
		<span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$actions</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'edit'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #666666; font-style: italic;">// Remove deactivate link for crucial plugins</span>
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">array_key_exists</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'deactivate'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$actions</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #990000;">in_array</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$plugin_file</span><span style="color: #339933;">,</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
		<span style="color: #0000ff;">'slt-custom-fields/slt-custom-fields.php'</span><span style="color: #339933;">,</span>
		<span style="color: #0000ff;">'slt-file-select/slt-file-select.php'</span><span style="color: #339933;">,</span>
		<span style="color: #0000ff;">'slt-simple-events/slt-simple-events.php'</span><span style="color: #339933;">,</span>
		<span style="color: #0000ff;">'slt-widgets/slt-widgets.php'</span>
	<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
		<span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$actions</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'deactivate'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #000088;">$actions</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Just like with WordPress themes, it&#8217;s worth noting that only users with the &#8220;Administrator&#8221; level can disable WordPress plugins. So it&#8217;s also perfectly valid to give clients the &#8220;Editor&#8221; capability. <a href="http://wplifeguard.com/download-this/videos/users-103-user-roles-and-permissions/">More info on WordPress&#8217; user levels.</a></p>
<p><a href="http://sltaylor.co.uk/blog/disabling-wordpress-plugin-deactivation-theme-changing/">Code Snippet via Steve Taylor</a></p>
<h4>Related Posts</h4>
<ul>
		<li><a href="http://wplifeguard.com/how-to-remove-move-or-style-the-wordpress-admin-bar/" rel="bookmark">How to Remove, Move, or Style the WordPress Admin Bar</a></li>
		<li><a href="http://wplifeguard.com/learn-more-about-your-visitors-with-the-google-analytics-for-wordpress-plugin/" rel="bookmark">Learn More About Your Visitors with the Google Analytics for WordPress Plugin</a></li>
		<li><a href="http://wplifeguard.com/lifeguard-assistant-plugin/" rel="bookmark">LifeGuard Assistant Plugin</a></li>
	</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=ZF9Mhc3IziU:NFyEh0ZAli4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=ZF9Mhc3IziU:NFyEh0ZAli4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=ZF9Mhc3IziU:NFyEh0ZAli4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=ZF9Mhc3IziU:NFyEh0ZAli4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=ZF9Mhc3IziU:NFyEh0ZAli4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/how-to-disable-wordpress-plugin-deactivation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use WordPress to Display Content Depending on a User’s Level</title>
		<link>http://wplifeguard.com/how-to-use-wordpress-to-display-content-depending-on-a-users-level/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-use-wordpress-to-display-content-depending-on-a-users-level</link>
		<comments>http://wplifeguard.com/how-to-use-wordpress-to-display-content-depending-on-a-users-level/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 12:00:34 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Levels]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Under Construction]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=1193</guid>
		<description><![CDATA[Displaying Content Based on a WordPress User&#8217;s Level Displaying certain information depending on a visitor&#8217;s user level can be a very nifty trick to display relevant content to each individual who visits your WordPress site. This way contributors or subscribers can see something different than a new visitor. Another nifty trick is to use this<a href="http://wplifeguard.com/how-to-use-wordpress-to-display-content-depending-on-a-users-level/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p class="image"><img src="/wp-content/uploads/2011/12/content-based-on-wordpres-level.png" alt="Displaying Content Based on a WordPress Users Level" /><br />
Displaying Content Based on a WordPress User&#8217;s Level</p>
<p>Displaying certain information depending on a visitor&#8217;s user level can be a very nifty trick to display relevant content to each individual who visits your WordPress site. This way contributors or subscribers can see something different than a new visitor. Another nifty trick is to use this code to only show something to administrators while a new section of the WordPress site is under development.</p>
<h4>How to Check if a WordPress User is an Administrator</h4>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>current_user_can<span style="color: #009900;">&#40;</span>‘administrator’<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
[html here]
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>This code snippet can be modified to display content based on any WordPress user level. (<a href="http://wplifeguard.com/download-this/videos/users-103-user-roles-and-permissions/">More info on WordPress&#8217; user levels</a>)</p>
<h5>How to Check if a WordPress User is an Editor</h5>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>current_user_can<span style="color: #009900;">&#40;</span>‘editor’<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
[html here]
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<h5>How to Check if a WordPress User is a Contributor</h5>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>current_user_can<span style="color: #009900;">&#40;</span>‘contributor’<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
[html here]
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<h5>How to Check if a WordPress User is a Subscriber</h5>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>current_user_can<span style="color: #009900;">&#40;</span>‘subscriber’<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
[html here]
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>It really is that simple to display content depending on a WordPress user&#8217;s level.</p>
<h4>Related Posts</h4>
<ul>
		<li><a href="http://wplifeguard.com/day-28-use-jetpack-to-boost-your-wordpress-site-to-the-next-level/" rel="bookmark">Day 28: Use Jetpack to Boost Your WordPress site to the Next Level</a></li>
		<li><a href="http://wplifeguard.com/now-wordpress-com-users-can-join-in-on-the-january-18th-internet-blackout/" rel="bookmark">Now WordPress.com Users Can Join in on the January 18th Internet Blackout</a></li>
		<li><a href="http://wplifeguard.com/day-5-have-scannable-content-to-increase-visitors-time-on-site/" rel="bookmark">Day 5: Have Scannable Content to Increase Visitors&#8217; Time on Site</a></li>
	</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=VdHaBfxisek:AD8eTDUrY-I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=VdHaBfxisek:AD8eTDUrY-I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=VdHaBfxisek:AD8eTDUrY-I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=VdHaBfxisek:AD8eTDUrY-I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=VdHaBfxisek:AD8eTDUrY-I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/how-to-use-wordpress-to-display-content-depending-on-a-users-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make an Extra $8.70 on Each of Your WordPress Themes</title>
		<link>http://wplifeguard.com/make-an-extra-8-70-on-each-of-your-wordpress-themes/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=make-an-extra-8-70-on-each-of-your-wordpress-themes</link>
		<comments>http://wplifeguard.com/make-an-extra-8-70-on-each-of-your-wordpress-themes/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 12:00:39 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Affiliates]]></category>
		<category><![CDATA[Make Money]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Theme Forest]]></category>
		<category><![CDATA[WordPress Theme]]></category>
		<category><![CDATA[WordPress Theme Developers]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=1940</guid>
		<description><![CDATA[Selling WordPress themes is all about producing a large amount of quality WordPress themes and selling large quantities of them. Since most WordPress themes across the popular marketplaces cost between $30 and $40, and theme authors only see 50% to 70% of each sale, resulting in between $15 and $28 per sale, theme authors have<a href="http://wplifeguard.com/make-an-extra-8-70-on-each-of-your-wordpress-themes/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2012/02/make-an-extra-870.png" alt="Make an Extra $8.70 on Each of Your WordPress Themes" /></p>
<p>Selling WordPress themes is all about producing a large amount of quality WordPress themes and selling large quantities of them. Since most WordPress themes across the popular marketplaces cost between $30 and $40, and theme authors only see 50% to 70% of each sale, resulting in between $15 and $28 per sale, theme authors have to sell a lot of WordPress themes to make a living. This requires a lot of investment, time, skill, and a bit of luck. As marketplaces mature, it becomes harder for new and less popular theme authors to get a break.</p>
<p>At wpLifeGuard, we want to help WordPress theme authors make money, which is why we have our <a href="http://wplifeguard.com/affiliates/">Affiliate program</a>.</p>
<h4>You Can Make an Extra $8.70 from Each Theme</h4>
<p>Our affiliate program grants a 30% referral bonus, that&#8217;s $8.70 per referral, paid every month &#8211; no minimum balance required. All you need to do is add the our <a href="http://wplifeguard.com/lifeguard-plugin/lifeguard-assistant-for-developers/">wpLifeGuard Plugin for developers</a> to your WordPress Theme – that&#8217;ll add wpLifeGuard video tutorials and your affiliate link to your customer&#8217;s WordPress dashboard. </p>
<h4>Install our Plugin &#8211; <em>That&#8217;s It</em> – It&#8217;s Free!</h4>
<p>Our plugin adds a &#8220;Help&#8221; link to the user&#8217;s WordPress Dashboard navigation along with wpLifeGuard&#8217;s free videos and your affilate link. Your customers go to the Help link when they&#8217;re in need of it, watch a few videos, and visit wpLifeGuard through your affiliate link. This way there isn&#8217;t any intrusive, annoying, unsolicited sales pitches &#8211; let them find out about wpLifeGuard on their own and you still get credit for the referral.</p>
<h4>Get a 58% Increase in Profit from Each Theme</h4>
<p>Let&#8217;s say you&#8217;re among the top WordPress theme authors on <a href="http://themeforest.net/">Theme Forest</a> – so you&#8217;re selling your WordPress themes for $40 each and making 70% per sale – that&#8217;s $28 a sale. Adding $8.70 to a sale is a 30% increase in profit for no extra work. That is a good deal.</p>
<p>Now let&#8217;s say you&#8217;re just starting out as a WordPress theme author on Theme Forest. You&#8217;re likely selling themes for $30 each and making 50% a sale – that&#8217;s $15 a sale. Adding $8.70 to a sale is a 58% increase in profit for no extra work. That is a very good deal.</p>
<p>Giving away your WordPress theme for free? Well, this would be an extra $8.70 that you&#8217;d get while keeping your WordPress theme free!</p>
<h3><a href="http://wplifeguard.com/get-access/" class="blue-button ml">Become an Affiliate Today &#8211; It&#8217;s Free!</a></h3>
<p><a href="http://wplifeguard.com/lifeguard-plugin/lifeguard-assistant-for-developers/" class="green-button ml">Get the Free Plugin</a></p>
<h4>Related Posts</h4>
<ul>
		<li><a href="http://wplifeguard.com/day-30-excellent-places-to-get-quality-wordpress-themes/" rel="bookmark">Day 30: Excellent Places to Get Quality WordPress Themes</a></li>
		<li><a href="http://wplifeguard.com/lifeguard-assistant-plugin/" rel="bookmark">LifeGuard Assistant Plugin</a></li>
		<li><a href="http://wplifeguard.com/wpmu-quality-wordpress-themes-wordpress-plugins/" rel="bookmark">WPMU – Quality WordPress Themes &#038; WordPress Plugins</a></li>
	</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=p0T2ZwAosVU:TJcuC8cmt5Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=p0T2ZwAosVU:TJcuC8cmt5Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=p0T2ZwAosVU:TJcuC8cmt5Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=p0T2ZwAosVU:TJcuC8cmt5Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=p0T2ZwAosVU:TJcuC8cmt5Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/make-an-extra-8-70-on-each-of-your-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LifeGuard Assistant Plugin</title>
		<link>http://wplifeguard.com/lifeguard-assistant-plugin/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=lifeguard-assistant-plugin</link>
		<comments>http://wplifeguard.com/lifeguard-assistant-plugin/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 12:00:11 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[Affiliates]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[Make Money]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress Developers]]></category>
		<category><![CDATA[WordPress Plugin]]></category>
		<category><![CDATA[WordPress Theme]]></category>
		<category><![CDATA[WordPress Theme Developers]]></category>
		<category><![CDATA[wpLifeGuard Plugin]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=2031</guid>
		<description><![CDATA[We&#8217;ve had the LifeGuard Assistant for Developers available as a way for WordPress developers and WordPress theme authors to make some extra money on their work. This tool is especially handy for WordPress theme developers – an extra $8.70 off each theme would be a welcome income increase for any theme author. In an effort<a href="http://wplifeguard.com/lifeguard-assistant-plugin/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2012/02/lifeguard-assistant-wordpress-plugin-image.png" alt="LifeGuard Assistant Plugin" /></p>
<p>We&#8217;ve had the <a href="http://wplifeguard.com/lifeguard-plugin/lifeguard-assistant-for-developers/">LifeGuard Assistant for Developers</a> available as a way for WordPress developers and WordPress theme authors to make some extra money on their work. This tool is especially handy for WordPress theme developers – an extra $8.70 off each theme would be a welcome income increase for any theme author.</p>
<p>In an effort to make it even easier for theme developers to make money and even easier for anyone to learn how to use WordPress, our <a href="http://wplifeguard.com/lifeguard-plugin/">LifeGuard Assistant</a> is now available as a prepackaged WordPress plugin.</p>
<p><a href="http://wordpress.org/extend/plugins/lifeguard-assistant/">The LifeGuard Assistant is now available on WordPress.org</a>.</p>
<p class="image"><img src="/wp-content/uploads/2012/02/lifeguard-assistant-wordpress-plugin.png" alt="LifeGuard Assistant WordPress Plugin" /><br />
LifeGuard Assistant WordPress Plugin featuring our <a href="http://wplifeguard.com/free-wordpress-tutorial-videos/">free WordPress video tutorials</a>.</p>
<p class="image"><img src="/wp-content/uploads/2012/02/lifeguard-assistant-settings.png" alt="LifeGuard Assistant Settings" /><br />
The LifeGuard Assistant settings page for your <a href="http://wplifeguard.com/affiliates/">Affiliate ID</a></p>
<p>Don&#8217;t know how to install WordPress plugins? Check out our WordPress video tutorial showing <a href="http://wplifeguard.com/videos/plugins-101-installing-removing-and-updating-plugins/">how to use WordPress plugins</a>.</p>
<p><a href="http://wordpress.org/extend/plugins/lifeguard-assistant/" class="green-button ml">Download the LifeGuard Assistant</a></p>
<h4>Related Posts</h4>
<ul>
		<li><a href="http://wplifeguard.com/day-7-keeping-visitors-from-leaving-with-wordpress-yet-another-related-posts-plugin/" rel="bookmark">Day 7: Keeping Visitors from Leaving with WordPress&#8217; Yet Another Related Posts Plugin</a></li>
		<li><a href="http://wplifeguard.com/google-add-to-circles-wordpress-plugin/" rel="bookmark">Google+ Add to Circles WordPress Plugin</a></li>
		<li><a href="http://wplifeguard.com/day-16-the-grandmaster-wordpress-seo-plugin/" rel="bookmark">Day 16: The Grandmaster WordPress SEO Plugin</a></li>
	</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=D9PJx9uqgeQ:K4mE3vyc3mQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=D9PJx9uqgeQ:K4mE3vyc3mQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=D9PJx9uqgeQ:K4mE3vyc3mQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=D9PJx9uqgeQ:K4mE3vyc3mQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=D9PJx9uqgeQ:K4mE3vyc3mQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/lifeguard-assistant-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google+ Add to Circles WordPress Plugin</title>
		<link>http://wplifeguard.com/google-add-to-circles-wordpress-plugin/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-add-to-circles-wordpress-plugin</link>
		<comments>http://wplifeguard.com/google-add-to-circles-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 12:00:07 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[Badge]]></category>
		<category><![CDATA[Direct Connect]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Search]]></category>
		<category><![CDATA[WordPress Plugin]]></category>
		<category><![CDATA[WordPress Widgets]]></category>
		<category><![CDATA[wpLifeGuard Plugin]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=1980</guid>
		<description><![CDATA[Google+ Add to Circles lets you easily add the Google+ Badge to your website through a WordPress plugin with just a widget. Google+ Add to Circles also adds Google+ Direct Connect to your WordPress site, allowing Google+ users to add you to their circles from within Google Search Results. Disclaimer: This Google+ Badge only works<a href="http://wplifeguard.com/google-add-to-circles-wordpress-plugin/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2012/02/google-plus-add-to-circles.png" alt="Google+ Add to Circles WordPress Plugin" /></p>
<p><a href="http://wordpress.org/extend/plugins/google-add-to-circles/">Google+ Add to Circles</a> lets you easily add the <a href="https://developers.google.com/+/plugins/badge/">Google+ Badge</a> to your website through a WordPress plugin with just a widget. </p>
<p>Google+ Add to Circles also adds Google+ Direct Connect to your WordPress site, allowing Google+ users to add you to their circles from within Google Search Results. </p>
<p>Disclaimer: This Google+ Badge only works with Google+ Pages, *not* Google+ Profiles. Google+ Add to Circles has a validator to check if your Google+ ID is a valid page.</p>
<h3>Installation</h3>
<ol>
<li>Download Google+ Add to Circles WordPress Plugin</li>
<li>Upload &#8216;add-to-circles&#8217; to the &#8216;/wp-content/plugins/&#8217; directory</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Visit the &#8220;Add to Circles Settings&#8221; under the settings menu and add your Google+ ID</li?
<li>Place the widget in the desired widget area.</li>
</ol>
<p>Don&#8217;t know how to install WordPress plugins? Check out our WordPress video tutorial showing <a href="http://wplifeguard.com/videos/plugins-101-installing-removing-and-updating-plugins/">how to use WordPress plugins</a>.</p>
<p>Don&#8217;t know how to use WordPress Widgets? Check out our video tutorial showing <a href="http://wplifeguard.com/videos/appearance-102-widgets/">how to use WordPress widgets</a>.</p>
<h4>Frequently Asked Questions</h4>
<p><strong>Why is this plugin for Google+ Pages only?</strong></p>
<p>Currently Google only allows Google+ Pages to use this Add to Circles Badge. </p>
<p><strong>What is the difference between a Google+ Page and a Google+ Profile?</strong></p>
<p>Google+ Profiles are for humans – Google+ Pages are for corporations, websites, products, etc. The plugin settings page has a way to verify if your Google+ Page really is a page.</p>
<h3>Screenshots</h3>
<p class="image"><img src="/wp-content/uploads/2012/02/screenshot-1.png" alt="The Google+ Add to Circles Settings Page" /><br />
The Google+ Add to Circles settings page</p>
<p class="image"><img src="/wp-content/uploads/2012/02/screenshot-2.png" alt="The Google+ Add to Circles Badge" style="max-width: 300px;" /><br />
The Google+ Add to Circles Badge</p>
<p>Related Post: <a href="http://wplifeguard.com/day-18-adding-google-authorship-to-wordpress-posts/">How to Add Google Authorship to WordPress Posts</a></p>
<p><a href="http://wordpress.org/extend/plugins/google-add-to-circles/" class="green-button ml">Download on WordPress.org</a></p>
<h4>Related Posts</h4>
<ul>
		<li><a href="http://wplifeguard.com/learn-more-about-your-visitors-with-the-google-analytics-for-wordpress-plugin/" rel="bookmark">Learn More About Your Visitors with the Google Analytics for WordPress Plugin</a></li>
		<li><a href="http://wplifeguard.com/day-29-add-google-fonts-to-your-wordpress-website/" rel="bookmark">Day 29: Add Google Fonts to your WordPress Website</a></li>
		<li><a href="http://wplifeguard.com/day-18-adding-google-authorship-to-wordpress-posts/" rel="bookmark">Day 18: Adding Google Authorship to WordPress Posts</a></li>
	</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=ujA3kxtpV98:tLlO2WPHIHI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=ujA3kxtpV98:tLlO2WPHIHI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=ujA3kxtpV98:tLlO2WPHIHI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=ujA3kxtpV98:tLlO2WPHIHI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=ujA3kxtpV98:tLlO2WPHIHI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/google-add-to-circles-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPMU – Quality WordPress Themes &amp; WordPress Plugins</title>
		<link>http://wplifeguard.com/wpmu-quality-wordpress-themes-wordpress-plugins/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wpmu-quality-wordpress-themes-wordpress-plugins</link>
		<comments>http://wplifeguard.com/wpmu-quality-wordpress-themes-wordpress-plugins/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 06:30:35 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[A/B Testing]]></category>
		<category><![CDATA[Appearance]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Forum]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[StumbleUpon]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress Multisite]]></category>
		<category><![CDATA[WordPress Plugin]]></category>
		<category><![CDATA[WordPress Shortcode]]></category>
		<category><![CDATA[WordPress Theme]]></category>
		<category><![CDATA[WordPress Widgets]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=1889</guid>
		<description><![CDATA[WPMU is a fantastic WordPress focused website with a WordPress blog, WordPress forum, WordPress themes, and WordPress plugins. While WPMU offers a lot for WordPress users, we&#8217;re gonna focus on their WordPress plugins. WPMU&#8217;s WordPress plugins can greatly improve any WordPress website. It doesn&#8217;t matter if you want to make minor improvements to your WordPress<a href="http://wplifeguard.com/wpmu-quality-wordpress-themes-wordpress-plugins/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2012/02/wpmu.png" alt="WPMU – Quality WordPress Themes &#038; WordPress Plugins" /></p>
<p><a href="http://wpmu.org/">WPMU</a> is a fantastic WordPress focused website with a <a href="http://wpmu.org/blog-view/">WordPress blog</a>, <a href="http://premium.wpmudev.org/forums/">WordPress forum</a>, <a href="http://premium.wpmudev.org/themes/">WordPress themes</a>, and <a href="http://premium.wpmudev.org/wordpress-plugins/">WordPress plugins</a>. While WPMU offers a lot for WordPress users, we&#8217;re gonna focus on their WordPress plugins. WPMU&#8217;s WordPress plugins can greatly improve any WordPress website. It doesn&#8217;t matter if you want to make minor improvements to your WordPress website or a complete overhaul turning it into a Community blog, Wiki, or online store. In fact, at wpLifeGuard we use several WordPress plugins – WPMU&#8217;s plugins give wpLifeGuard its core functionality.</p>
<p>WPMU has 30+ free WordPress plugins and WordPress themes and over 300+ premium WordPress plugins and WordPress themes. Here&#8217;s a few of their WordPress plugins.</p>
<h3>Floating Social</h3>
<p class="image"><img src="/wp-content/uploads/2012/02/floating-social.png" alt="Floating Social WordPress Plugin" /><br />
<a href="http://premium.wpmudev.org/project/floating-social">Floating Social WordPress Plugin</a></p>
<p>Floating Social adds social network icons to the left of your content area. It&#8217;ll add Google+, Facebook, Twitter, and StumbleUpon.</p>
<h3>Post Voting Plugin</h3>
<p><img src="/wp-content/uploads/2012/02/thumbs-up-down.png" alt="Thumbs up and down" class="rightimg" /> The <a href="http://premium.wpmudev.org/project/post-voting-plugin">Post Voting Plugin</a> allows visitors to give posts a thumbs up or thumbs down &#8211; you don&#8217;t even have to display the results of the voting. This can provide great insight into what kinds of posts your visitors like. </p>
<h3>Google Maps</h3>
<p class="image"><img src="/wp-content/uploads/2012/02/gmaps56.jpeg" alt="Google Maps" /><br />
<a href="http://premium.wpmudev.org/project/wordpress-google-maps-plugin">Google Maps WordPress Plugin</a></p>
<p>For websites that have corresponding a brick and mortar location, the Google Maps WordPress plugin is a quick and easy way to ad a map to your website via a widget or button.</p>
<p>Don&#8217;t know how to use WordPress Widgets? Check out our video tutorial showing <a href="http://wplifeguard.com/videos/appearance-102-widgets/">how to use WordPress widgets</a>.</p>
<h3>A/B Theme Testing Plugin</h3>
<p>A/B Testing is a very helpful process that can help improve your website. The <a href="http://premium.wpmudev.org/project/ab-theme-testing">A/B Theme Testing Plugin</a> lets you quickly and easily A/B test content to increase the conversion of your website. It even integrates with Google Analytics!</p>
<h3>MarketPress</h3>
<p class="image"><img src="/wp-content/uploads/2012/02/ecommerce.png" alt="WordPress eCommerce" /><br />
<a href="http://premium.wpmudev.org/project/e-commerce/screenshots/">MarketPress – WordPress eCommerce Plugin</a></p>
<p>WPMU&#8217;s MarketPress eCommerce WordPress plugin is a great way to start your own online store. With features like a fully functioning Shopping Cart, product categories, popular products, shortcodes, advanced API, and much more. Check out the <a href="http://wp-ecommerce.org/">MarketPress demo</a> to see it in action!</p>
<h3>Wiki</h3>
<p>Interested in starting your own Wiki? Look no further, the <a href="http://premium.wpmudev.org/project/wordpress-wiki">Wiki WordPress plugin</a> has ya covered. With features like full revision history, public or members only editing, breadcrumbs, notification system, and much more this thing WordPress plugin is all you need.</p>
<h3>Q&#038;A</h3>
<p class="image"><img src="/wp-content/uploads/2012/02/qanda.png" alt="Q&#038;A WordPress Plugin" /><br />
<a href="http://premium.wpmudev.org/project/qa-wordpress-questions-and-answers-plugin">The Q&#038;A Forum WordPress plugin</a></p>
<p>If you&#8217;ve ever spent time searching Google for anything code related, then you&#8217;ve probably seen <a href="http://stackoverflow.com/">Stack Overflow</a>. With the Q&#038;A plugin you can create your own Q&#038;A site &#8211; to see it in action, check out the <a href="http://wpmu.org/questions/">Q&#038;A demo</a>.</p>
<h3>Membership and Affiliate</h3>
<p>The two core plugins that powers wpLifeGuard is <a href="http://premium.wpmudev.org/project/membership">Membership</a> and <a href="http://premium.wpmudev.org/project/wordpress-mu-affiliate">Affiliates</a>. These two plugins are great for providing an online service to your visitors. They allow visitors to sign up and pay to get certain levels of access to your site and limit content/pages of your site to users with the correct level of access. The affiliate plugin is a great plugin that provides users with an affiliate account, and excellent stats on the clicks and signups they refer.</p>
<h3>Pricing</h3>
<p>Monthly: $79.00<br />
Every 3 Months: $159.00 &#8211; about $53 a month<br />
Yearly: $419.00 &#8211; about $35 a month</p>
<p>Don&#8217;t know how to install WordPress plugins? Check out our video tutorial showing <a href="http://wplifeguard.com/videos/plugins-101-installing-removing-and-updating-plugins/">how to use WordPress plugins</a>.</p>
<h4>Related Posts</h4>
<ul>
		<li><a href="http://wplifeguard.com/day-30-excellent-places-to-get-quality-wordpress-themes/" rel="bookmark">Day 30: Excellent Places to Get Quality WordPress Themes</a></li>
		<li><a href="http://wplifeguard.com/day-28-use-jetpack-to-boost-your-wordpress-site-to-the-next-level/" rel="bookmark">Day 28: Use Jetpack to Boost Your WordPress site to the Next Level</a></li>
		<li><a href="http://wplifeguard.com/day-20-3-excellent-wordpress-security-plugins/" rel="bookmark">Day 20: 3 Excellent WordPress Security Plugins</a></li>
	</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=WBGmHpN-yGk:TksKbmZJuak:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=WBGmHpN-yGk:TksKbmZJuak:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=WBGmHpN-yGk:TksKbmZJuak:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=WBGmHpN-yGk:TksKbmZJuak:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=WBGmHpN-yGk:TksKbmZJuak:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/wpmu-quality-wordpress-themes-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 31: Re-Evaluate Popular (and Unpopular) Pages and Posts to Increase Conversion</title>
		<link>http://wplifeguard.com/day-31-re-evaluate-popular-and-unpopular-pages-and-posts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=day-31-re-evaluate-popular-and-unpopular-pages-and-posts</link>
		<comments>http://wplifeguard.com/day-31-re-evaluate-popular-and-unpopular-pages-and-posts/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 17:21:01 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Appearance]]></category>
		<category><![CDATA[Bounce Rate]]></category>
		<category><![CDATA[Click Through Rate]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Increase Conversion]]></category>
		<category><![CDATA[Link Creation]]></category>
		<category><![CDATA[Make Money]]></category>
		<category><![CDATA[Page Creation]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress Widgets]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=1955</guid>
		<description><![CDATA[A stale blog is a dead blog. Google likes fresh content, and so do your users. If they somehow find an old article with incorrect information due to its age, they won&#8217;t be happy and won&#8217;t likely stay. There is always room for improvement. Have a good page? You can make it great. Taking time<a href="http://wplifeguard.com/day-31-re-evaluate-popular-and-unpopular-pages-and-posts/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2012/01/re-evaluate-pages.png" alt="Re-Evaluate Popular (and Unpopular) Pages and Posts" /></p>
<p>A stale blog is a dead blog. Google likes fresh content, and so do your users. If they somehow find an old article with incorrect information due to its age, they won&#8217;t be happy and won&#8217;t likely stay. </p>
<p>There is always room for improvement. Have a good page? You can make it great. Taking time to improve popular pages increases your chances of turning a visitor into a subscriber/buyer/etc. </p>
<h3>Re-Evaluate the pages on your site</h3>
<p>Take time to improve old pages, popular or unpopular, good or bad, and you can attract and convert more users than ever before. But before you start improving pages, you need to figure out what pages would benefit from improving and what improvements would be most beneficial.</p>
<h4>What makes your popular pages popular?</h4>
<p>Before you can improve a popular page, you need to figure out what makes it popular. Is it because it&#8217;s in the primary navigation? Because is has a link from a popular site? Ranked highly in the search engines? Lots of social sharing? </p>
<h4>Why aren&#8217;t people visiting your unpopular pages?</h4>
<p>Take a look at your unpopular pages, particularly the ones you want to be popular. In contrast to the popular pages, what are the unpopular pages missing? What can you add or change to make them popular? Give them higher visibility? Publicize them? Redesign?</p>
<h4>Why do people leave your high bounce rate pages?</h4>
<p>Sometimes pages with a high bounce rate can be the most popular pages on your blog. While high bounce rate pages are bringing in visitors, they do you little good aside from total number of visitors to your site. It&#8217;s critical to get visitors to visit more pages on your site. To do this you have to figure out what kind of visitor is ending up on that page and where they came from. Are they looking for a laugh, or a free download? Did they find you through Google, or a friend sharing on Facebook? The more you know about who is visiting the page and why, the better you can custom tailor that page to get them to visit more pages.</p>
<h3>Ways to improve your pages</h3>
<p>Examine the popular pages or posts on your blog, what can you do to make them better? What about the high bounce pages, how can you encourage visitors to visit another page? Based on what you know about the popular pages, what can you do to make the unpopular pages more popular? </p>
<h4>Redesign Pages</h4>
<p>Giving a page a major or minor redesign can do wonders to help conversion. It can be as simple as adding a header image or a sidebar widget, or as complex as a complete page redesign. Depending on what page it is and why it needs to be improved, either one could be equally effective. Something as simple as a header image could make the page more visually interesting to get a visitor to start reading. Or a new <a href="http://wplifeguard.com/day-6-keep-visitors-from-leaving-with-wordpress-popular-posts/">popular posts sidebar widget</a> to get visitors to check out other pages. There are infinite possibilities here – figure out what a page&#8217;s greatest shortcoming is and add something to counteract it.</p>
<h4>Add or Update Content</h4>
<p>Have a popular page with incorrect content due to its age? Fix it! Write a new article and add a prominent link saying &#8220;this page is dated, go here for the correct technique/stats/whatever.&#8221; Or if only part of the content is incorrect, strikethrough the incorrect info and provide the correct info. </p>
<p>Even if the article is 100% correct, adding content can be great for relevancy or search engine rankings. Something as simple as a sentence, a paragraph, or several paragraphs can make a huge difference. Maybe add or update headers or bold some text to increase the scannability of the page. </p>
<h4>Interlink Pages</h4>
<p>Out of all the ways to improve your pages mentioned in this article, this is probably the simplest and best improvement you cane make. Having pages and posts reference other pages and posts on your website is a simple and great way to increase the click through rate and search engine rankings of your website. If a topic on a post you&#8217;re writing references something you&#8217;ve already written about, simply link to the old post. Or, if you write a new article talking about something you have mentioned previously, find the old article and link it to the new one. Doing so takes little time and will help out your site a lot.</p>
<h4>Improve Keyword Density</h4>
<p>Have a page that does well in the search engines? Make it do better! Pay attention to what keywords people are using to find your site and where they&#8217;re ending up. If a certain article is doing well for certain keywords, find ways to add more iterations of that keyword or keyphrase to the page. If your home page is doing well for certain keywords, find ways to add that keyword or keyphrase throughout the entire site. </p>
<h4>Create a Table of Content</h4>
<p>If you keep on writing articles covering one particular topic and they tend to be very popular to visitors and/or the search engines, create a new page and have it be a table of contents of all of the best articles you&#8217;ve written on the topic. Have that page link to all of those articles and have all of those articles link to your new table of contents page. A great example of this practice is <a href="http://www.seomoz.org/article/the-professional-guide-to-link-building-2011">SEOmoz&#8217;s Link Building page</a>. Pages like this do well in the search engines and is a great way for visitors to read a lot of articles on your site. If you have enough content to create one of these, do it.</p>
<h3>Conclusion</h3>
<p>Any website can always be improved. A great way to improve clickthrough, increase subscribers, buyers, regular visitors, or whatever your website wants, is to improve old pages and articles. There are many ways to do this and there isn&#8217;t one set formula that works for every page. But if you can figure out what kind of visitors and what those visitors want for each of your pages, you can drastically improve those pages for their visitors greatly improving every area of your website. </p>
<h3>31 Days to a Better WordPress Blog</h3>
<p>This post is apart of the <a href="http://wplifeguard.com/31-days-to-a-better-wordpress-blog/">31 Days to a Better WordPress Blog</a> series. Be sure to <a href="http://feeds.feedburner.com/wplifeguard" rel="nofollow">subscribe via RSS</a>, <a href="http://twitter.com/#!/wplifeguard" rel="nofollow">follow on Twitter</a>, <a href="https://www.facebook.com/wpLifeGuard" rel="nofollow">follow on Facebook</a>, or <a href="https://plus.google.com/b/102084107306680338668/102084107306680338668/posts" rel="nofollow">circle us on Google+</a> to keep up with wpLifeGuard&#8217;s latest WordPress and blogging tips and tricks.</p>
<h4>Related Posts</h4>
<ul>
		<li><a href="http://wplifeguard.com/day-6-keep-visitors-from-leaving-with-wordpress-popular-posts/" rel="bookmark">Day 6: Keep Visitors from Leaving with WordPress Popular Posts</a></li>
		<li><a href="http://wplifeguard.com/day-5-have-scannable-content-to-increase-visitors-time-on-site/" rel="bookmark">Day 5: Have Scannable Content to Increase Visitors&#8217; Time on Site</a></li>
		<li><a href="http://wplifeguard.com/day-7-keeping-visitors-from-leaving-with-wordpress-yet-another-related-posts-plugin/" rel="bookmark">Day 7: Keeping Visitors from Leaving with WordPress&#8217; Yet Another Related Posts Plugin</a></li>
	</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=yyQS7okifBA:XMw9Z7nQ89A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=yyQS7okifBA:XMw9Z7nQ89A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=yyQS7okifBA:XMw9Z7nQ89A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=yyQS7okifBA:XMw9Z7nQ89A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=yyQS7okifBA:XMw9Z7nQ89A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/day-31-re-evaluate-popular-and-unpopular-pages-and-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 30: Excellent Places to Get Quality WordPress Themes</title>
		<link>http://wplifeguard.com/day-30-excellent-places-to-get-quality-wordpress-themes/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=day-30-excellent-places-to-get-quality-wordpress-themes</link>
		<comments>http://wplifeguard.com/day-30-excellent-places-to-get-quality-wordpress-themes/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 12:00:15 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Appearance]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Mojo Themes]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive Design]]></category>
		<category><![CDATA[Theme Forest]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Woo Themes]]></category>
		<category><![CDATA[WordPress Theme]]></category>
		<category><![CDATA[wpBundle]]></category>

		<guid isPermaLink="false">http://wplifeguard.com/?p=1932</guid>
		<description><![CDATA[There are untold thousands of free and premium WordPress themes out there. The easy part is finding WordPress themes, the hard part is finding good WordPress themes that aren&#8217;t overpriced or won&#8217;t steal your WordPress login info (yes, bad WordPress themes can run hidden malicious code). Thankfully there are many excellent trusted WordPress theme marketplaces<a href="http://wplifeguard.com/day-30-excellent-places-to-get-quality-wordpress-themes/" class="read-more">&#160; Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2012/01/quality-wordpress-themes.png" alt="Excellent Places to Get Quality WordPress Themes" /></p>
<p>There are untold thousands of free and premium WordPress themes out there. The easy part is finding WordPress themes, the hard part is finding good WordPress themes that aren&#8217;t overpriced or won&#8217;t steal your WordPress login info (yes, bad WordPress themes can run hidden malicious code). Thankfully there are many excellent trusted WordPress theme marketplaces out there to choose from. </p>
<h4>Free vs Premium WordPress Themes</h4>
<p>At wpLifeGuard, we strongly believe how well designed a website is will make or break a website. While we believe a full on custom design to be the most effective and will provide the greatest chance of success, not everyone can afford to put a few thousand dollars on a website. For those who can&#8217;t, a quality WordPress theme is the next best thing. Which is why we strongly recommend paying a few extra bucks for a good WordPress theme. And by a few extra bucks, I mean anywhere from $10 to $200, give or take — while most will be from $35 to $70.</p>
<h4>4 Quality WordPress Theme Marketplaces</h4>
<p><a href="http://themeforest.net/"><strong>Theme Forest</strong></a> is probably currently the most popular premium WordPress theme marketplace. Created by the great team over at <a href="http://envato.com/">Envato</a>, they have over 5,000 WordPress themes that cover a wide variety of styles and features. Here you&#8217;ll likely spend $35.</p>
<p>Our favorite WordPress theme author, <a href="https://twitter.com/#!/ormanclark">Orman Clark</a>, can be found on Theme Forest. You can find his <a href="http://www.premiumpixels.com/wordpress-themes/">WordPress themes on Premium Pixels</a>.</p>
<p><a href="http://www.wpbundle.com/"><strong>wpBundle</strong></a> offers 12 excellent WordPress themes with an incredible attention to detail. All of wpBundle&#8217;s WordPress themes come with free updates and support &#8211; a pretty good deal. Here you&#8217;ll spend $50 for one, or $200 for all 12.</p>
<p><a href="http://www.mojo-themes.com/"><strong>Mojo Themes</strong></a> puts a little more emphasis on quality than Theme Forest – the average theme at Mojo Themes tends to be better than the average theme at Theme Forest. While Mojo Themes only has about 500 marketplace items, you&#8217;d be hard pressed to find something that wouldn&#8217;t fit your needs. Here you&#8217;ll likely spend $35.</p>
<p><a href="http://www.woothemes.com/"><strong>Woo Themes</strong></a> is even more exclusive than Mojo Themes. With a little over a hundred themes on the marketplace, they have a huge emphasis on quality. But with nearly 140,000 users, it&#8217;s obvious they should not be overlooked for having less themes than their competitors. Woo Themes WordPress themes are high quality and often include advanced functionality, like <a href="http://www.woothemes.com/woocommerce/">Woo Commerce</a>. Here you&#8217;ll likely spend $70 or a monthly subscription.</p>
<p>Don&#8217;t know how to install WordPress themes? Check out our WordPress video tutorial showing <a href="http://wplifeguard.com/videos/appearance-101-browsing-and-changing-themes/">how to use WordPress themes</a></p>
<h3>Conclusion</h3>
<p>Having a good looking, easy to use, high converting website relies on the design. For website owners on a budget, premium WordPress themes is a great way to accomplish this. Not drinking 7 Starbucks drinks is well worth it to improve the success of your WordPress website. </p>
<h3>31 Days to a Better WordPress Blog</h3>
<p>This post is apart of the <a href="http://wplifeguard.com/31-days-to-a-better-wordpress-blog/">31 Days to a Better WordPress Blog</a> series. Be sure to <a href="http://feeds.feedburner.com/wplifeguard" rel="nofollow">subscribe via RSS</a>, <a href="http://twitter.com/#!/wplifeguard" rel="nofollow">follow on Twitter</a>, <a href="https://www.facebook.com/wpLifeGuard" rel="nofollow">follow on Facebook</a>, or <a href="https://plus.google.com/b/102084107306680338668/102084107306680338668/posts" rel="nofollow">circle us on Google+</a> to keep up with wpLifeGuard&#8217;s latest WordPress and blogging tips and tricks.</p>
<h4>Related Posts</h4>
<ul>
		<li><a href="http://wplifeguard.com/day-20-3-excellent-wordpress-security-plugins/" rel="bookmark">Day 20: 3 Excellent WordPress Security Plugins</a></li>
		<li><a href="http://wplifeguard.com/theme-review-tweet-archive-theme/" rel="bookmark">Theme Review: Tweet Archive Theme</a></li>
		<li><a href="http://wplifeguard.com/31-days-to-a-better-wordpress-blog/" rel="bookmark">31 Days to a Better WordPress Blog</a></li>
	</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wplifeguard?a=RofkEy4xwcA:GRR8PykfRvU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=RofkEy4xwcA:GRR8PykfRvU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=RofkEy4xwcA:GRR8PykfRvU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wplifeguard?i=RofkEy4xwcA:GRR8PykfRvU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wplifeguard?a=RofkEy4xwcA:GRR8PykfRvU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wplifeguard?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://wplifeguard.com/day-30-excellent-places-to-get-quality-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/

Page Caching using disk: enhanced

Served from: wplifeguard.com @ 2012-02-22 15:17:16 -->

