Viewing 1 replies (of 1 total)
  • Find and replace this line

    echo '<li class="page_item">'.$link[0].'</li>';

    to

    echo '<li class="page_item"><a href="https://yoursite.com/dashboard/" target="_blank">Dashboard</a></li>';
    echo '<li class="page_item"><a href="https://yoursite.com/wp-admin/profile.php" target="_blank">Profile</a></li>';

    in sidebar-login.php

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Sidebar Login] Dashboard and Profile links to open in new window’ is closed to new replies.