posting free info, but also charging for premium information, would like to have them enter info for member area and newsletter?
looked at several plug ins, not sure which to use if there is one.
posting free info, but also charging for premium information, would like to have them enter info for member area and newsletter?
looked at several plug ins, not sure which to use if there is one.
A simple way of doing this would be to make your members a registered user of your blog, perhaps at contributor level. Then for content that you only want registered users (members) to see, you could wrap your posts, pages on the following:
<?php if(user_is_logged_in() ) { ?>
<!-- normal loop in here -->
<?php } else { ?>
<p>Sorry but you need to be a registered member in order to see this content.</p>
<?php } ?>
Take a look here to:
http://penny4them.com/2009/restrict-pages-to-logged-in-users/
This topic has been closed to new replies.