views:

48

answers:

1

Hello,

I'm hoping somebody knows the answer :).

Within wordpress in the users section I would like to add a new row which will data pulled in from the Register Plus plugin.

Where would I need to create a new row?

My Example:

Username    Name        E-mail             Role             **Website**          Posts
Admin        Admin      [email protected]     Administrator       google.com       2

Thanks.

A: 

Found it.

It's in wp-admin/includes/template.php

Qbessi
Editing the core files is bad - when you upgrade wordpress, this will be overwritten. I believe there are ways of adding table columns to the admin using a plugin (or functions.php in your theme folder) - this method is more future-proof
adam