Remove Registration from Ingloggning page template.

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
    If I do not want the possibility of Registration should be in the login page template for login, how do I do?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #registration_form {
    display: none;
    }
     
  3. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    Thanks! And Remove Registration on the Top?
     
  4. Piyush

    Piyush Support Staff

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

    Go to the header.php file present in the theme directory and remove the code given below from the file.

    Code:
    <li id="menu-item-57" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-57">
            <a href="<?php echo site_url('wp-login.php?action=register'); ?>">Register</a>
        </li>
    See the image for reference.
    [​IMG]


    This will solve your issue.
     

Share This Page