• Resolved 3bdelra7man262

    (@3bdelra7man262)


    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

    (@ronangelo)

    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.