Title: Display Profile Fields
Last modified: August 21, 2016

---

# Display Profile Fields

 *  Resolved [3bdelra7man262](https://wordpress.org/support/users/3bdelra7man262/)
 * (@3bdelra7man262)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/display-profile-fields/)
 * Theme: Asteroid
 * I used a function to remove “AIM, Jabber and Yahoo Messenger” and add “Facebook,
   Twitter, Instagram and SoundCloud” from the edit user page but,I want to add 
   them in the author box or on the author page instead of adding the links in the
   author info to make better visually.

Viewing 1 replies (of 1 total)

 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/display-profile-fields/#post-4692873)
 * You could use the “asteroid_author_info” filter to replace the author info content.
   
   Ex.
 *     ```
       function new_author_box_info() {
          return //your custom content ;
       }
       add_filter( 'asteroid_author_info', 'new_author_box_info' );
       ```
   
 * Another option is to just disable the Author info box and use a PHP Widget which
   you could place on the widget areas.

Viewing 1 replies (of 1 total)

The topic ‘Display Profile Fields’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/asteroid/1.2.9/screenshot.png)
 * Asteroid
 * [Support Threads](https://wordpress.org/support/theme/asteroid/)
 * [Active Topics](https://wordpress.org/support/theme/asteroid/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/asteroid/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/asteroid/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/display-profile-fields/#post-4692873)
 * Status: resolved