If I do not want the possibility of Registration should be in the login page template for login, how do I do?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #registration_form { display: none; }
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. This will solve your issue.