<?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 Relief &#187; WordPress Relief Category: Suggested Plugins</title>
	<atom:link href="http://wp-relief.com/category/suggested-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp-relief.com</link>
	<description>Helping you find relief and returns from your WordPress website</description>
	<lastBuildDate>Fri, 06 Jan 2012 02:35:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Make referral URLs like a Boss</title>
		<link>http://wp-relief.com/2011/09/14/make-referral-urls-like-a-boss/</link>
		<comments>http://wp-relief.com/2011/09/14/make-referral-urls-like-a-boss/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 15:33:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Areas of WordPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Suggested Plugins]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=1067</guid>
		<description><![CDATA[So many great podcasts have referral or affiliate URLs that absolutely rock, something like myblog.com/affiliateName. I was curious how they were doing this, because most of my favorite podcasts are about streamlining and the hosts aren&#8217;t that technical! I realized instantly that they were not doing this with .htaccess, which would totally work. The problem [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2011/09/14/make-referral-urls-like-a-boss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable your Website to Visitors but not Users &#8211; Part II</title>
		<link>http://wp-relief.com/2011/04/07/disable-your-website-to-visitors-but-not-users-part-ii/</link>
		<comments>http://wp-relief.com/2011/04/07/disable-your-website-to-visitors-but-not-users-part-ii/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 14:25:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Suggested Plugins]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[little bit]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[login screen]]></category>
		<category><![CDATA[require authorization]]></category>
		<category><![CDATA[stealth]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=1050</guid>
		<description><![CDATA[Previously, we talked about how to disable your website to visitors but not logged in users through your theme. We have been using a plugin in our projects for some time to do this a little bit easier. The plugin is called WP Require Auth plugin.  It very simply makes it so that all requests [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2011/04/07/disable-your-website-to-visitors-but-not-users-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Manage WP-Carousel Plugin</title>
		<link>http://wp-relief.com/2010/11/05/how-to-manage-wp-carousel-plugin/</link>
		<comments>http://wp-relief.com/2010/11/05/how-to-manage-wp-carousel-plugin/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 21:28:33 +0000</pubDate>
		<dc:creator>LukeA</dc:creator>
				<category><![CDATA[Areas of WordPress]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Getting Started With Websites]]></category>
		<category><![CDATA[Suggested Plugins]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=875</guid>
		<description><![CDATA[1. Open WordPress Dashboard. Go to WP Options at the sidebar. 2. After Adding a new Carousel by (This will automatically add a new Carousel to Manage).. Go to the Carousel Option. i.e. - Now just Drag and Drop the things that you want to be in included in the carousel.. (It’s Like adding a [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/11/05/how-to-manage-wp-carousel-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the total post count across all your WPMU blogs</title>
		<link>http://wp-relief.com/2010/08/28/get-the-total-post-count-across-all-your-wpmu-blogs/</link>
		<comments>http://wp-relief.com/2010/08/28/get-the-total-post-count-across-all-your-wpmu-blogs/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 22:50:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Suggested Plugins]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Dashboard Widget]]></category>
		<category><![CDATA[foreach]]></category>
		<category><![CDATA[grabs]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[root directory]]></category>
		<category><![CDATA[select count]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=754</guid>
		<description><![CDATA[Just drop this code into a script in your blog&#8217;s root directory: &#60;?php require&#40; dirname&#40;__FILE__&#41; . &#39;/wp-load.php&#39; &#41;; global $wpdb; $res = $wpdb-&#62;get_results&#40;&#39;select blog_id from wp_blogs&#39;, ARRAY_A&#41;; $total = 0; foreach &#40;$res as $result&#41; &#123; &#160; &#160;$wpdb-&#62;set_blog_id&#40;$result&#91;&#39;blog_id&#39;&#93;&#41;; &#160; &#160;$val = &#40;int&#41;$wpdb-&#62;get_var&#40;&#34;SELECT COUNT(*) FROM $wpdb-&#62;posts WHERE post_status = &#39;publish&#39; AND post_date_gmt &#60; &#39;&#34; . gmdate&#40;&#34;Y-m-d H:i:s&#34;,time&#40;&#41;&#41; [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/08/28/get-the-total-post-count-across-all-your-wpmu-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin: Twitter Tools</title>
		<link>http://wp-relief.com/2010/08/11/plugin-twitter-tools/</link>
		<comments>http://wp-relief.com/2010/08/11/plugin-twitter-tools/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 14:00:39 +0000</pubDate>
		<dc:creator>Relief Agent</dc:creator>
				<category><![CDATA[How to set up your website]]></category>
		<category><![CDATA[Suggested Plugins]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[page settings]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter tools]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=335</guid>
		<description><![CDATA[Twitter Tools Plugin Home Page: http://alexking.org/projects/WordPress WordPress Plugin Page: http://WordPress.org/extend/plugins/twitter-tools/ What is it? Twitter Tools allows WordPress to post the title and link to all of your articles to Twitter as they are published. You can use this plugin to create posts from your Twitter messages, but we do not suggest this as it gets [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/08/11/plugin-twitter-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugins</title>
		<link>http://wp-relief.com/2010/08/10/wordpress-plugins/</link>
		<comments>http://wp-relief.com/2010/08/10/wordpress-plugins/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 04:52:29 +0000</pubDate>
		<dc:creator>Relief Agent</dc:creator>
				<category><![CDATA[How to set up your website]]></category>
		<category><![CDATA[Suggested Plugins]]></category>
		<category><![CDATA[couple files]]></category>
		<category><![CDATA[different things]]></category>
		<category><![CDATA[ftp program]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[side menu]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress plugins]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=303</guid>
		<description><![CDATA[WordPress Plugins Plugins are one of the best features of WordPress. They allow you to extend the functionality of the default WordPress site to do thousands of different things.  All you have to do is put a couple files in the right place on your server using the built-in Plugin Installer or sometimes via FTP [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/08/10/wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugins: Installing Plugins</title>
		<link>http://wp-relief.com/2010/08/10/wordpress-plugins-installing-plugins/</link>
		<comments>http://wp-relief.com/2010/08/10/wordpress-plugins-installing-plugins/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 22:43:10 +0000</pubDate>
		<dc:creator>Relief Agent</dc:creator>
				<category><![CDATA[How to set up your website]]></category>
		<category><![CDATA[Suggested Plugins]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=307</guid>
		<description><![CDATA[Installing Plugins There are two ways to install Plugins.  Through the Automatic Plugin Installer (the easy way) and through FTP (the less-easy way).  We&#8217;ll cover both methods here. Using The Automatic Plugin Installer Go to the Plugins page in WordPress Click &#8220;Add New&#8221; at the top of the page next to &#8220;Manage Plugins&#8220; Search for [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/08/10/wordpress-plugins-installing-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suggested Plugin: Role Scoper</title>
		<link>http://wp-relief.com/2010/07/25/suggested-plugin-role-scoper-or-role-manager/</link>
		<comments>http://wp-relief.com/2010/07/25/suggested-plugin-role-scoper-or-role-manager/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 15:00:05 +0000</pubDate>
		<dc:creator>Relief Agent</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Suggested Plugins]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[configuration options]]></category>
		<category><![CDATA[micromanage]]></category>
		<category><![CDATA[scoper]]></category>
		<category><![CDATA[user levels]]></category>
		<category><![CDATA[User Roles]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=330</guid>
		<description><![CDATA[Plugin Home Page: http://agapetry.net/ WordPress Plugin Page: http://WordPress.org/extend/plugins/role-scoper/ What is it? This plugin allows you to micromanage the roles that each user level has access to.  You can even create new user levels. Install Directions Normal plugin installation procedure.  You have plenty of configuration options once this is installed. Standard Roles: Subscriber: Can Read, nothing [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/07/25/suggested-plugin-role-scoper-or-role-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suggested Plugin: WordPress File Monitor</title>
		<link>http://wp-relief.com/2010/07/23/suggested-plugin-wordpress-file-monitor/</link>
		<comments>http://wp-relief.com/2010/07/23/suggested-plugin-wordpress-file-monitor/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 15:00:25 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Suggested Plugins]]></category>
		<category><![CDATA[caveat]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=438</guid>
		<description><![CDATA[Plugin Home Page: http://mattwalters.net/projects/WordPress-file-monitor/ WordPress Plugin Page: http://WordPress.org/extend/plugins/WordPress-file-monitor/ What is it? This plugin allows you to monitor the changes made to scripts on your site, which can help you identify potentially hacked files on your site. It will send you an email if there are any changes that you should know about. Caveat: I have [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/07/23/suggested-plugin-wordpress-file-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin: Post Notification</title>
		<link>http://wp-relief.com/2010/07/22/plugin-post-notification/</link>
		<comments>http://wp-relief.com/2010/07/22/plugin-post-notification/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 15:00:57 +0000</pubDate>
		<dc:creator>Relief Agent</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Suggested Plugins]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[plugin installation]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=328</guid>
		<description><![CDATA[Plugin Home Page: http://pn.strübe.de/ WordPress Plugin Page: http://WordPress.org/extend/plugins/post-notification/ What is it? This plugin will send an email to anyone who subscribes to be notified whenever a new post is published on the site. Install Directions Follow the normal plugin installation procedure, then once the plugin is installed you will want to add the widget to [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/07/22/plugin-post-notification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

