Find out what template file your in
Applying the Hover Intent javascript to chill out the admin bar
Remove a meta_box in the WordPress post/page screen
Modifying Tweetable plugin to work with PrettyLinkPro & Twitter Friendly Links
Change the height in Twenty Ten’s custom header
Add this to your child theme that is running Twenty Ten: function my_twenty_ten_height() { return ’328′; // change the number to what you desire, default is ’198′. } add_filter( ‘twentyten_header_image_height’, ‘my_twenty_ten_height’ );
