Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress Client Area Re: WordPress Client Area

#123675
notfilc
Member

I’ve done something myself recently and couldn’t find anything that good. I ended up building a simple one myself. Basically made a custom post type (just like pages) and each page is the username of a client. Then do some simple php to make sure the logged in username matches the page title.

You can also user peters login redirect to redirect users straight to their relevant page.

Of course, this only works with a single page for each client the way I have done it, but could easily be modified.