tristanputman wrote:Couple of different ways to do this, just depends on how many levels of membership your program will have. If you stick with the Bronze, Gold, Platinum type plans, then you can use some built-in functions to determine what level a person has and only show them information for that specific level.
Do some searches here on the forum for "current_user_can" - it's the php function to use to determine which level of membership the currently logged in subscriber has.
You can also use Custom Capabilities (part of Wordpress Roles & Capabilities).
This is a good post with some of that information:
viewtopic.php?f=4&t=288&p=1244&hilit=ccap#p1244