Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    https://www.brokenmachines.net to see it in action.

    Thread Starter coldfusion055

    (@coldfusion055)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)