Restrict_to

Purpose

Restrict_to is a WordPress plugin that can be used to restrict access to a post or page to specific users.

Download

(Versions listed most recent first)

Installation

  1. Download and unzip the appropriate version file.
  2. Create a restrict-to directory on your WordPress server under wp-content/plugins.
  3. Put restrict-to.php into that directory.
  4. Activate the plugin using WordPress’ administrative interface.

Usage

To restrict access to a post or a page, put [restrict_to: user1, user2, user3] into the post or page in question, where user1, user2, user3 is a comma-separated list of users allowed to view the post or page (obviously, you can list as many or as few as you want, just don’t forget the commas). Users can be identified by their ID numbers or their login names (the latter will be handled in a case-insensitive fashion, so someuser, Someuser, and someUser will be perceived as identical).

Leave a Reply

Your email address will not be published. Required fields are marked *