Correct, aside from the admin. And yes, protect member's area pages by the login.
Main Topics
Browse All TopicsI am creating WordPress member's area. It seems that WordPress doesn't support user logins and a member area.
So I need to create my own register/login that writes to the wordpress user's table in the database, and creates a session based on that table.
I need it to show different links in the link bar if they are logged in. So I need some kind of code that will let me know if they are logged in to show the member's links.
If someone could please help me to get started and point me in the right direction I will greatly appreciate it.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Try looking at the plugins available at this site:
http://wordpress.org/exten
A couple specifics example that sound like what you want are here:
http://wordpress.org/exten
http://wordpress.org/exten
Thanks, looks promising. I am looking into this one.
http://wordpress.org/exten
Thanks! Now I'm need the variable or cookie or whatever that the login creates so I can create other conditions based on if they are logged on. Do you know what that would be or where I could look?
You'd probably just have to do a little research once the plugin is setup. You can see what cookies are set through your browser (e.g. Preferences -> Security -> Show Cookies on FF/Mac).
Aside from that there is some wordpress documentation (the "codex") e.g.:
http://codex.wordpress.org
Or you'd have to look at the plugin code. I just presented all the options because I haven't used the plugin myself, and am not sure how or if it manipulates things.
Business Accounts
Answer for Membership
by: funtaffPosted on 2009-01-27 at 12:05:23ID: 23480465
You're referring to it not having a members area separate from the admin section, right? You want static pages that a protected by a login, correct?