[wp-hackers] Custom taxonomies for authors
Mike Schinkel
mikeschinkel at newclarity.net
Mon Mar 15 06:15:51 UTC 2010
Heh. Not exactly the point, but thanks nonetheless. :-)
-Mike
On Mar 15, 2010, at 2:13 AM, Andrew Nacin wrote:
>>
>> where's my Twitter, Facebook, and LinkedIn URLs while we are at it
>
>
> add_filter( 'user_contactmethods', 'my_twitter_facebook_linkedin' );
> function my_twitter_facebook_linkedin( $a ) {
> return array_merge( $a, array( 'twitter' => 'Twitter', 'facebook' =>
> 'Facebook', 'linkedin' => 'LinkedIn' ) );
> }
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list