How do you change so wp-admin gets wordpress default?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by matlars, Dec 15, 2013.

  1. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    How do you change so wp-admin gets wordpress default?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Follow the instruction given below
    1. Go to the template_login.php file present in the theme directory and remove the code given below from the file.
    Code:
    //call login form
                        sj_login_form();
                        //call registration form
                        $redirect = inkthemes_get_option('user_redirect');
                        sj_register_form($redirect);
    See the image for reference.
    [​IMG]


    2. Go to the functions.php file present in the theme directory and remove the code given below from the file.
    Code:
    require_once ($functions_path . '/custom_function.php'); 
    require_once ($functions_path . '/login.php'); 
    require_once ($functions_path . '/registration.php');
    See the image for reference.
    [​IMG]

    After that you can access wordpress default login page.
     

Share This Page