Forums

How do I create a members section in wordpress? (2 posts)

  1. marinanewman
    Member
    Posted 2 years ago #

    http://dailysportpicks.com

    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.

  2. equalmark
    Member
    Posted 2 years ago #

    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/

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.