Heres what i came up with…
In wp-login.php on line 172 (WP 2.0.4), change:
$redirect_to = ‘wp-admin/’;
to
$redirect_to = ‘YOUR BLOG INDEX’;
line 196
$redirect_to == ‘wp-admin/’
to
$redirect_to == ‘YOUR BLOG INDEX’
and on line 197
$redirect_to = get_settings(‘siteurl’) . ‘/wp-admin/profile.php’;
to
$redirect_to = get_settings(‘YOUR BLOG INDEX’) . ‘ ‘;
hope that helps.
http://www.brokenmachines.net to see it in action.
Good comments. I know I have a lot of accessibility work to do… And yeah, I’m working on the content. It’s only been up a day, but excuses, excuses.
I’m not really clear why some images being background images matters. Could you explain why this is an issue?
I’ll heed your advice none-the-less!