WordPress functions.php Template with 15 Essential Custom Functions | Digging Into WordPress
Sharing some other ones with I use personally (and which might be handy for others) /* Custom Contact Fields */ function my_new_contactmethods( $contactmethods ) { // Add Twitter $contactmethods['twitter'] = 'Twitter
digwp.com |