How to Add Extra Contact Info or Remove Existing Info from WordPress


/ Published in: PHP
Save to your folder(s)

Here is one more field which you may want to add to use in Authors profile display and that is for gender. Gender info you can later use to write “His/He” or “Her/She” in general description. For this just add something like this in above mentioned code -
Code Example:

// Add Gender
$contactmethods['sex'] = 'Sex (male/female)';

URL: http://www.readers-cafe.net/2011/01/how-to-add-extra-contact-info-or-remove-existing-info-from-wordpress/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.