Title: wp user column
Last modified: August 31, 2016

---

# wp user column

 *  [Sherry22](https://wordpress.org/support/users/sherry22/)
 * (@sherry22)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wp-user-column/)
 * I have created a custom field (code below). How can I show this column in my 
   users.php file and then make it sortable?
 * Thanks
 * add_action( ‘show_user_profile’, ‘my_show_extra_profile_fields’ );
    add_action(‘
   edit_user_profile’, ‘my_show_extra_profile_fields’ );
 * function my_show_extra_profile_fields( $user ) { ?>
 *  <h3>Extra profile information</h3>
 *  <table class=”form-table”>
 *  <tr>
    <th><label for=”company”>Company Name</label></th>
 *  <td>
    <input type=”text” name=”company” id=”company” value=”<?php echo esc_attr(
   get_the_author_meta( ‘company’, $user->ID ) ); ?>” class=”regular-text” /> <span
   class=”description”>Please enter your company name.</span> </td> </tr>
 *  </table>

The topic ‘wp user column’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [Sherry22](https://wordpress.org/support/users/sherry22/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/wp-user-column/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
