<?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"
	>
<channel>
	<title>Comments on: Show the Intro to Password Protected Posts in WordPress</title>
	<atom:link href="http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/</link>
	<description>WordPress Plugins, PHP Scripts, Tools, and Tutorials</description>
	<pubDate>Sat, 26 Jul 2008 23:50:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ivan Prasad</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-365215</link>
		<dc:creator>Ivan Prasad</dc:creator>
		<pubDate>Tue, 24 Jun 2008 04:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-365215</guid>
		<description>Works perfectly, great tutorial. Much help.</description>
		<content:encoded><![CDATA[<p>Works perfectly, great tutorial. Much help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-337670</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Thu, 05 Jun 2008 16:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-337670</guid>
		<description>I added a solution for this to the WordPress forums. It uses the same basic approach as jam (comment #13), but it replaces the message with the post's excerpt. This also solves the issue raised by jalansutera (comment #1) and it does work on pages (comment #10).

http://wordpress.org/support/topic/169520</description>
		<content:encoded><![CDATA[<p>I added a solution for this to the WordPress forums. It uses the same basic approach as jam (comment #13), but it replaces the message with the post&#8217;s excerpt. This also solves the issue raised by jalansutera (comment #1) and it does work on pages (comment #10).</p>
<p><a href="http://wordpress.org/support/topic/169520" rel="nofollow">http://wordpress.org/support/topic/169520</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jam</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-194926</link>
		<dc:creator>jam</dc:creator>
		<pubDate>Mon, 03 Mar 2008 14:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-194926</guid>
		<description>This is a much better solutions, without breaking in to core code:

function change($title)
{
$vardi= array("Å is raksts ir aizsargÄts ar paroli. Lai to lasÄ«tu, lÅ«dzu ievadiet paroli:", "Protected with password");

return str_replace($vardi,'LÅ«dzu, ievadiet paroli, lai Å¡o sadaÄ¼u apskatÄ«tu!', $title);
}

add_filter('the_content','change');

if (have_posts()) : ?&#62;
 
 


      
      
     </description>
		<content:encoded><![CDATA[<p>This is a much better solutions, without breaking in to core code:</p>
<p>function change($title)<br />
{<br />
$vardi= array(&#8221;Å is raksts ir aizsargÄts ar paroli. Lai to lasÄ«tu, lÅ«dzu ievadiet paroli:&#8221;, &#8220;Protected with password&#8221;);</p>
<p>return str_replace($vardi,&#8217;LÅ«dzu, ievadiet paroli, lai Å¡o sadaÄ¼u apskatÄ«tu!&#8217;, $title);<br />
}</p>
<p>add_filter(&#8217;the_content&#8217;,'change&#8217;);</p>
<p>if (have_posts()) : ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mellow</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-174091</link>
		<dc:creator>mellow</dc:creator>
		<pubDate>Thu, 14 Feb 2008 17:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-174091</guid>
		<description>hi, i'm using wordpress 2.3.2 and I can't seem to find this:

$output = get_the_password_form();
return $output;

Please advise, thanks!</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;m using wordpress 2.3.2 and I can&#8217;t seem to find this:</p>
<p>$output = get_the_password_form();<br />
return $output;</p>
<p>Please advise, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-83797</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sun, 23 Sep 2007 03:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-83797</guid>
		<description>&lt;b&gt;Notice&lt;/b&gt;: The instructions above have been tested with WordPress 2.3, and the same method works. The documentation has been updated to reflect this.

&lt;b&gt;Michael&lt;/b&gt;: Yes, it will work for pages - I just tested it.</description>
		<content:encoded><![CDATA[<p><b>Notice</b>: The instructions above have been tested with WordPress 2.3, and the same method works. The documentation has been updated to reflect this.</p>
<p><b>Michael</b>: Yes, it will work for pages - I just tested it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-72247</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 11 Aug 2007 16:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-72247</guid>
		<description>Hi there,

Nice code you got here. Everything above is about having a intro before password in Post.
I was wondering if the same will work for Pages. I would like to have a intro on my page followed by the password box.

I am WP 2.2, so hope you can help.

Thanks

Michael</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Nice code you got here. Everything above is about having a intro before password in Post.<br />
I was wondering if the same will work for Pages. I would like to have a intro on my page followed by the password box.</p>
<p>I am WP 2.2, so hope you can help.</p>
<p>Thanks</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-69399</link>
		<dc:creator>Mel</dc:creator>
		<pubDate>Thu, 02 Aug 2007 15:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-69399</guid>
		<description>you're amazing!!!! (:</description>
		<content:encoded><![CDATA[<p>you&#8217;re amazing!!!! (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-67664</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sat, 28 Jul 2007 00:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-67664</guid>
		<description>&lt;b&gt;Wesley&lt;/b&gt;: Thanks, fixing now.</description>
		<content:encoded><![CDATA[<p><b>Wesley</b>: Thanks, fixing now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-63647</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Thu, 12 Jul 2007 22:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-63647</guid>
		<description>Everything work except that you reversed the file names.

For WordPress 2.0, open /wp-includes/template-functions-post.php

For WordPress 2.2, open /wp-includes/post-template.php

Again thanks for the hack.</description>
		<content:encoded><![CDATA[<p>Everything work except that you reversed the file names.</p>
<p>For WordPress 2.0, open /wp-includes/template-functions-post.php</p>
<p>For WordPress 2.2, open /wp-includes/post-template.php</p>
<p>Again thanks for the hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-62557</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sun, 08 Jul 2007 23:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-62557</guid>
		<description>&lt;b&gt;Wesley&lt;/b&gt;: I took a look at the files, and the instructions are the same for WordPress 2.2

The only difference is the file you edit - which is listed above.</description>
		<content:encoded><![CDATA[<p><b>Wesley</b>: I took a look at the files, and the instructions are the same for WordPress 2.2</p>
<p>The only difference is the file you edit - which is listed above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-61350</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Thu, 05 Jul 2007 05:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-61350</guid>
		<description>Thanks, I am looking forward to your instruction for the 2.2</description>
		<content:encoded><![CDATA[<p>Thanks, I am looking forward to your instruction for the 2.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-61269</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 04 Jul 2007 22:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-61269</guid>
		<description>&lt;b&gt;Wesley&lt;/b&gt;: Since the template-functions-post.php file does not even exist in WP 2.1, no. I plan to eventually post updated instructions for 2.1 though.</description>
		<content:encoded><![CDATA[<p><b>Wesley</b>: Since the template-functions-post.php file does not even exist in WP 2.1, no. I plan to eventually post updated instructions for 2.1 though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-60961</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Tue, 03 Jul 2007 20:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-60961</guid>
		<description>Is this mod work with the current release WP 2.2.1?

thanks

Wesley</description>
		<content:encoded><![CDATA[<p>Is this mod work with the current release WP 2.2.1?</p>
<p>thanks</p>
<p>Wesley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-49820</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Fri, 01 Jun 2007 02:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-49820</guid>
		<description>&lt;b&gt;jalansutera&lt;/b&gt;: Unfortunately not. I have not done much work with modifications to the feed generation system yet.</description>
		<content:encoded><![CDATA[<p><b>jalansutera</b>: Unfortunately not. I have not done much work with modifications to the feed generation system yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jalansutera</title>
		<link>http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-49491</link>
		<dc:creator>jalansutera</dc:creator>
		<pubDate>Thu, 31 May 2007 04:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/#comment-49491</guid>
		<description>Hi.. I like your hack. I have put it on my blog too.

However, the feed of the protected entry shows " There is no excerpt because this is a protected post". Do you know how to make the excerpt of the post appears? Do you know how to do it?

Please help...</description>
		<content:encoded><![CDATA[<p>Hi.. I like your hack. I have put it on my blog too.</p>
<p>However, the feed of the protected entry shows &#8221; There is no excerpt because this is a protected post&#8221;. Do you know how to make the excerpt of the post appears? Do you know how to do it?</p>
<p>Please help&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
