Séb
Séb

Reputation: 11

Add columns in wordpress users table

i currently have a problem with my admin section. I'd like to add some infos about my users and display these infos in the array.

Here a screenshot : view of table

You can see i've added some columns.

When you click on user account the fieds corresponding to these columns are present and filled. The info is in the sql base too. But nothing displayed in the table :(

Upvotes: 0

Views: 6083

Answers (1)

user1409909
user1409909

Reputation:

You have to use the User Meta to be Wordpress friendly Here is how to add a user meta : http://codex.wordpress.org/Function_Reference/add_user_meta

But if you prefer you can use a meta manager like this one: http://wordpress.org/extend/plugins/user-meta-manager/

Upvotes: 3

Related Questions