
After login in WordPress login panel. Add Social Media Profile Box To User Profile:- Copy the below into your "functions.php" file to add input boxes for the user social media profiles. /*===================================================================== * Add Author Links * ====================================================================*/ function add_to_author_profile( $contactmethods ) { $contactmethods['rss_url'] = 'RSS URL';...