Wordpress - Client Login

Associate
Joined
23 Jun 2007
Posts
552
Location
South East
Howdy

I'm after a way of giving access to photo albums securely through a wordpress website.

Has anyone got any recommendations? I've had a look through the plugins but couldn't find anything obvious that answered my problem.

Thanks!
 
Just have them login then don't give them access to the back-end. That will bounce them back to the page before the login - have that page display photos depending on the user logged-in - use their login name as a tag and then only show posts with that tag. Limit the viewing of the relevant posts to logged-in users so that they're not generally crawled. Alternatively set each user with a different function/security level and then set the relevant post with that security level. Both solutions will require plugins and the first will require some playing around with the loop.
 
you can get passworded galleries but i have no experience with them

What you can do is password protect a page when you create it, it's on the right hand side somewhere.
 
Thanks, didn't realise you could do that.

I've set up a 'Client Area' page with secure posts for each album. I can then host the images somewhere secure and display in post.

Simple and seems to work well :)
 
Back
Top Bottom