restricted rss feed

I’ve wrestled with this problem myself. The issue is that many RSS readers don’t support authentication, so even if you manage to protect your feed, the content won’t be readble for many clients.

Using the WordPress Password plugin is probably the wrong way to go. Directly from the author’s site:

I’ve pretty well ended support of this. I’m not intentionally avoiding emails or comments, I’m just out of time and need to make you aware there’s a better way.

I’d like to encourage you not to use the WP-Password Plugin. Here’s why: It doesn’t protect items in feeds, it can be broken by future wordpress versions, it doesn’t protect media/videos/images in your feeds (only pages powered by WP), and at last check, changing WP to do what I want the plugin to do really jeopardizes it’s security of all other things WP. I just don’t want to do that to you.

Instead, I recommend using .htaccess to protect the directories you want people to see. Here’s a good tutorial on it: http://www.javascriptkit.com/howto/htaccess3.shtml

So, there’s your answer — use .htaccess.

EDIT 1

Cats Who Code has some nice .htaccess tricks that are applicable to WordPress listed here. It doesn’t cover password protection, but it could give you some further ammo.

EDIT 2

If you’re trying to give the post titles but no content, why not simply use WordPress’ built-in password protection mechanism? This should send the post titles but make the body of the RSS items read something like “The contents of this article are protected”.