<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: Force Users To Login Before Reading Posts in WordPress</title>
	<atom:link href="http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Donal</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-123626</link>
		<dc:creator>Donal</dc:creator>
		<pubDate>Tue, 11 Oct 2011 16:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-123626</guid>
		<description>I tried it and it does not work. I am using wordpress 3.2. Any help would be great thanks.</description>
		<content:encoded><![CDATA[<p>I tried it and it does not work. I am using wordpress 3.2. Any help would be great thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpbeginner</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-123516</link>
		<dc:creator>wpbeginner</dc:creator>
		<pubDate>Mon, 03 Oct 2011 13:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-123516</guid>
		<description>@SuvechchhaSaha You don&#039;t need to put any IDs. Your code would look like this:if (is_single() &amp;&amp;  !is_user_logged_in()) { auth_redirect(); }</description>
		<content:encoded><![CDATA[<p>@SuvechchhaSaha You don&#8217;t need to put any IDs. Your code would look like this:if (is_single() &amp;&amp;  !is_user_logged_in()) { auth_redirect(); }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SuvechchhaSaha</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-123507</link>
		<dc:creator>SuvechchhaSaha</dc:creator>
		<pubDate>Sun, 02 Oct 2011 03:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-123507</guid>
		<description>Can you tell me how can i force every user to login to read my post? Then what ID&#039;s should i place on this $ids array?</description>
		<content:encoded><![CDATA[<p>Can you tell me how can i force every user to login to read my post? Then what ID&#8217;s should i place on this $ids array?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-86963</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Tue, 15 Mar 2011 02:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-86963</guid>
		<description>Yes, it should work.</description>
		<content:encoded><![CDATA[<p>Yes, it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-86905</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Mon, 14 Mar 2011 22:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-86905</guid>
		<description>Hello, Could you please clarify as to whether this code is valid for wordpress 3.1. Thank you</description>
		<content:encoded><![CDATA[<p>Hello, Could you please clarify as to whether this code is valid for wordpress 3.1. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-77804</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Sat, 12 Feb 2011 13:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-77804</guid>
		<description>Using a membership plugin would be a good idea.</description>
		<content:encoded><![CDATA[<p>Using a <a href="http://www.wpbeginner.com/refer/wishlist" style="" target="_blank" rel="nofollow" >membership plugin</a> would be a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Warford</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-77149</link>
		<dc:creator>Chad Warford</dc:creator>
		<pubDate>Thu, 10 Feb 2011 04:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-77149</guid>
		<description>Great tip, curious, is there a way to manipulate this code in order to have the entire site force visitors to login, as in they are not able to even arrive on the landing page until logging in?

Thanks in advance. You are great.</description>
		<content:encoded><![CDATA[<p>Great tip, curious, is there a way to manipulate this code in order to have the entire site force visitors to login, as in they are not able to even arrive on the <a href="http://www.wpbeginner.com/refer/premise" style="" target="_blank" rel="nofollow" >landing page</a> until logging in?</p>
<p>Thanks in advance. You are great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-51664</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Wed, 24 Nov 2010 13:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-51664</guid>
		<description>Wishlist or Magic Members</description>
		<content:encoded><![CDATA[<p><a href="http://www.wpbeginner.com/refer/wishlist" style="" target="_blank" rel="nofollow" >Wishlist</a> or <a href="http://www.wpbeginner.com/refer/magicmembers" style="" target="_blank" rel="nofollow" >Magic Members</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasheed</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-51630</link>
		<dc:creator>Rasheed</dc:creator>
		<pubDate>Wed, 24 Nov 2010 08:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-51630</guid>
		<description>What membership plugins would you recommend for this?</description>
		<content:encoded><![CDATA[<p>What membership plugins would you recommend for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/force-users-to-login-before-reading-posts-in-wordpress/comment-page-1/#comment-25046</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Mon, 12 Jul 2010 07:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1601#comment-25046</guid>
		<description>You would have to modify the codes slightly from if is_single to if_is_category... You can also use a membership plugin for this (a recommended option).</description>
		<content:encoded><![CDATA[<p>You would have to modify the codes slightly from if is_single to if_is_category&#8230; You can also use a <a href="http://www.wpbeginner.com/refer/wishlist" style="" target="_blank" rel="nofollow" >membership plugin</a> for this (a recommended option).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 00:30:11 -->
