Adsense
Translate it to ur language
Wednesday, July 28, 2010
Pearl Harbour
at
11:37 PM
I liked the movie a lot I enjoyed it at Apsara Cinema Hall at Guwahati during my 12th class with my room mate Nabojyoti Saha. Its a nice movie I liked the way they fight back.
doppelblogger
at
5:58 PM
Slang term used to describe a blogger who plagiarizes the content of
another blogger.
another blogger.
Thursday, July 22, 2010
Adding Custom fields to Autor/ User profile
at
12:43 AM
The code below will show you how to add additional twitter and facebook fields, but you can use it to add any other field that you like.
function my_new_contactmethods( $contactmethods ) {
// Add Twitter
$contactmethods['twitter'] = 'Twitter';
//add Facebook
$contactmethods['facebook'] = 'Facebook';
return $contactmethods;
}
add_filter('user_contactmethods','my_new_contactmethods',10,1);
Subscribe to:
Posts (Atom)