Is there a way to password-protect part of a post?
I would do it the other way around: Put the always visible text into a custom field per metabox, and protect the post content with a password. In your theme, always show the custom field, and let WordPress handle the password protection. Sample code for the theme: while ( have_posts() ) { the_post(); if ( … Read more