Introducing the Post Levels plugin

posted 2005-01-22

Post Levels is a Wordpress plugin which allows you to restrict access to posts based upon the user level. Wordpress 1.3/1.5 or greater required.

Version 0.1 is available for download: Post Levels Plugin v0.1

Install

  1. Unzip the post-levels.zip file into your wp-content/plugins/ directory
  2. Activate the plugin within Wordpress in the "Plugins" section

Use

  1. Set the Post Status to "Private": This ensures your post will not be shown if the plugin is accidentally disabled
  2. Add a Custom Field named post_level
  3. Set the value of post_level to a number between 1 and 10: Only registered users with a level greater than or equal to the post_level will be able to see your post.

Known Issues