• I briefly looked around, both, the WordPress docs and this forum for some answers to a question I have, but got lost rather quickly. If I set up a website/blog is there anyway to restrict certain content/pages to “subscribers” who are logged in only?

Viewing 2 replies - 1 through 2 (of 2 total)
  • In theory, you could have subscriber-only page content via a customised page template that uses:

    <?php if($user_ID) the_content();?>

    But I don’t know of any simple way to limit access to certain posts. Other than password protecting them, of course.

    Yes,
    you can accomplish that without programming by using
    membership site plugins

    Regards,

    Gleb

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Membership?’ is closed to new replies.