Look for 2025 Scholarship information in December
/* Add/Remove Fields From User Profile http://davidwalsh.name/add-profile-fields Retrieve a custom field value $twitterHandle = get_the_author_meta('twitter'); */ function modify_contact_methods($profile_fields) { // Add new fields $profile_fields["twitter"] = "Twitter Username"; $profile_fields["facebook"] = "Facebook URL"; $profile_fields["gplus"] = "Google+ URL"; return $profile_fields; } add_filter("user_contactmethods", "modify_contact_methods"); ?>
Look for 2025 Scholarship information in December