OutThisLife
Member
Posted 1 year ago #
Hey,
How can I add to the user administration page without editing the core PHP file (to keep safe when updates roll around)?
I need to add a simple checkbox that checks a user as featured or not and would like to do it via the user edit page (user-edit.php iirc).
Ideas?
Thank you,
Talasan Nicholson
The plugin Register Plus Redux provides the ability to add additional fields to a user's profile.
http://wordpress.org/extend/plugins/register-plus-redux/
You could use this to create a field (possibly a checkbox, but not sure) that you would populate with a specific string (ie, "featured") that you could then do a check on to display that featured user however you'd like on your site.
OutThisLife
Member
Posted 1 year ago #
Hmm, I'm using WP-Member so I think that would clash.
Thank you, though.