Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kellyputty

    (@kellyputty)

    http://www.deepwave.net/articles/hide_dashboard/
    removes the tabs, however the dashboard is still really there

    Thread Starter kellyputty

    (@kellyputty)

    add this to the very top of /wp-admin/index.php:

    header(‘Location: post.php’);
    exit();

    Then open up /wp-admin/menu.php and add // in front of this line:

    $menu[0] = array(__(‘Dashboard’), ‘read’, ‘index.php’);

    ——————————

    do both the above and this to get rid of dashboard and profile for non admin users

    hi kellyputty,

    that works like charm. wondering how can I redirect users to profile page after doing this.

    many thanks

    Maddy

    This work for me, too. I am looking for direction to find out how to redirect the user to the profile.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove dashboard’ is closed to new replies.