I have a client with a private WordPress blog – that is to say, you need to log in to read it.
We are using Counterize to keep track of visits to the site and to find the most popular pages.
But now he wants to know which users are logging in, and perhaps how often they are logging in to read this blog.
I checked to see if there was any info in wp_usermeta ( like last-login-date ) but there doesn’t seem to be.
Any suggestions how to keep track of user’s activities?
Thanks
A basic user login tracker is pretty trivial to implement.
After that you just need to work out the details such as how long you are going to keep the history, what kind of reports you want to pull, that kind of thing.
You can use wordpress plugin Simple Login Log
This plugin keeps a log of WordPress user logins. Offers user and date filtering, and export features.
Important Links:
5 Handy WordPress Plugins to Track Users and Statistics
Track logged in users’ visits
If you want to know the logged in time of users yo ucan take http://wordpress.org/plugins/hrm-work-tracking