1. "need to change your page title tag to something else? too bad, wordpress says the title tag has to be "the page title" followed by the character "|" followed by "website name""
A: this can be fixed in the "header.php" page. in twenty-ten it's:
wp_title( '-', true, 'right' );
(i made it a hypen instead of the veritcal pipe)
2. "need to put your phone number on the top of every page? too bad, that area is not "widgetized" because the theme author didn't think anybody would need that feature."
A: put the number in the blog description box and it will appear on every page.
btw, anyone know if there's some way to shorten the "archive date" format from september, august, etc. to sep., aug.? etc.