I am trying to set up a "members area" on my site...
I have wp-members plug in in order to allow members to log in and I would like to display individual content to users on the page when they log in.
I don't need multi user as it's going to be over kill but I would like to display content by getting the user name of each member and showing how they are progressing through the syllabus and storing test results etc.
I am happy to get my hands dirty and write the php for this as opposed to getting a plug in. Can I access the user name via something like
<?php bloginfo('user_name');?> and then pull individual records from sql??
Anybody got any experience doing this or know of a plug in that will do it for me?
The end result would be that user 1 logs in and sees his homework but nobody else's homework is available.
Thanks a lot
The blog I need help with is www.finga-ninja.com.