Best free plug in to Protect a Category

Discussion in 'WordPress' started by TheSyndicate, Feb 23, 2012.

  1. #1
    Best free plug in to Protect a Category, In your own experience?

    If i want to write post under one category and only allow members for a small fee to gain access what is the best free plug in to do that? This would be much simpler than just password protect all the post one by one. The users will have a password to log in so i do not need to sell membership.
     
    TheSyndicate, Feb 23, 2012 IP
  2. GMF

    GMF Well-Known Member

    Messages:
    855
    Likes Received:
    113
    Best Answers:
    19
    Trophy Points:
    145
    #2
    Mhhh.... you could write something with a server side scripting language like PHP. Could be very very simple.

    Just a login form that checks if the user really has access (password and username/email checked against database).
    If user has access - create a session
    The site that has restricted access checks the session
    when there is no session the user has no right to access
     
    GMF, Feb 24, 2012 IP