<?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/"
		>
<channel>
	<title>Comments on: How To Password Protect Part of Post or Page</title>
	<atom:link href="http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html</link>
	<description>.... anything is possible and nothing happens by accident</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:06:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Top WordPress Plugins 2011: Honorable Mentions</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-67846</link>
		<dc:creator>Top WordPress Plugins 2011: Honorable Mentions</dc:creator>
		<pubDate>Mon, 19 Dec 2011 16:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-67846</guid>
		<description>[...] plugin is no longer supported, but you might be able to get help over at Your Members Forums or on Rob Cooper&#8217;s blog post about the plugin. You can also try Password Content ShortCode [link] by ZetRider which works about the same. [...]</description>
		<content:encoded><![CDATA[<p>[...] plugin is no longer supported, but you might be able to get help over at Your Members Forums or on Rob Cooper&#8217;s blog post about the plugin. You can also try Password Content ShortCode [link] by ZetRider which works about the same. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-46617</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 19 Jul 2011 00:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-46617</guid>
		<description>@Megi, I don&#039;t.  Thanks for the heads up to the broken page.</description>
		<content:encoded><![CDATA[<p>@Megi, I don&#8217;t.  Thanks for the heads up to the broken page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megi</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-46093</link>
		<dc:creator>Megi</dc:creator>
		<pubDate>Sun, 17 Jul 2011 10:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-46093</guid>
		<description>Do you have correct link to Partial Post Protection plugin? Thx :)</description>
		<content:encoded><![CDATA[<p>Do you have correct link to Partial Post Protection plugin? Thx <img src='http://www.robcooper.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niall Flynn</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-39222</link>
		<dc:creator>Niall Flynn</dc:creator>
		<pubDate>Thu, 09 Jun 2011 14:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-39222</guid>
		<description>Drop this into your functions.php for your theme.

// Password Protected Page Message
function custom_password_form($form) {
  $subs = array(
    &#039;#This post is password protected. To view it please enter your password below:#&#039; =&gt; &#039;Hopefully this works.&#039;,
    &#039;##&#039; =&gt; &#039;&#039;,
    &#039;##&#039; =&gt; &#039;&#039;,
    &#039;##&#039; =&gt; &#039;&#039;
  );

  echo preg_replace(array_keys($subs), array_values($subs), $form);
}

add_filter(&#039;the_password_form&#039;, &#039;custom_password_form&#039;);</description>
		<content:encoded><![CDATA[<p>Drop this into your functions.php for your theme.</p>
<p>// Password Protected Page Message<br />
function custom_password_form($form) {<br />
  $subs = array(<br />
    &#8216;#This post is password protected. To view it please enter your password below:#&#8217; =&gt; &#8216;Hopefully this works.&#8217;,<br />
    &#8216;##&#8217; =&gt; &#8221;,<br />
    &#8216;##&#8217; =&gt; &#8221;,<br />
    &#8216;##&#8217; =&gt; &#8221;<br />
  );</p>
<p>  echo preg_replace(array_keys($subs), array_values($subs), $form);<br />
}</p>
<p>add_filter(&#8216;the_password_form&#8217;, &#8216;custom_password_form&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-38173</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 30 May 2011 13:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-38173</guid>
		<description>RE:  Password – Partial Post Protection - Plugin.  Would you happen to still have this code?  It&#039;s exactly what I&#039;m looking for ...</description>
		<content:encoded><![CDATA[<p>RE:  Password – Partial Post Protection &#8211; Plugin.  Would you happen to still have this code?  It&#8217;s exactly what I&#8217;m looking for &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elise Davidson</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-20609</link>
		<dc:creator>Elise Davidson</dc:creator>
		<pubDate>Fri, 24 Dec 2010 01:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-20609</guid>
		<description>[...] you can use the built in features. But, if you want to show part of a post and keep part of a post password protected, that was never possible before [...]</description>
		<content:encoded><![CDATA[<p>[...] you can use the built in features. But, if you want to show part of a post and keep part of a post password protected, that was never possible before [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritchie</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-17508</link>
		<dc:creator>Ritchie</dc:creator>
		<pubDate>Thu, 18 Nov 2010 21:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-17508</guid>
		<description>Hey Rob, thank you very much for this great solution! Got one question though, if it&#039;s possible to change the name of the submit button? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hey Rob, thank you very much for this great solution! Got one question though, if it&#8217;s possible to change the name of the submit button? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-8597</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 05 Nov 2009 01:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-8597</guid>
		<description>@Bob, based on what I&#039;ve seen when I was researching this, no, nothing out of the box that simple.  Sounds pretty custom to me.</description>
		<content:encoded><![CDATA[<p>@Bob, based on what I&#8217;ve seen when I was researching this, no, nothing out of the box that simple.  Sounds pretty custom to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob tomorrowland</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-8580</link>
		<dc:creator>bob tomorrowland</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-8580</guid>
		<description>Hey Rob,

Do you know of a Wordpress plugin that allows me to password-protect my posts for multiple users? In this scenario, one user would have a password to give them access to certain posts, while another user has a different password to see a different set of posts. Is this even possible?

Many thanks!

/Bob</description>
		<content:encoded><![CDATA[<p>Hey Rob,</p>
<p>Do you know of a WordPress plugin that allows me to password-protect my posts for multiple users? In this scenario, one user would have a password to give them access to certain posts, while another user has a different password to see a different set of posts. Is this even possible?</p>
<p>Many thanks!</p>
<p>/Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seti</title>
		<link>http://www.robcooper.com/wordpress/how-to-password-protect-post-page.html/comment-page-1#comment-8469</link>
		<dc:creator>Seti</dc:creator>
		<pubDate>Thu, 30 Jul 2009 02:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robcooper.com/?p=189#comment-8469</guid>
		<description>You have no idea how long I was looking for that first solution (the second doesn&#039;t change the search results, which I needed)... Thanks a bunch. :]</description>
		<content:encoded><![CDATA[<p>You have no idea how long I was looking for that first solution (the second doesn&#8217;t change the search results, which I needed)&#8230; Thanks a bunch. :]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

